Home
last modified time | relevance | path

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

/packages/providers/MediaProvider/pdf/framework/libs/pdfClient/
Dutf.h24 typedef std::basic_string<char16_t> u16string; typedef
37 std::string Utf16ToUtf8(const std::u16string& utf16);
Dutf.cc39 std::string Utf16ToUtf8(const std::u16string& utf16) { in Utf16ToUtf8()
Dform_filler.cc431 std::u16string utf_sixteen_replacement_text = pdfClient_utils::Utf8ToUtf16Le(replacement_text); in ReplaceSelectedText()
/packages/providers/MediaProvider/pdf/framework/libs/pdfClient/utils/
Dutf.cc73 std::u16string Utf8ToUtf16Le(std::string_view utf8) { in Utf8ToUtf16Le()
74 std::u16string result; in Utf8ToUtf16Le()
Dutf.h42 std::u16string Utf8ToUtf16Le(std::string_view utf8);
/packages/modules/adb/client/
Dfastdeploy.cpp186 std::u16string element_name_string(element_name, element_name_length); in get_package_name_from_apk()
195 std::u16string attribute_name_string(attribute_name_text, in get_package_name_from_apk()