Home
last modified time | relevance | path

Searched refs:__fmte (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/libcxx/include/__locale_dir/
H A Dtime.h156 const char_type* __fmte) const;
381 const char_type* __fmte) const { in get() argument
384 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()
/freebsd/contrib/llvm-project/libcxx/include/__cxx03/
H A Dlocale1599 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)