Home
last modified time | relevance | path

Searched refs:ctype_base (Results 1 – 25 of 214) sorted by relevance

123456789

/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/config/os/mingw32-w64/
H A Dctype_configure_char.cc43 const ctype_base::mask*
46 static const ctype_base::mask _S_classic_table[256] = in classic_table()
57 ctype_base::mask(space | cntrl | blank) /* tab */, in classic_table()
58 ctype_base::mask(space | cntrl) /* LF */, in classic_table()
59 ctype_base::mask(space | cntrl) /* ^K */, in classic_table()
60 ctype_base::mask(space | cntrl) /* FF */, in classic_table()
61 ctype_base::mask(space | cntrl) /* ^M */, in classic_table()
80 ctype_base::mask(space | print | blank) /* */, in classic_table()
81 ctype_base::mask(punct | print) /* ! */, in classic_table()
82 ctype_base::mask(punct | print) /* " */, in classic_table()
[all …]
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/config/os/mingw32/
H A Dctype_configure_char.cc43 const ctype_base::mask*
46 static const ctype_base::mask _S_classic_table[256] = in classic_table()
57 ctype_base::mask(space | cntrl | blank) /* tab */, in classic_table()
58 ctype_base::mask(space | cntrl) /* LF */, in classic_table()
59 ctype_base::mask(space | cntrl) /* ^K */, in classic_table()
60 ctype_base::mask(space | cntrl) /* FF */, in classic_table()
61 ctype_base::mask(space | cntrl) /* ^M */, in classic_table()
80 ctype_base::mask(space | print | blank) /* */, in classic_table()
81 ctype_base::mask(punct | print) /* ! */, in classic_table()
82 ctype_base::mask(punct | print) /* " */, in classic_table()
[all …]
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/config/os/mingw32-w64/
H A Dctype_configure_char.cc43 const ctype_base::mask*
46 static const ctype_base::mask _S_classic_table[256] = in classic_table()
57 ctype_base::mask(space | cntrl | blank) /* tab */, in classic_table()
58 ctype_base::mask(space | cntrl) /* LF */, in classic_table()
59 ctype_base::mask(space | cntrl) /* ^K */, in classic_table()
60 ctype_base::mask(space | cntrl) /* FF */, in classic_table()
61 ctype_base::mask(space | cntrl) /* ^M */, in classic_table()
80 ctype_base::mask(space | print | blank) /* */, in classic_table()
81 ctype_base::mask(punct | print) /* ! */, in classic_table()
82 ctype_base::mask(punct | print) /* " */, in classic_table()
[all …]
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/config/os/mingw32/
H A Dctype_configure_char.cc43 const ctype_base::mask*
46 static const ctype_base::mask _S_classic_table[256] = in classic_table()
57 ctype_base::mask(space | cntrl | blank) /* tab */, in classic_table()
58 ctype_base::mask(space | cntrl) /* LF */, in classic_table()
59 ctype_base::mask(space | cntrl) /* ^K */, in classic_table()
60 ctype_base::mask(space | cntrl) /* FF */, in classic_table()
61 ctype_base::mask(space | cntrl) /* ^M */, in classic_table()
80 ctype_base::mask(space | print | blank) /* */, in classic_table()
81 ctype_base::mask(punct | print) /* ! */, in classic_table()
82 ctype_base::mask(punct | print) /* " */, in classic_table()
[all …]
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/src/c++11/
H A Dctype.cc32 const ctype_base::mask ctype_base::space;
33 const ctype_base::mask ctype_base::print;
34 const ctype_base::mask ctype_base::cntrl;
35 const ctype_base::mask ctype_base::upper;
36 const ctype_base::mask ctype_base::lower;
37 const ctype_base::mask ctype_base::alpha;
38 const ctype_base::mask ctype_base::digit;
39 const ctype_base::mask ctype_base::punct;
40 const ctype_base::mask ctype_base::xdigit;
41 const ctype_base::mask ctype_base::alnum;
[all …]
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/src/c++11/
H A Dctype.cc32 const ctype_base::mask ctype_base::space;
33 const ctype_base::mask ctype_base::print;
34 const ctype_base::mask ctype_base::cntrl;
35 const ctype_base::mask ctype_base::upper;
36 const ctype_base::mask ctype_base::lower;
37 const ctype_base::mask ctype_base::alpha;
38 const ctype_base::mask ctype_base::digit;
39 const ctype_base::mask ctype_base::punct;
40 const ctype_base::mask ctype_base::xdigit;
41 const ctype_base::mask ctype_base::alnum;
[all …]
/netbsd-src/external/apache2/llvm/dist/libcxx/src/
H A Dregex.cpp202 {"alnum", ctype_base::alnum},
203 {"alpha", ctype_base::alpha},
204 {"blank", ctype_base::blank},
205 {"cntrl", ctype_base::cntrl},
206 {"d", ctype_base::digit},
207 {"digit", ctype_base::digit},
208 {"graph", ctype_base::graph},
209 {"lower", ctype_base::lower},
210 {"print", ctype_base::print},
211 {"punct", ctype_base::punct},
[all …]
H A Dlocale.cpp785 const ctype_base::mask ctype_base::space;
786 const ctype_base::mask ctype_base::print;
787 const ctype_base::mask ctype_base::cntrl;
788 const ctype_base::mask ctype_base::upper;
789 const ctype_base::mask ctype_base::lower;
790 const ctype_base::mask ctype_base::alpha;
791 const ctype_base::mask ctype_base::digit;
792 const ctype_base::mask ctype_base::punct;
793 const ctype_base::mask ctype_base::xdigit;
794 const ctype_base::mask ctype_base::blank;
[all …]
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/bits/
H A Dregex.tcc289 {"d", ctype_base::digit}, in lookup_classname()
290 {"w", {ctype_base::alnum, _RegexMask::_S_under}}, in lookup_classname()
291 {"s", ctype_base::space}, in lookup_classname()
292 {"alnum", ctype_base::alnum}, in lookup_classname()
293 {"alpha", ctype_base::alpha}, in lookup_classname()
294 {"blank", ctype_base::blank}, in lookup_classname()
295 {"cntrl", ctype_base::cntrl}, in lookup_classname()
296 {"digit", ctype_base::digit}, in lookup_classname()
297 {"graph", ctype_base::graph}, in lookup_classname()
298 {"lower", ctype_base::lower}, in lookup_classname()
[all …]
H A Dlocale_facets.h153 class __ctype_abstract_base : public locale::facet, public ctype_base in _GLIBCXX_VISIBILITY()
689 class ctype<char> : public locale::facet, public ctype_base in _GLIBCXX_VISIBILITY()
2602 { return use_facet<ctype<_CharT> >(__loc).is(ctype_base::space, __c); } in _GLIBCXX_VISIBILITY()
2608 { return use_facet<ctype<_CharT> >(__loc).is(ctype_base::print, __c); } in _GLIBCXX_VISIBILITY()
2614 { return use_facet<ctype<_CharT> >(__loc).is(ctype_base::cntrl, __c); } in _GLIBCXX_VISIBILITY()
2620 { return use_facet<ctype<_CharT> >(__loc).is(ctype_base::upper, __c); } in _GLIBCXX_VISIBILITY()
2626 { return use_facet<ctype<_CharT> >(__loc).is(ctype_base::lower, __c); } in _GLIBCXX_VISIBILITY()
2632 { return use_facet<ctype<_CharT> >(__loc).is(ctype_base::alpha, __c); } in _GLIBCXX_VISIBILITY()
2638 { return use_facet<ctype<_CharT> >(__loc).is(ctype_base::digit, __c); } in _GLIBCXX_VISIBILITY()
2644 { return use_facet<ctype<_CharT> >(__loc).is(ctype_base::punct, __c); } in _GLIBCXX_VISIBILITY()
[all …]
H A Dlocale_facets_nonio.tcc281 if (__beg != __end && __ctype.is(ctype_base::space, *__beg)) in _M_extract()
290 && __ctype.is(ctype_base::space, *__beg); ++__beg); in _M_extract()
461 size_type __len = __ctype.scan_not(ctype_base::digit, __beg, in _M_insert()
767 if (__ctype.is(ctype_base::space, *__beg)) in _M_extract_via_format()
837 && __ctype.is(ctype_base::space, *__beg)) in _M_extract_via_format()
977 if (__ctype.is(ctype_base::upper, *__beg)) in _M_extract_via_format()
1009 else if (__ctype.is(ctype_base::space, __format[__i])) in _M_extract_via_format()
1013 && __ctype.is(ctype_base::space, *__beg)) in _M_extract_via_format()
1535 else if (__ctype.is(ctype_base::space, *__fmt)) in get()
1539 __ctype.is(ctype_base::space, *__fmt)) in get()
[all …]
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/bits/
H A Dregex.tcc289 {"d", ctype_base::digit}, in lookup_classname()
290 {"w", {ctype_base::alnum, _RegexMask::_S_under}}, in lookup_classname()
291 {"s", ctype_base::space}, in lookup_classname()
292 {"alnum", ctype_base::alnum}, in lookup_classname()
293 {"alpha", ctype_base::alpha}, in lookup_classname()
294 {"blank", ctype_base::blank}, in lookup_classname()
295 {"cntrl", ctype_base::cntrl}, in lookup_classname()
296 {"digit", ctype_base::digit}, in lookup_classname()
297 {"graph", ctype_base::graph}, in lookup_classname()
298 {"lower", ctype_base::lower}, in lookup_classname()
[all …]
H A Dlocale_facets.h150 class __ctype_abstract_base : public locale::facet, public ctype_base in _GLIBCXX_VISIBILITY()
681 class ctype<char> : public locale::facet, public ctype_base in _GLIBCXX_VISIBILITY()
2570 { return use_facet<ctype<_CharT> >(__loc).is(ctype_base::space, __c); } in _GLIBCXX_VISIBILITY()
2576 { return use_facet<ctype<_CharT> >(__loc).is(ctype_base::print, __c); } in _GLIBCXX_VISIBILITY()
2582 { return use_facet<ctype<_CharT> >(__loc).is(ctype_base::cntrl, __c); } in _GLIBCXX_VISIBILITY()
2588 { return use_facet<ctype<_CharT> >(__loc).is(ctype_base::upper, __c); } in _GLIBCXX_VISIBILITY()
2594 { return use_facet<ctype<_CharT> >(__loc).is(ctype_base::lower, __c); } in _GLIBCXX_VISIBILITY()
2600 { return use_facet<ctype<_CharT> >(__loc).is(ctype_base::alpha, __c); } in _GLIBCXX_VISIBILITY()
2606 { return use_facet<ctype<_CharT> >(__loc).is(ctype_base::digit, __c); } in _GLIBCXX_VISIBILITY()
2612 { return use_facet<ctype<_CharT> >(__loc).is(ctype_base::punct, __c); } in _GLIBCXX_VISIBILITY()
[all …]
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/config/os/bionic/
H A Dctype_configure_char.cc41 const ctype_base::mask*
72 return (this->is(ctype_base::lower, __c) ? (__x - 'a' + 'A') : __x); in do_toupper()
90 return (this->is(ctype_base::upper, __c) ? (__x - 'A' + 'a') : __x); in do_tolower()
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/config/os/newlib/
H A Dctype_configure_char.cc41 const ctype_base::mask*
72 return (this->is(ctype_base::lower, __c) ? (__x - 'a' + 'A') : __x); in do_toupper()
90 return (this->is(ctype_base::upper, __c) ? (__x - 'A' + 'a') : __x); in do_tolower()
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/config/os/bionic/
H A Dctype_configure_char.cc41 const ctype_base::mask*
72 return (this->is(ctype_base::lower, __c) ? (__x - 'a' + 'A') : __x); in do_toupper()
90 return (this->is(ctype_base::upper, __c) ? (__x - 'A' + 'a') : __x); in do_tolower()
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/config/os/newlib/
H A Dctype_configure_char.cc41 const ctype_base::mask*
72 return (this->is(ctype_base::lower, __c) ? (__x - 'a' + 'A') : __x); in do_toupper()
90 return (this->is(ctype_base::upper, __c) ? (__x - 'A' + 'a') : __x); in do_tolower()
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/config/os/gnu-linux/
H A Dctype_configure_char.cc42 const ctype_base::mask*
46 const ctype_base::mask*
49 const ctype_base::mask* __ret;
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/config/os/gnu-linux/
H A Dctype_configure_char.cc42 const ctype_base::mask*
46 const ctype_base::mask*
49 const ctype_base::mask* __ret;
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/config/os/vxworks/
H A Dctype_configure_char.cc44 const ctype_base::mask*
48 const ctype_base::mask*
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/config/os/tpf/
H A Dctype_configure_char.cc41 const ctype_base::mask*
44 const ctype_base::mask* __ret; in classic_table()
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/config/os/tpf/
H A Dctype_configure_char.cc41 const ctype_base::mask*
44 const ctype_base::mask* __ret; in classic_table()
/netbsd-src/external/apache2/llvm/dist/libcxx/include/
H A D__locale400 class _LIBCPP_TYPE_VIS ctype_base
416 // Historically this was a part of regex_traits rather than ctype_base. The
516 _LIBCPP_INLINE_VISIBILITY ctype_base() {}
524 public ctype_base
625 : public locale::facet, public ctype_base
797 return use_facet<ctype<_CharT> >(__loc).is(ctype_base::space, __c);
805 return use_facet<ctype<_CharT> >(__loc).is(ctype_base::print, __c);
813 return use_facet<ctype<_CharT> >(__loc).is(ctype_base::cntrl, __c);
821 return use_facet<ctype<_CharT> >(__loc).is(ctype_base::upper, __c);
829 return use_facet<ctype<_CharT> >(__loc).is(ctype_base::lower, __c);
[all …]
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/config/os/generic/
H A Dctype_base.h36 struct ctype_base in _GLIBCXX_VISIBILITY() struct
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/config/os/generic/
H A Dctype_base.h36 struct ctype_base in _GLIBCXX_VISIBILITY() struct

123456789