Searched refs:__fmte (Results 1 – 2 of 2) sorted by relevance
156 const char_type* __fmte) const;381 const char_type* __fmte) const { in get() argument384 while (__fmtb != __fmte && __err == ios_base::goodbit) { in get()390 if (++__fmtb == __fmte) { in get()397 if (++__fmtb == __fmte) { in get()407 for (++__fmtb; __fmtb != __fmte && __ct.is(ctype_base::space, *__fmtb); ++__fmtb) in get()
1599 const char_type* __fmte) const;1824 const char_type* __fmte) const {1827 while (__fmtb != __fmte && __err == ios_base::goodbit) {1833 if (++__fmtb == __fmte) {1840 if (++__fmtb == __fmte) {1850 for (++__fmtb; __fmtb != __fmte && __ct.is(ctype_base::space, *__fmtb); ++__fmtb)