Home
last modified time | relevance | path

Searched refs:on_text (Results 1 – 6 of 6) sorted by relevance

/external/fmtlib/include/fmt/
Dchrono.h484 if (begin != ptr) handler.on_text(begin, ptr);
490 handler.on_text(ptr - 1, ptr);
494 handler.on_text(newline, newline + 1);
499 handler.on_text(tab, tab + 1);
625 if (begin != ptr) handler.on_text(begin, ptr);
632 template <typename Char> void on_text(const Char*, const Char*) {}
898 void on_text(const char_type* begin, const char_type* end) {
Dcompile.h87 FMT_CONSTEXPR void on_text(const Char* begin, const Char* end) { in on_text() function
142 FMT_CONSTEXPR void on_text(const Char* begin, const Char* end) { in on_text() function
Dformat.h2967 handler.on_text(begin, begin + 1);
2996 handler.on_text(begin, p - 1);
3001 handler.on_text(begin, p);
3005 handler.on_text(begin, end);
3014 return handler_.on_text(pbegin, pend);
3018 handler_.on_text(pbegin, p);
3059 void on_text(const Char* begin, const Char* end) {
3147 FMT_CONSTEXPR void on_text(const Char*, const Char*) {}
/external/fmtlib/test/
Dscan.h162 void on_text(const char* begin, const char* end) { in on_text() function
Dformat591 void on_text(const Char* begin, const Char* end) {
Dformat-test.cc2248 FMT_CONSTEXPR void on_text(const char*, const char*) {} in on_text() function