Home
last modified time | relevance | path

Searched defs:utf16 (Results 1 – 6 of 6) sorted by relevance

/aosp14/frameworks/base/libs/hwui/tests/common/
H A DTestUtils.cpp89 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 DUtil.cpp52 std::u16string utf16; in Utf8ToUtf16() local
59 std::string Utf16ToUtf8(StringPiece16 utf16) { in Utf16ToUtf8()
/aosp14/frameworks/base/tools/aapt2/cmd/
H A DConvert.cpp74 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 DLink.cpp244 bool keep_raw_values, bool utf16, OutputFormat format, in FlattenXml()
/aosp14/frameworks/base/tools/aapt2/util/
H A DUtil.cpp348 std::u16string utf16; in Utf8ToUtf16() local
355 std::string Utf16ToUtf8(const StringPiece16& utf16) { in Utf16ToUtf8()
/aosp14/frameworks/base/core/jni/
H A Dandroid_database_CursorWindow.cpp269 String16 utf16(value, sizeIncludingNull - 1); in nativeGetString() local