Lines Matching refs:__src
385 static const char __src[33];
433 use_facet<ctype<_Tp> >(__loc).widen(__src, __src + 26, __atoms);
441 return __src;
452 std::use_facet<ctype<_CharT> >(__loc).widen(__src, __src + 26, __atoms);
465 std::use_facet<ctype<_CharT> >(__loc).widen(__src, __src + 32, __atoms);
516 *__a_end++ = __src[__f];
521 *__a_end++ = __src[__f];
556 char __x = __src[__f];
1090 std::use_facet<ctype<_CharT> >(__iob.getloc()).widen(__num_get_base::__src,
1091 __num_get_base::__src + 26, __atoms);
3063 const char __src[] = "0123456789";
3064 char_type __atoms[sizeof(__src)-1];
3065 __ct.widen(__src, __src + (sizeof(__src)-1), __atoms);
3079 *__nc = __src[std::find(__atoms, _VSTD::end(__atoms), *__w) - __atoms];