Lines Matching defs:to
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()
635 init_iconv_desc (cpp_reader *pfile, const char *to, const char *from) in init_iconv_desc()
1522 cpp_string *to, enum cpp_ttype type, in cpp_interpret_string_1()
1691 cpp_string *to, enum cpp_ttype type) in cpp_interpret_string()
1771 size_t count, cpp_string *to, in cpp_interpret_string_notranslate()
2029 struct _cpp_strbuf to; in _cpp_convert_input() local