Lines Matching defs:from
457 iconv_t cd, const uchar *from, size_t flen, struct _cpp_strbuf *to) in conversion_loop()
506 convert_utf8_utf16 (iconv_t cd, const uchar *from, size_t flen, in convert_utf8_utf16()
513 convert_utf8_utf32 (iconv_t cd, const uchar *from, size_t flen, in convert_utf8_utf32()
520 convert_utf16_utf8 (iconv_t cd, const uchar *from, size_t flen, in convert_utf16_utf8()
527 convert_utf32_utf8 (iconv_t cd, const uchar *from, size_t flen, in convert_utf32_utf8()
536 const uchar *from, size_t flen, struct _cpp_strbuf *to) in convert_no_conversion()
561 convert_using_iconv (iconv_t cd, const uchar *from, size_t flen, in convert_using_iconv()
635 init_iconv_desc (cpp_reader *pfile, const char *to, const char *from) in init_iconv_desc()
1084 convert_ucn (cpp_reader *pfile, const uchar *from, const uchar *limit, in convert_ucn()
1168 convert_hex (cpp_reader *pfile, const uchar *from, const uchar *limit, in convert_hex()
1218 convert_oct (cpp_reader *pfile, const uchar *from, const uchar *limit, in convert_oct()
1254 convert_escape (cpp_reader *pfile, const uchar *from, const uchar *limit, in convert_escape()
1371 cpp_interpret_string (cpp_reader *pfile, const cpp_string *from, size_t count, in cpp_interpret_string()
1452 cpp_interpret_string_notranslate (cpp_reader *pfile, const cpp_string *from, in cpp_interpret_string_notranslate()