Lines Matching refs:_cpp_strbuf
97 struct _cpp_strbuf struct
456 iconv_t cd, const uchar *from, size_t flen, struct _cpp_strbuf *to) in conversion_loop()
506 struct _cpp_strbuf *to) in convert_utf8_utf16()
513 struct _cpp_strbuf *to) in convert_utf8_utf32()
520 struct _cpp_strbuf *to) in convert_utf16_utf8()
527 struct _cpp_strbuf *to) in convert_utf32_utf8()
535 const uchar *from, size_t flen, struct _cpp_strbuf *to) in convert_no_conversion()
562 struct _cpp_strbuf *to) in convert_using_iconv()
773 struct _cpp_strbuf tbuf; in cpp_host_to_exec_charset()
1165 struct _cpp_strbuf *tbuf, struct cset_converter cvt, in convert_ucn()
1299 struct _cpp_strbuf *tbuf, struct cset_converter cvt) in emit_numeric_escape()
1353 struct _cpp_strbuf *tbuf, struct cset_converter cvt, in convert_hex()
1423 struct _cpp_strbuf *tbuf, struct cset_converter cvt, in convert_oct()
1473 struct _cpp_strbuf *tbuf, struct cset_converter cvt, in convert_escape()
1617 struct _cpp_strbuf tbuf; in cpp_interpret_string_1()
1742 struct _cpp_strbuf *tbuf_ptr = to ? &tbuf : NULL; in cpp_interpret_string_1()
2142 struct _cpp_strbuf to; in _cpp_convert_input()