Searched defs:utf16 (Results 1 – 6 of 6) sorted by relevance
/aosp14/frameworks/base/libs/hwui/tests/common/ |
H A D | TestUtils.cpp | 89 auto utf16 = asciiToUtf16(text); in drawUtf8ToCanvas() local 100 auto utf16 = asciiToUtf16(text); in drawUtf8ToCanvas() local 121 std::unique_ptr<uint16_t[]> utf16(new uint16_t[length]); in asciiToUtf16() local
|
/aosp14/frameworks/base/libs/androidfw/ |
H A D | Util.cpp | 52 std::u16string utf16; in Utf8ToUtf16() local 59 std::string Utf16ToUtf8(StringPiece16 utf16) { in Utf16ToUtf8()
|
/aosp14/frameworks/base/tools/aapt2/cmd/ |
H A D | Convert.cpp | 74 bool SerializeXml(const xml::XmlResource* xml, const std::string& path, bool utf16, in SerializeXml() 157 bool SerializeXml(const xml::XmlResource* xml, const std::string& path, bool utf16, in SerializeXml()
|
H A D | Link.cpp | 244 bool keep_raw_values, bool utf16, OutputFormat format, in FlattenXml()
|
/aosp14/frameworks/base/tools/aapt2/util/ |
H A D | Util.cpp | 348 std::u16string utf16; in Utf8ToUtf16() local 355 std::string Utf16ToUtf8(const StringPiece16& utf16) { in Utf16ToUtf8()
|
/aosp14/frameworks/base/core/jni/ |
H A D | android_database_CursorWindow.cpp | 269 String16 utf16(value, sizeIncludingNull - 1); in nativeGetString() local
|