OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:UTF16ToCodepage
(Results
1 - 6
of
6
) sorted by null
/external/chromium_org/base/i18n/
icu_string_conversions.h
16
// Defines the error handling modes of
UTF16ToCodepage
, CodepageToUTF16,
41
BASE_I18N_EXPORT bool
UTF16ToCodepage
(const string16& utf16,
icu_string_conversions.cc
149
bool
UTF16ToCodepage
(const string16& utf16,
205
return
UTF16ToCodepage
(wide, codepage_name, on_error, encoded);
icu_string_conversions_unittest.cc
329
success =
UTF16ToCodepage
(utf16, kConvertCodepageCases[i].codepage_name,
/external/chromium_org/net/ftp/
ftp_directory_listing_parser.cc
32
if (!base::
UTF16ToCodepage
(entries->at(i).name, encoding.c_str(),
/external/chromium_org/chrome/tools/convert_dict/
convert_dict_unittest.cc
73
EXPECT_TRUE(
UTF16ToCodepage
(it->first,
/external/chromium_org/components/search_engines/
template_url.cc
130
if (!base::
UTF16ToCodepage
(terms, encoding,
139
if (!base::
UTF16ToCodepage
(original_query, encoding,
[
all
...]
Completed in 219 milliseconds