Searched refs:__atoms (Results 1 – 2 of 2) sorted by relevance
/ndk/sources/cxx-stl/stlport/stlport/stl/ |
D | _num_get.c | 58 _CharT __atoms[5]; in __get_base_or_zero() local 59 __c_type.widen(__narrow_atoms(), __narrow_atoms() + 5, __atoms); in __get_base_or_zero() 64 if (__c == __atoms[1] /* __xminus_char */ ) { in __get_base_or_zero() 68 else if (__c == __atoms[0] /* __xplus_char */ ) in __get_base_or_zero() 85 if (__in_ite != __end && *__in_ite == __atoms[2] /* __zero_char */ ) { in __get_base_or_zero() 88 (*__in_ite == __atoms[3] /* __x_char */ || *__in_ite == __atoms[4] /* __X_char */ )) in __get_base_or_zero() 95 if (__in_ite != __end && *__in_ite == __atoms[2] /* __zero_char */ ) { in __get_base_or_zero() 98 (*__in_ite == __atoms[3] /* __x_char */ || *__in_ite == __atoms[4] /* __X_char */ )) { in __get_base_or_zero()
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/ |
D | locale | 552 static string __stage2_int_prep(ios_base& __iob, _CharT* __atoms, _CharT& __thousands_sep); 553 static string __stage2_float_prep(ios_base& __iob, _CharT* __atoms, _CharT& __decimal_point, 557 unsigned* __g, unsigned*& __g_end, _CharT* __atoms); 562 unsigned*& __g_end, unsigned& __dc, _CharT* __atoms); 567 __num_get<_CharT>::__stage2_int_prep(ios_base& __iob, _CharT* __atoms, _CharT& __thousands_sep) 570 use_facet<ctype<_CharT> >(__loc).widen(__src, __src + 26, __atoms); 578 __num_get<_CharT>::__stage2_float_prep(ios_base& __iob, _CharT* __atoms, _CharT& __decimal_point, 582 use_facet<ctype<_CharT> >(__loc).widen(__src, __src + 32, __atoms); 593 unsigned* __g, unsigned*& __g_end, _CharT* __atoms) 595 if (__a_end == __a && (__ct == __atoms[24] || __ct == __atoms[25])) [all …]
|