Lines Matching refs:__src
365 static const char __src[33];
413 use_facet<ctype<T> >(__loc).widen(__src, __src + 26, __atoms);
421 return __src;
432 use_facet<ctype<_CharT> >(__loc).widen(__src, __src + 26, __atoms);
445 use_facet<ctype<_CharT> >(__loc).widen(__src, __src + 32, __atoms);
496 *__a_end++ = __src[__f];
501 *__a_end++ = __src[__f];
536 char __x = __src[__f];
1069 use_facet<ctype<_CharT> >(__iob.getloc()).widen(__num_get_base::__src,
1070 __num_get_base::__src + 26, __atoms);
3113 const char __src[] = "0123456789";
3114 char_type __atoms[sizeof(__src)-1];
3115 __ct.widen(__src, __src + (sizeof(__src)-1), __atoms);
3129 *__nc = __src[find(__atoms, _VSTD::end(__atoms), *__w) - __atoms];