OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:UTF16ToCodepage
(Results
1 - 4
of
4
) sorted by null
/external/chromium/base/i18n/
icu_string_conversions.h
14
// Defines the error handling modes of
UTF16ToCodepage
, CodepageToUTF16,
45
bool
UTF16ToCodepage
(const string16& utf16,
icu_string_conversions.cc
160
bool
UTF16ToCodepage
(const string16& utf16,
215
return
UTF16ToCodepage
(wide, codepage_name, on_error, encoded);
icu_string_conversions_unittest.cc
320
success =
UTF16ToCodepage
(utf16, kConvertCodepageCases[i].codepage_name,
/external/chromium/net/base/
escape.cc
253
if (!base::
UTF16ToCodepage
(text, codepage,
Completed in 21 milliseconds