Home
last modified time | relevance | path

Searched refs:UTF16ToCodepage (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/external/libchrome/base/i18n/
H A Dicu_string_conversions.h40 BASE_I18N_EXPORT bool UTF16ToCodepage(const string16& utf16,
H A Dicu_string_conversions_unittest.cc191 success = UTF16ToCodepage(utf16, kConvertCodepageCases[i].codepage_name, in TEST()
H A Dicu_string_conversions.cc143 bool UTF16ToCodepage(const string16& utf16, in UTF16ToCodepage() function
/aosp_15_r20/external/cronet/base/i18n/
H A Dicu_string_conversions.h40 BASE_I18N_EXPORT bool UTF16ToCodepage(std::u16string_view utf16,
H A Dicu_string_conversions_unittest.cc191 success = UTF16ToCodepage(utf16, kConvertCodepageCases[i].codepage_name, in TEST()
H A Dicu_string_conversions.cc142 bool UTF16ToCodepage(std::u16string_view utf16, in UTF16ToCodepage() function