• Home
  • Raw
  • Download

Lines Matching refs:__ct

421 //  __ct is used to force to lower case before comparing characters.
431 const _Ctype& __ct, ios_base::iostate& __err,
470 __c = __ct.toupper(__c);
485 __kc = __ct.toupper(__kc);
555 static int __stage2_int_loop(_CharT __ct, int __base, char* __a, char*& __a_end,
558 static int __stage2_float_loop(_CharT __ct, bool& __in_units, char& __exp,
591 __num_get<_CharT>::__stage2_int_loop(_CharT __ct, int __base, char* __a, char*& __a_end,
595 if (__a_end == __a && (__ct == __atoms[24] || __ct == __atoms[25]))
597 *__a_end++ = __ct == __atoms[24] ? '+' : '-';
601 if (__grouping.size() != 0 && __ct == __thousands_sep)
610 ptrdiff_t __f = find(__atoms, __atoms + 26, __ct) - __atoms;
638 __num_get<_CharT>::__stage2_float_loop(_CharT __ct, bool& __in_units, char& __exp, char* __a, char*…
642 if (__ct == __decimal_point)
652 if (__ct == __thousands_sep && __grouping.size() != 0)
663 ptrdiff_t __f = find(__atoms, __atoms + 32, __ct) - __atoms;
980 const ctype<_CharT>& __ct = use_facet<ctype<_CharT> >(__iob.getloc());
985 __ct, __err);
1228 const ctype<_CharT>& __ct = use_facet<ctype<_CharT> > (__loc);
1233 __ct.widen(__nb, __ne, __ob);
1241 *__oe++ = __ct.widen(*__nf++);
1245 *__oe++ = __ct.widen(*__nf++);
1246 *__oe++ = __ct.widen(*__nf++);
1262 *__oe++ = __ct.widen(*__p);
1279 const ctype<_CharT>& __ct = use_facet<ctype<_CharT> > (__loc);
1285 *__oe++ = __ct.widen(*__nf++);
1290 *__oe++ = __ct.widen(*__nf++);
1291 *__oe++ = __ct.widen(*__nf++);
1304 __ct.widen(__nf, __ns, __oe);
1322 *__oe++ = __ct.widen(*__p);
1336 *__oe++ = __ct.widen(*__nf);
1338 __ct.widen(__nf, __ne, __oe);
1819 const ctype<char_type>& __ct = use_facet<ctype<char_type> >(__iob.getloc());
1820 __ct.widen(__nar, __ne, __o);
1838 ios_base::iostate& __err, const ctype<_CharT>& __ct, int __n)
1848 if (!__ct.is(ctype_base::digit, __c))
1853 int __r = __ct.narrow(__c, 0) - '0';
1858 if (!__ct.is(ctype_base::digit, __c))
1860 __r = __r * 10 + __ct.narrow(__c, 0) - '0';
1979 ios_base::iostate& __err, const ctype<char_type>& __ct) const;
1981 const ctype<char_type>& __ct) const;
1986 const ctype<char_type>& __ct) const;
1990 const ctype<char_type>& __ct) const;
1994 const ctype<char_type>& __ct) const;
1998 const ctype<char_type>& __ct) const;
2002 const ctype<char_type>& __ct) const;
2006 const ctype<char_type>& __ct) const;
2010 const ctype<char_type>& __ct) const;
2014 const ctype<char_type>& __ct) const;
2018 const ctype<char_type>& __ct) const;
2022 const ctype<char_type>& __ct) const;
2026 const ctype<char_type>& __ct) const;
2030 const ctype<char_type>& __ct) const;
2034 const ctype<char_type>& __ct) const;
2048 const ctype<char_type>& __ct) const
2052 ptrdiff_t __i = __scan_keyword(__b, __e, __wk, __wk+14, __ct, __err, false) - __wk;
2062 const ctype<char_type>& __ct) const
2066 ptrdiff_t __i = __scan_keyword(__b, __e, __month, __month+24, __ct, __err, false) - __month;
2076 const ctype<char_type>& __ct) const
2078 int __t = __get_up_to_n_digits(__b, __e, __err, __ct, 2);
2090 const ctype<char_type>& __ct) const
2092 int __t = __get_up_to_n_digits(__b, __e, __err, __ct, 2) - 1;
2104 const ctype<char_type>& __ct) const
2106 int __t = __get_up_to_n_digits(__b, __e, __err, __ct, 4);
2122 const ctype<char_type>& __ct) const
2124 int __t = __get_up_to_n_digits(__b, __e, __err, __ct, 4);
2134 const ctype<char_type>& __ct) const
2136 int __t = __get_up_to_n_digits(__b, __e, __err, __ct, 2);
2148 const ctype<char_type>& __ct) const
2150 int __t = __get_up_to_n_digits(__b, __e, __err, __ct, 2);
2162 const ctype<char_type>& __ct) const
2164 int __t = __get_up_to_n_digits(__b, __e, __err, __ct, 2);
2176 const ctype<char_type>& __ct) const
2178 int __t = __get_up_to_n_digits(__b, __e, __err, __ct, 2);
2190 const ctype<char_type>& __ct) const
2192 int __t = __get_up_to_n_digits(__b, __e, __err, __ct, 1);
2204 const ctype<char_type>& __ct) const
2206 int __t = __get_up_to_n_digits(__b, __e, __err, __ct, 3);
2217 const ctype<char_type>& __ct) const
2219 for (; __b != __e && __ct.is(ctype_base::space, *__b); ++__b)
2230 const ctype<char_type>& __ct) const
2238 ptrdiff_t __i = __scan_keyword(__b, __e, __ap, __ap+2, __ct, __err, false) - __ap;
2249 const ctype<char_type>& __ct) const
2256 if (__ct.narrow(*__b, 0) != '%')
2271 const ctype<char_type>& __ct = use_facet<ctype<char_type> >(__iob.getloc());
2280 if (__ct.narrow(*__fmtb, 0) == '%')
2287 char __cmd = __ct.narrow(*__fmtb, 0);
2297 __cmd = __ct.narrow(*__fmtb, 0);
2302 else if (__ct.is(ctype_base::space, *__fmtb))
2304 for (++__fmtb; __fmtb != __fmte && __ct.is(ctype_base::space, *__fmtb); ++__fmtb)
2306 for ( ; __b != __e && __ct.is(ctype_base::space, *__b); ++__b)
2309 else if (__ct.toupper(*__b) == __ct.toupper(*__fmtb))
2358 const ctype<char_type>& __ct = use_facet<ctype<char_type> >(__iob.getloc());
2359 __get_weekdayname(__tm->tm_wday, __b, __e, __err, __ct);
2370 const ctype<char_type>& __ct = use_facet<ctype<char_type> >(__iob.getloc());
2371 __get_monthname(__tm->tm_mon, __b, __e, __err, __ct);
2382 const ctype<char_type>& __ct = use_facet<ctype<char_type> >(__iob.getloc());
2383 __get_year(__tm->tm_year, __b, __e, __err, __ct);
2395 const ctype<char_type>& __ct = use_facet<ctype<char_type> >(__iob.getloc());
2400 __get_weekdayname(__tm->tm_wday, __b, __e, __err, __ct);
2405 __get_monthname(__tm->tm_mon, __b, __e, __err, __ct);
2415 __get_day(__tm->tm_mday, __b, __e, __err, __ct);
2430 __get_hour(__tm->tm_hour, __b, __e, __err, __ct);
2433 __get_12_hour(__tm->tm_hour, __b, __e, __err, __ct);
2436 __get_day_year_num(__tm->tm_yday, __b, __e, __err, __ct);
2439 __get_month(__tm->tm_mon, __b, __e, __err, __ct);
2442 __get_minute(__tm->tm_min, __b, __e, __err, __ct);
2446 __get_white_space(__b, __e, __err, __ct);
2449 __get_am_pm(__tm->tm_hour, __b, __e, __err, __ct);
2464 __get_second(__tm->tm_sec, __b, __e, __err, __ct);
2473 __get_weekday(__tm->tm_wday, __b, __e, __err, __ct);
2484 __get_year(__tm->tm_year, __b, __e, __err, __ct);
2487 __get_year4(__tm->tm_year, __b, __e, __err, __ct);
2490 __get_percent(__b, __e, __err, __ct);
2650 const ctype<char_type>& __ct = use_facet<ctype<char_type> >(__iob.getloc());
2653 if (__ct.narrow(*__pb, 0) == '%')
2661 char __fmt = __ct.narrow(*__pb, 0);
2671 __fmt = __ct.narrow(*__pb, 0);
2947 bool& __neg, const ctype<char_type>& __ct,
2987 const ctype<char_type>& __ct,
3018 if (__ct.is(ctype_base::space, *__b))
3030 while (__b != __e && __ct.is(ctype_base::space, *__b))
3095 __ct.is(ctype_base::space, *__sym_space_end))
3127 if (__ct.is(ctype_base::digit, __c))
3159 if (__b == __e || !__ct.is(ctype_base::digit, *__b))
3215 const ctype<char_type>& __ct = use_facet<ctype<char_type> >(__loc);
3217 if (__do_get(__b, __e, __intl, __loc, __iob.flags(), __err, __neg, __ct,
3222 __ct.widen(__src, __src + (sizeof(__src)-1), __atoms);
3259 const ctype<char_type>& __ct = use_facet<ctype<char_type> >(__loc);
3261 if (__do_get(__b, __e, __intl, __loc, __iob.flags(), __err, __neg, __ct,
3266 __v.push_back(__ct.widen('-'));
3267 char_type __z = __ct.widen('0');
3301 const ctype<char_type>& __ct, bool __neg,
3363 const ctype<char_type>& __ct, bool __neg,
3379 *__me++ = __ct.widen(' ');
3399 if (!__ct.is(ctype_base::digit, *__d))
3407 char_type __z = __f > 0 ? __ct.widen('0') : char_type();
3415 *__me++ = __ct.widen('0');
3534 const ctype<char_type>& __ct = use_facet<ctype<char_type> >(__loc);
3535 __ct.widen(__bb, __bb + __n, __db);
3564 __db, __db + __n, __ct,
3577 const ctype<char_type>& __ct = use_facet<ctype<char_type> >(__loc);
3578 bool __neg = __digits.size() > 0 && __digits[0] == __ct.widen('-');
3606 __digits.data(), __digits.data() + __digits.size(), __ct,