Searched refs:UConvScoper (Results 1 - 2 of 2) sorted by relevance
/external/chromium/googleurl/src/ | ||
H A D | url_canon_unittest.cc | 100 class UConvScoper { class in namespace:__anon2928 102 explicit UConvScoper(const char* charset_name) { function in class:__anon2928::UConvScoper 107 ~UConvScoper() { 278 UConvScoper conv(icu_cases[i].encoding); 296 UConvScoper conv("utf-8"); 1109 UConvScoper conv(query_cases[i].encoding); |
/external/chromium_org/url/ | ||
H A D | url_canon_unittest.cc | 87 class UConvScoper { class in namespace:__anon15532 89 explicit UConvScoper(const char* charset_name) { function in class:__anon15532::UConvScoper 94 ~UConvScoper() { 265 UConvScoper conv(icu_cases[i].encoding); 283 UConvScoper conv("utf-8"); 1240 UConvScoper conv(query_cases[i].encoding); |
Completed in 510 milliseconds