Lines Matching refs:__src
378 static const char __src[33]; // "0123456789abcdefABCDEFxX+-pPiInN"
379 // count of leading characters in __src used for parsing integers ("012..X+-")
381 // count of leading characters in __src used for parsing floating-point values ("012..-pP")
445 use_facet<ctype<_Tp> >(__loc).widen(__src, __src + __int_chr_cnt, __atoms);
452 return __src;
461 std::use_facet<ctype<_CharT> >(__loc).widen(__src, __src + __int_chr_cnt, __atoms);
472 std::use_facet<ctype<_CharT> >(__loc).widen(__src, __src + __fp_chr_cnt, __atoms);
518 *__a_end++ = __src[__f];
523 *__a_end++ = __src[__f];
563 char __x = __src[__f];
1030 .widen(__num_get_base::__src, __num_get_base::__src + __num_get_base::__int_chr_cnt, __atoms);
2654 const char __src[] = "0123456789";
2655 char_type __atoms[sizeof(__src) - 1];
2656 __ct.widen(__src, __src + (sizeof(__src) - 1), __atoms);
2669 *__nc = __src[std::find(__atoms, std::end(__atoms), *__w) - __atoms];