• Home
  • Raw
  • Download

Lines Matching refs:__ct

245 //  __ct is used to force to lower case before comparing characters.
255 const _Ctype& __ct, ios_base::iostate& __err,
294 __c = __ct.toupper(__c);
309 __kc = __ct.toupper(__kc);
379 static int __stage2_float_loop(_CharT __ct, bool& __in_units, char& __exp,
386 static int __stage2_int_loop(_CharT __ct, int __base, char* __a, char*& __a_end,
405 static int __stage2_int_loop(_CharT __ct, int __base, char* __a, char*& __a_end,
455 __num_get<_CharT>::__stage2_int_loop(_CharT __ct, int __base, char* __a, char*& __a_end,
459 __num_get<_CharT>::__stage2_int_loop(_CharT __ct, int __base, char* __a, char*& __a_end,
465 if (__a_end == __a && (__ct == __atoms[24] || __ct == __atoms[25]))
467 *__a_end++ = __ct == __atoms[24] ? '+' : '-';
471 if (__grouping.size() != 0 && __ct == __thousands_sep)
480 ptrdiff_t __f = find(__atoms, __atoms + 26, __ct) - __atoms;
508 __num_get<_CharT>::__stage2_float_loop(_CharT __ct, bool& __in_units, char& __exp, char* __a, char*…
512 if (__ct == __decimal_point)
522 if (__ct == __thousands_sep && __grouping.size() != 0)
533 ptrdiff_t __f = find(__atoms, __atoms + 32, __ct) - __atoms;
877 const ctype<_CharT>& __ct = use_facet<ctype<_CharT> >(__iob.getloc());
882 __ct, __err);
1135 const ctype<_CharT>& __ct = use_facet<ctype<_CharT> > (__loc);
1140 __ct.widen(__nb, __ne, __ob);
1148 *__oe++ = __ct.widen(*__nf++);
1152 *__oe++ = __ct.widen(*__nf++);
1153 *__oe++ = __ct.widen(*__nf++);
1169 *__oe++ = __ct.widen(*__p);
1186 const ctype<_CharT>& __ct = use_facet<ctype<_CharT> > (__loc);
1192 *__oe++ = __ct.widen(*__nf++);
1197 *__oe++ = __ct.widen(*__nf++);
1198 *__oe++ = __ct.widen(*__nf++);
1211 __ct.widen(__nf, __ns, __oe);
1229 *__oe++ = __ct.widen(*__p);
1243 *__oe++ = __ct.widen(*__nf);
1245 __ct.widen(__nf, __ne, __oe);
1674 const ctype<char_type>& __ct = use_facet<ctype<char_type> >(__iob.getloc());
1675 __ct.widen(__nar, __ne, __o);
1693 ios_base::iostate& __err, const ctype<_CharT>& __ct, int __n)
1703 if (!__ct.is(ctype_base::digit, __c))
1708 int __r = __ct.narrow(__c, 0) - '0';
1713 if (!__ct.is(ctype_base::digit, __c))
1715 __r = __r * 10 + __ct.narrow(__c, 0) - '0';
1853 ios_base::iostate& __err, const ctype<char_type>& __ct) const;
1855 const ctype<char_type>& __ct) const;
1860 const ctype<char_type>& __ct) const;
1864 const ctype<char_type>& __ct) const;
1868 const ctype<char_type>& __ct) const;
1872 const ctype<char_type>& __ct) const;
1876 const ctype<char_type>& __ct) const;
1880 const ctype<char_type>& __ct) const;
1884 const ctype<char_type>& __ct) const;
1888 const ctype<char_type>& __ct) const;
1892 const ctype<char_type>& __ct) const;
1896 const ctype<char_type>& __ct) const;
1900 const ctype<char_type>& __ct) const;
1904 const ctype<char_type>& __ct) const;
1908 const ctype<char_type>& __ct) const;
1922 const ctype<char_type>& __ct) const
1926 ptrdiff_t __i = __scan_keyword(__b, __e, __wk, __wk+14, __ct, __err, false) - __wk;
1936 const ctype<char_type>& __ct) const
1940 ptrdiff_t __i = __scan_keyword(__b, __e, __month, __month+24, __ct, __err, false) - __month;
1950 const ctype<char_type>& __ct) const
1952 int __t = __get_up_to_n_digits(__b, __e, __err, __ct, 2);
1964 const ctype<char_type>& __ct) const
1966 int __t = __get_up_to_n_digits(__b, __e, __err, __ct, 2) - 1;
1978 const ctype<char_type>& __ct) const
1980 int __t = __get_up_to_n_digits(__b, __e, __err, __ct, 4);
1996 const ctype<char_type>& __ct) const
1998 int __t = __get_up_to_n_digits(__b, __e, __err, __ct, 4);
2008 const ctype<char_type>& __ct) const
2010 int __t = __get_up_to_n_digits(__b, __e, __err, __ct, 2);
2022 const ctype<char_type>& __ct) const
2024 int __t = __get_up_to_n_digits(__b, __e, __err, __ct, 2);
2036 const ctype<char_type>& __ct) const
2038 int __t = __get_up_to_n_digits(__b, __e, __err, __ct, 2);
2050 const ctype<char_type>& __ct) const
2052 int __t = __get_up_to_n_digits(__b, __e, __err, __ct, 2);
2064 const ctype<char_type>& __ct) const
2066 int __t = __get_up_to_n_digits(__b, __e, __err, __ct, 1);
2078 const ctype<char_type>& __ct) const
2080 int __t = __get_up_to_n_digits(__b, __e, __err, __ct, 3);
2091 const ctype<char_type>& __ct) const
2093 for (; __b != __e && __ct.is(ctype_base::space, *__b); ++__b)
2104 const ctype<char_type>& __ct) const
2112 ptrdiff_t __i = __scan_keyword(__b, __e, __ap, __ap+2, __ct, __err, false) - __ap;
2123 const ctype<char_type>& __ct) const
2130 if (__ct.narrow(*__b, 0) != '%')
2145 const ctype<char_type>& __ct = use_facet<ctype<char_type> >(__iob.getloc());
2154 if (__ct.narrow(*__fmtb, 0) == '%')
2161 char __cmd = __ct.narrow(*__fmtb, 0);
2171 __cmd = __ct.narrow(*__fmtb, 0);
2176 else if (__ct.is(ctype_base::space, *__fmtb))
2178 for (++__fmtb; __fmtb != __fmte && __ct.is(ctype_base::space, *__fmtb); ++__fmtb)
2180 for ( ; __b != __e && __ct.is(ctype_base::space, *__b); ++__b)
2183 else if (__ct.toupper(*__b) == __ct.toupper(*__fmtb))
2232 const ctype<char_type>& __ct = use_facet<ctype<char_type> >(__iob.getloc());
2233 __get_weekdayname(__tm->tm_wday, __b, __e, __err, __ct);
2244 const ctype<char_type>& __ct = use_facet<ctype<char_type> >(__iob.getloc());
2245 __get_monthname(__tm->tm_mon, __b, __e, __err, __ct);
2256 const ctype<char_type>& __ct = use_facet<ctype<char_type> >(__iob.getloc());
2257 __get_year(__tm->tm_year, __b, __e, __err, __ct);
2269 const ctype<char_type>& __ct = use_facet<ctype<char_type> >(__iob.getloc());
2274 __get_weekdayname(__tm->tm_wday, __b, __e, __err, __ct);
2279 __get_monthname(__tm->tm_mon, __b, __e, __err, __ct);
2289 __get_day(__tm->tm_mday, __b, __e, __err, __ct);
2304 __get_hour(__tm->tm_hour, __b, __e, __err, __ct);
2307 __get_12_hour(__tm->tm_hour, __b, __e, __err, __ct);
2310 __get_day_year_num(__tm->tm_yday, __b, __e, __err, __ct);
2313 __get_month(__tm->tm_mon, __b, __e, __err, __ct);
2316 __get_minute(__tm->tm_min, __b, __e, __err, __ct);
2320 __get_white_space(__b, __e, __err, __ct);
2323 __get_am_pm(__tm->tm_hour, __b, __e, __err, __ct);
2338 __get_second(__tm->tm_sec, __b, __e, __err, __ct);
2347 __get_weekday(__tm->tm_wday, __b, __e, __err, __ct);
2358 __get_year(__tm->tm_year, __b, __e, __err, __ct);
2361 __get_year4(__tm->tm_year, __b, __e, __err, __ct);
2364 __get_percent(__b, __e, __err, __ct);
2541 const ctype<char_type>& __ct = use_facet<ctype<char_type> >(__iob.getloc());
2544 if (__ct.narrow(*__pb, 0) == '%')
2552 char __fmt = __ct.narrow(*__pb, 0);
2562 __fmt = __ct.narrow(*__pb, 0);
2838 bool& __neg, const ctype<char_type>& __ct,
2880 const ctype<char_type>& __ct,
2911 if (__ct.is(ctype_base::space, *__b))
2923 while (__b != __e && __ct.is(ctype_base::space, *__b))
2988 __ct.is(ctype_base::space, *__sym_space_end))
3020 if (__ct.is(ctype_base::digit, __c))
3052 if (__b == __e || !__ct.is(ctype_base::digit, *__b))
3108 const ctype<char_type>& __ct = use_facet<ctype<char_type> >(__loc);
3110 if (__do_get(__b, __e, __intl, __loc, __iob.flags(), __err, __neg, __ct,
3115 __ct.widen(__src, __src + (sizeof(__src)-1), __atoms);
3152 const ctype<char_type>& __ct = use_facet<ctype<char_type> >(__loc);
3154 if (__do_get(__b, __e, __intl, __loc, __iob.flags(), __err, __neg, __ct,
3159 __v.push_back(__ct.widen('-'));
3160 char_type __z = __ct.widen('0');
3194 const ctype<char_type>& __ct, bool __neg,
3256 const ctype<char_type>& __ct, bool __neg,
3272 *__me++ = __ct.widen(' ');
3292 if (!__ct.is(ctype_base::digit, *__d))
3300 char_type __z = __f > 0 ? __ct.widen('0') : char_type();
3308 *__me++ = __ct.widen('0');
3423 const ctype<char_type>& __ct = use_facet<ctype<char_type> >(__loc);
3424 __ct.widen(__bb, __bb + __n, __db);
3453 __db, __db + __n, __ct,
3466 const ctype<char_type>& __ct = use_facet<ctype<char_type> >(__loc);
3467 bool __neg = __digits.size() > 0 && __digits[0] == __ct.widen('-');
3495 __digits.data(), __digits.data() + __digits.size(), __ct,