Searched defs:__c_type (Results 1 - 4 of 4) sorted by relevance

/external/stlport/stlport/stl/
H A D_complex.c111 const ctype<_CharT>& __c_type = *__is._M_ctype_facet(); local
115 __c_type.widen(__punct, __punct + 3, __wpunct);
H A D_num_put.c477 const ctype<_CharT>& __c_type = use_facet<ctype<_CharT> >(__f.getloc()); local
489 __s++ = __c_type.widen( '0' );
490 __s++ = __c_type.widen( __table_ptr[16] );
503 _STLP_PRIV __do_put_integer(__s, __f, __c_type.widen('0'), __REINTERPRET_CAST(unsigned long,__val))
506 _STLP_PRIV __do_put_integer(__s, __f, __c_type.widen('0'), __REINTERPRET_CAST(unsigned _STLP_LONG_LONG,__val))
H A D_monetary.c140 const _Ctype& __c_type = use_facet<_Ctype>(__loc) ; local
156 if (!__c_type.is(ctype_base::space, *__s)) {
162 while (__s != __end && __c_type.is(ctype_base::space, *__s))
227 __result = __get_monetary_value(__s, __end, __out_ite, __c_type,
264 __digits = __c_type.widen('-');
326 const _Ctype& __c_type = use_facet<_Ctype>(__loc) ; local
331 char_type __minus = __c_type.widen('-');
332 char_type __plus = __c_type.widen('+');
333 char_type __space = __c_type.widen(' ');
334 char_type __zero = __c_type
[all...]
H A D_num_get.c57 ios_base::fmtflags __flags, const ctype<_CharT>& __c_type) {
59 __c_type.widen(__narrow_atoms(), __narrow_atoms() + 5, __atoms);
56 __get_base_or_zero(_InputIter& __in_ite, _InputIter& __end, ios_base::fmtflags __flags, const ctype<_CharT>& __c_type) argument

Completed in 209 milliseconds