reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

usr/include/c++/7.4.0/bits/locale_facets_nonio.tcc
 1179       while (__fmt != __fmtend &&
 1187           else if (__ctype.narrow(*__fmt, 0) == '%')
 1191               if (++__fmt == __fmtend)
 1196               const char __c = __ctype.narrow(*__fmt, 0);
 1199               else if (++__fmt != __fmtend)
 1202                   __format = __ctype.narrow(*__fmt, 0);
 1211               ++__fmt;
 1213           else if (__ctype.is(ctype_base::space, *__fmt))
 1215               ++__fmt;
 1216               while (__fmt != __fmtend &&
 1217                      __ctype.is(ctype_base::space, *__fmt))
 1218                 ++__fmt;
 1225           else if (__ctype.tolower(*__s) == __ctype.tolower(*__fmt) ||
 1226                    __ctype.toupper(*__s) == __ctype.toupper(*__fmt))
 1229               ++__fmt;