Searched refs:__watoms (Results 1 – 1 of 1) sorted by relevance
/openbsd/gnu/lib/libstdc++/libstdc++/include/bits/ |
H A D | locale_facets.tcc | 155 char_type __watoms[__len]; in _M_extract_float() local 156 __ctype.widen(_S_atoms_in, _S_atoms_in + __len, __watoms); in _M_extract_float() 170 const char_type* __p = __traits_type::find(__watoms, 10, __c); in _M_extract_float() 177 __xtrc += _S_atoms_in[__p - __watoms]; in _M_extract_float() 210 else if ((__traits_type::eq(__c, __watoms[_M_e]) in _M_extract_float() 211 || __traits_type::eq(__c, __watoms[_M_E])) in _M_extract_float() 345 char_type __watoms[_M_size]; in _M_extract_int() local 346 __ctype.widen(_S_atoms_in, _S_atoms_in + __len, __watoms); in _M_extract_int() 354 const char_type* __p = __traits_type::find(__watoms, __len, __c); in _M_extract_int() 360 __xtrc += _S_atoms_in[__p - __watoms]; in _M_extract_int()
|