Searched refs:__fmtb (Results 1 – 2 of 2) sorted by relevance
| /freebsd/contrib/llvm-project/libcxx/include/__locale_dir/ |
| H A D | time.h | 155 const char_type* __fmtb, 380 const char_type* __fmtb, in get() argument 384 while (__fmtb != __fmte && __err == ios_base::goodbit) { in get() 389 if (__ct.narrow(*__fmtb, 0) == '%') { in get() 390 if (++__fmtb == __fmte) { in get() 394 char __cmd = __ct.narrow(*__fmtb, 0); in get() 397 if (++__fmtb == __fmte) { in get() 402 __cmd = __ct.narrow(*__fmtb, 0); in get() 405 ++__fmtb; in get() 406 } else if (__ct.is(ctype_base::space, *__fmtb)) { in get() [all …]
|
| /freebsd/contrib/llvm-project/libcxx/include/__cxx03/ |
| H A D | locale | 1598 const char_type* __fmtb, 1823 const char_type* __fmtb, 1827 while (__fmtb != __fmte && __err == ios_base::goodbit) { 1832 if (__ct.narrow(*__fmtb, 0) == '%') { 1833 if (++__fmtb == __fmte) { 1837 char __cmd = __ct.narrow(*__fmtb, 0); 1840 if (++__fmtb == __fmte) { 1845 __cmd = __ct.narrow(*__fmtb, 0); 1848 ++__fmtb; 1849 } else if (__ct.is(ctype_base::space, *__fmtb)) { [all …]
|