Lines Matching refs:__src
360 static const char __src[33];
408 use_facet<ctype<T> >(__loc).widen(__src, __src + 26, __atoms);
416 return __src;
427 use_facet<ctype<_CharT> >(__loc).widen(__src, __src + 26, __atoms);
440 use_facet<ctype<_CharT> >(__loc).widen(__src, __src + 32, __atoms);
491 *__a_end++ = __src[__f];
496 *__a_end++ = __src[__f];
531 char __x = __src[__f];
1064 use_facet<ctype<_CharT> >(__iob.getloc()).widen(__num_get_base::__src,
1065 __num_get_base::__src + 26, __atoms);
3102 const char __src[] = "0123456789";
3103 char_type __atoms[sizeof(__src)-1];
3104 __ct.widen(__src, __src + (sizeof(__src)-1), __atoms);
3118 *__nc = __src[find(__atoms, _VSTD::end(__atoms), *__w) - __atoms];