Searched refs:print_char (Results 1 – 5 of 5) sorted by relevance
/third_party/pcre2/pcre2/src/ |
D | pcre2_printint.c | 64 #define print_char PCRE2_SUFFIX(print_char_) macro 92 print_char(FILE *f, PCRE2_SPTR ptr, BOOL utf) in print_char() function 356 code += 1 + print_char(f, code, utf); in pcre2_printint() 367 code += 1 + print_char(f, code, utf); in pcre2_printint() 489 else extra = print_char(f, code+1, utf); in pcre2_printint() 504 extra = print_char(f, code + 1 + IMM2_SIZE, utf); in pcre2_printint() 534 extra = print_char(f, code + 1, utf); in pcre2_printint() 560 extra = print_char(f, code + 1, utf); in pcre2_printint() 576 extra = print_char(f, code + 1 + IMM2_SIZE, utf); in pcre2_printint() 751 ccode += 1 + print_char(f, ccode, utf); in pcre2_printint() [all …]
|
/third_party/boost/tools/quickbook/src/ |
D | syntax_highlight.cpp | 67 detail::print_char(*first++, state.phrase.get()); in span() 76 detail::print_char(*first++, state.phrase.get()); in span_start() 83 detail::print_char(*first++, state.phrase.get()); in span_end() 99 detail::print_char(*first++, state.phrase.get()); in unexpected_char() 107 detail::print_char(*first++, state.phrase.get()); in plain_char()
|
D | utils.cpp | 135 void print_char(char ch, std::ostream& out) in print_char() function 161 print_char(*cur, out); in print_string()
|
D | utils.hpp | 23 void print_char(char ch, std::ostream& out);
|
D | actions.cpp | 829 detail::print_char(ch, state.phrase.get()); in operator ()() 838 detail::print_char(*first++, state.phrase.get()); in operator ()() 857 detail::print_char( in operator ()() 875 detail::print_char(*first, out); in write_plain_text()
|