Home
last modified time | relevance | path

Searched refs:__ctype (Results 1 – 10 of 10) sorted by relevance

/netbsd/src/external/gpl3/gcc/dist/libstdc++-v3/include/bits/
Dlocale_facets_nonio.tcc146 const ctype<_CharT>& __ctype = use_facet<ctype<_CharT> >(__loc); in _M_extract() local
281 if (__beg != __end && __ctype.is(ctype_base::space, *__beg)) in _M_extract()
290 && __ctype.is(ctype_base::space, *__beg); ++__beg); in _M_extract()
390 const ctype<_CharT>& __ctype = use_facet<ctype<_CharT> >(__loc); in do_get() local
399 __ctype.widen(__str.data(), __str.data() + __len, &__digits[0]); in do_get()
432 const ctype<_CharT>& __ctype = use_facet<ctype<_CharT> >(__loc); in _M_insert() local
461 size_type __len = __ctype.scan_not(ctype_base::digit, __beg, in _M_insert()
597 const ctype<_CharT>& __ctype = use_facet<ctype<_CharT> >(__loc); in do_put() local
623 __ctype.widen(__cs, __cs + __len, &__digits[0]); in do_put()
648 const ctype<_CharT>& __ctype = use_facet<ctype<_CharT> >(__loc); in __do_put() local
[all …]
Dlocale_facets.tcc1062 const ctype<_CharT>& __ctype = use_facet<ctype<_CharT> >(__loc); in _M_insert_float() local
1066 __ctype.widen(__cs, __cs + __len, __ws); in _M_insert_float()
1257 const ctype<_CharT>& __ctype = use_facet<ctype<_CharT> >(__loc); in _S_pad() local
1259 if (__ctype.widen('-') == __olds[0] in _S_pad()
1260 || __ctype.widen('+') == __olds[0]) in _S_pad()
1266 else if (__ctype.widen('0') == __olds[0] in _S_pad()
1268 && (__ctype.widen('x') == __olds[1] in _S_pad()
1269 || __ctype.widen('X') == __olds[1])) in _S_pad()
Drandom.tcc755 __ctype; in operator ()() typedef
756 const unsigned __cdig = std::numeric_limits<__ctype>::digits; in operator ()()
759 __ctype __s0, __s1, __y0, __y1; in operator ()()
771 __s0 = __ctype(1) << __w0; in operator ()()
793 __ctype __u; in operator ()()
801 __ctype __u; in operator ()()
/netbsd/src/external/gpl3/gcc/dist/libstdc++-v3/config/os/vxworks/
Dctype_inline.h49 { return __ctype[static_cast<unsigned char>(__c)] & __m; } in _GLIBCXX_VISIBILITY()
56 *__vec++ = __ctype[static_cast<unsigned char>(*__low++)]; in _GLIBCXX_VISIBILITY()
65 && !(__ctype[static_cast<unsigned char>(*__low)] & __m)) in _GLIBCXX_VISIBILITY()
75 && (__ctype[static_cast<unsigned char>(*__low)] & __m)) in _GLIBCXX_VISIBILITY()
Dctype_configure_char.cc46 { return __ctype; } in classic_table()
/netbsd/src/external/gpl3/gcc/dist/libstdc++-v3/include/tr1/
Dregex673 const ctype<_Ch_type>& __ctype(use_facet<
676 if (__ctype.is(__c, __f))
680 if (__c == __ctype.widen('_'))
690 if (__c == __ctype.isspace(__c))
/netbsd/src/external/gpl3/gcc/dist/libstdc++-v3/
DChangeLog-20023088 Return __ctype + 1.
3089 (ctype:_M_table): Initialize to classic_table(), not __ctype.
DChangeLog-2003711 avoiding __ctype.is() and atoi().
7164 operator>>(basic_string&), ws): Pass a char_type to __ctype.is.
DChangeLog-20014686 (ctype<char>::ctype): Initialize _M_table with __ctype.
DChangeLog-20004511 * config/newlib/ctype.cc (ctype): Change __ctype -> _ctype_.