Searched refs:cset_converter (Results 1 – 4 of 4) sorted by relevance
| /dragonfly/contrib/gcc-4.7/libcpp/ |
| HD | internal.h | 47 struct cset_converter struct 354 struct cset_converter input_cset_desc; 466 struct cset_converter narrow_cset_desc; 470 struct cset_converter utf8_cset_desc; 474 struct cset_converter char16_cset_desc; 478 struct cset_converter char32_cset_desc; 482 struct cset_converter wide_cset_desc;
|
| HD | charset.c | 634 static struct cset_converter 637 struct cset_converter ret; in init_iconv_desc() 1085 struct _cpp_strbuf *tbuf, struct cset_converter cvt) in convert_ucn() 1118 struct _cpp_strbuf *tbuf, struct cset_converter cvt) in emit_numeric_escape() 1169 struct _cpp_strbuf *tbuf, struct cset_converter cvt) in convert_hex() 1219 struct _cpp_strbuf *tbuf, struct cset_converter cvt) in convert_oct() 1255 struct _cpp_strbuf *tbuf, struct cset_converter cvt) in convert_escape() 1343 static struct cset_converter 1377 struct cset_converter cvt = converter_for_type (pfile, type); in cpp_interpret_string() 1456 struct cset_converter save_narrow_cset_desc = pfile->narrow_cset_desc; in cpp_interpret_string_notranslate() [all …]
|
| /dragonfly/contrib/gcc-8.0/libcpp/ |
| HD | internal.h | 46 struct cset_converter struct 363 struct cset_converter input_cset_desc; 484 struct cset_converter narrow_cset_desc; 488 struct cset_converter utf8_cset_desc; 492 struct cset_converter char16_cset_desc; 496 struct cset_converter char32_cset_desc; 500 struct cset_converter wide_cset_desc;
|
| HD | charset.c | 634 static struct cset_converter 637 struct cset_converter ret; in init_iconv_desc() 1152 struct _cpp_strbuf *tbuf, struct cset_converter cvt, in convert_ucn() 1208 struct _cpp_strbuf *tbuf, struct cset_converter cvt) in emit_numeric_escape() 1262 struct _cpp_strbuf *tbuf, struct cset_converter cvt, in convert_hex() 1332 struct _cpp_strbuf *tbuf, struct cset_converter cvt, in convert_oct() 1382 struct _cpp_strbuf *tbuf, struct cset_converter cvt, in convert_escape() 1487 static struct cset_converter 1529 struct cset_converter cvt = converter_for_type (pfile, type); in cpp_interpret_string_1() 1735 struct cset_converter cvt = converter_for_type (pfile, type); in cpp_interpret_string_ranges() [all …]
|