Home
last modified time | relevance | path

Searched refs:ICUCharsetConverter (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/url/
Durl_canon_icu.h20 class URL_EXPORT ICUCharsetConverter : public CharsetConverter {
25 ICUCharsetConverter(UConverter* converter);
27 virtual ~ICUCharsetConverter();
Durl_canon_icu.cc111 ICUCharsetConverter::ICUCharsetConverter(UConverter* converter) in ICUCharsetConverter() function in url::ICUCharsetConverter
115 ICUCharsetConverter::~ICUCharsetConverter() { in ~ICUCharsetConverter()
118 void ICUCharsetConverter::ConvertFromUTF16(const base::char16* input, in ConvertFromUTF16()
Durl_canon_icu_unittest.cc46 TEST(URLCanonIcuTest, ICUCharsetConverter) { in TEST() argument
67 ICUCharsetConverter converter(conv.converter()); in TEST()
85 ICUCharsetConverter converter(conv.converter()); in TEST()
126 ICUCharsetConverter converter(conv.converter()); in TEST()