Home
last modified time | relevance | path

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

/external/chromium/googleurl/src/
Durl_canon_icu.h43 class ICUCharsetConverter : public CharsetConverter {
48 ICUCharsetConverter(UConverter* converter);
50 virtual ~ICUCharsetConverter() {} in ~ICUCharsetConverter()
Durl_canon_icu.cc102 ICUCharsetConverter::ICUCharsetConverter(UConverter* converter) in ICUCharsetConverter() function in url_canon::ICUCharsetConverter
106 void ICUCharsetConverter::ConvertFromUTF16(const char16* input, in ConvertFromUTF16()
Durl_canon_unittest.cc222 TEST(URLCanonTest, ICUCharsetConverter) { in TEST() argument
242 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()