Home
last modified time | relevance | path

Searched refs:print_char (Results 1 – 5 of 5) sorted by relevance

/third_party/pcre2/pcre2/src/
Dpcre2_printint.c64 #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/
Dsyntax_highlight.cpp67 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()
Dutils.cpp135 void print_char(char ch, std::ostream& out) in print_char() function
161 print_char(*cur, out); in print_string()
Dutils.hpp23 void print_char(char ch, std::ostream& out);
Dactions.cpp829 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()