Searched refs:CodepageToUTF16 (Results 1 - 10 of 10) sorted by relevance

/external/chromium_org/net/base/
H A Dnet_string_util_icu.cc50 return base::CodepageToUTF16(text, charset,
57 return base::CodepageToUTF16(text, charset,
/external/chromium_org/base/i18n/
H A Dicu_string_conversions.h16 // Defines the error handling modes of UTF16ToCodepage, CodepageToUTF16,
45 BASE_I18N_EXPORT bool CodepageToUTF16(const std::string& encoded,
H A Dicu_string_conversions.cc164 bool CodepageToUTF16(const std::string& encoded, function in namespace:base
235 return CodepageToUTF16(encoded, codepage_name, on_error, wide);
273 if (!CodepageToUTF16(
H A Dicu_string_conversions_unittest.cc311 bool success = CodepageToUTF16(kConvertCodepageCases[i].encoded,
/external/chromium_org/chrome/utility/importer/
H A Dbookmark_html_reader.cc278 base::CodepageToUTF16(line.substr(tag_end, end - tag_end), charset.c_str(),
347 base::CodepageToUTF16(line.substr(tag_end, end - tag_end), charset.c_str(),
354 base::CodepageToUTF16(value, charset.c_str(),
367 base::CodepageToUTF16(value, charset.c_str(),
383 base::CodepageToUTF16(value, charset.c_str(),
417 base::CodepageToUTF16(line.substr(tag_end, end - tag_end), charset.c_str(),
427 base::CodepageToUTF16(value, charset.c_str(),
/external/chromium_org/content/child/
H A Dftp_directory_listing_response_delegate.cc42 if (base::CodepageToUTF16(path, encoding.c_str(),
/external/chromium_org/net/ftp/
H A Dftp_directory_listing_parser.cc107 if (base::CodepageToUTF16(text,
/external/chromium_org/ppapi/shared_impl/private/
H A Dppb_char_set_shared.cc224 if (!base::CodepageToUTF16(std::string(input, input_len), input_char_set,
/external/chromium_org/components/omnibox/
H A Dsearch_suggestion_parser.cc298 if (base::CodepageToUTF16(json_data, charset.c_str(),
/external/chromium_org/components/search_engines/
H A Dtemplate_url.cc440 if (base::CodepageToUTF16(unescaped, encodings[i].c_str(),
446 if (base::CodepageToUTF16(unescaped, base::kCodepageUTF8,

Completed in 1503 milliseconds