Searched defs:__ctype (Results 1 - 2 of 2) sorted by relevance

/external/stlport/stlport/stl/
H A D_ctype.h160 ctype_byname(_Locale_ctype* __ctype) argument
161 : _M_ctype(__ctype)
260 ctype_byname(_Locale_ctype* __ctype) argument
261 : _M_ctype(__ctype) {}
H A D_num_get.c250 const ctype<_CharT>& __ctype = use_facet<ctype<_CharT> >(__loc); local
258 const int __base_or_zero = __get_base_or_zero(__in_ite, __end, __str.flags(), __ctype);
430 const ctype<_CharT> &__ctype = use_facet<ctype<_CharT> >(__loc); local
434 bool __ok = __read_float(__buf, __in_ite, __end, __ctype, __numpunct);

Completed in 90 milliseconds