UConverter 81 base/i18n/icu_string_conversions.cc bool ConvertFromUTF16(UConverter* converter, const UChar* uchar_src, UConverter 118 base/i18n/icu_string_conversions.cc UConverter* converter, UErrorCode* status) { UConverter 156 base/i18n/icu_string_conversions.cc UConverter* converter = ucnv_open(codepage_name, &status); UConverter 171 base/i18n/icu_string_conversions.cc UConverter* converter = ucnv_open(codepage_name, &status); UConverter 210 base/i18n/icu_string_conversions.cc UConverter* converter = ucnv_open(codepage_name, &status); UConverter 240 base/i18n/icu_string_conversions.cc UConverter* converter = ucnv_open(codepage_name, &status); UConverter 77 net/http/http_content_disposition.cc UConverter* converter(ucnv_open(charset.c_str(), &err)); UConverter 106 ppapi/shared_impl/private/ppb_char_set_shared.cc UConverter* converter = ucnv_open(output_char_set, &status); UConverter 38 third_party/libxml/src/include/libxml/encoding.h struct UConverter; UConverter 39 third_party/libxml/src/include/libxml/encoding.h typedef struct UConverter UConverter; UConverter 148 third_party/libxml/src/include/libxml/encoding.h UConverter *uconv; /* for conversion between an encoding and UTF-16 */ UConverter 149 third_party/libxml/src/include/libxml/encoding.h UConverter *utf8; /* for conversion between UTF-8 and UTF-16 */ UConverter 57 url/url_canon_icu.cc AppendHandlerInstaller(UConverter* converter) : converter_(converter) { UConverter 69 url/url_canon_icu.cc UConverter* converter_; UConverter 111 url/url_canon_icu.cc ICUCharsetConverter::ICUCharsetConverter(UConverter* converter) UConverter 14 url/url_canon_icu.h typedef struct UConverter UConverter; UConverter 25 url/url_canon_icu.h ICUCharsetConverter(UConverter* converter); UConverter 35 url/url_canon_icu.h UConverter* converter_; UConverter 100 url/url_canon_unittest.cc UConverter* converter() const { return converter_; } UConverter 103 url/url_canon_unittest.cc UConverter* converter_;