Searched refs:on_text (Results 1 – 6 of 6) sorted by relevance
/external/fmtlib/include/fmt/ |
D | chrono.h | 484 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) {
|
D | compile.h | 87 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
|
D | format.h | 2967 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/ |
D | scan.h | 162 void on_text(const char* begin, const char* end) { in on_text() function
|
D | format | 591 void on_text(const Char* begin, const Char* end) {
|
D | format-test.cc | 2248 FMT_CONSTEXPR void on_text(const char*, const char*) {} in on_text() function
|