Searched refs:ICUCharsetConverter (Results 1 – 3 of 3) sorted by relevance
43 class ICUCharsetConverter : public CharsetConverter {48 ICUCharsetConverter(UConverter* converter);50 virtual ~ICUCharsetConverter() {} in ~ICUCharsetConverter()
102 ICUCharsetConverter::ICUCharsetConverter(UConverter* converter) in ICUCharsetConverter() function in url_canon::ICUCharsetConverter106 void ICUCharsetConverter::ConvertFromUTF16(const char16* input, in ConvertFromUTF16()
222 TEST(URLCanonTest, ICUCharsetConverter) { in TEST() argument242 url_canon::ICUCharsetConverter converter(conv.converter()); in TEST()260 url_canon::ICUCharsetConverter converter(conv.converter()); in TEST()1057 url_canon::ICUCharsetConverter converter(conv.converter()); in TEST()1060 url_canon::ICUCharsetConverter* conv_pointer = &converter; in TEST()