Searched defs:utf16 (Results 1 – 9 of 9) sorted by relevance
/frameworks/base/libs/androidfw/ |
D | Util.cpp | 52 std::u16string utf16; in Utf8ToUtf16() local 59 std::string Utf16ToUtf8(const StringPiece16& utf16) { in Utf16ToUtf8()
|
/frameworks/base/libs/hwui/tests/common/ |
D | TestUtils.cpp | 83 auto utf16 = asciiToUtf16(text); in drawUtf8ToCanvas() local 94 auto utf16 = asciiToUtf16(text); in drawUtf8ToCanvas() local 115 std::unique_ptr<uint16_t[]> utf16(new uint16_t[length]); in asciiToUtf16() local
|
/frameworks/minikin/tests/unittest/ |
D | LayoutSplitterTest.cpp | 30 auto utf16 = utf8ToUtf16(text); in parseTestString() local 49 auto utf16 = utf8ToUtf16(text); in parseExpectString() local
|
D | LayoutCoreTest.cpp | 31 auto utf16 = utf8ToUtf16(text); in buildLayout() local
|
D | GraphemeBreakTests.cpp | 45 TEST(GraphemeBreak, utf16) { in TEST() argument
|
/frameworks/base/tools/aapt2/cmd/ |
D | Convert.cpp | 70 bool SerializeXml(const xml::XmlResource* xml, const std::string& path, bool utf16, in SerializeXml() 152 bool SerializeXml(const xml::XmlResource* xml, const std::string& path, bool utf16, in SerializeXml()
|
D | Link.cpp | 215 const StringPiece& path, bool keep_raw_values, bool utf16, in FlattenXml()
|
/frameworks/base/tools/aapt2/util/ |
D | Util.cpp | 428 std::u16string utf16; in Utf8ToUtf16() local 435 std::string Utf16ToUtf8(const StringPiece16& utf16) { in Utf16ToUtf8()
|
/frameworks/base/core/jni/ |
D | android_database_CursorWindow.cpp | 261 String16 utf16(value, sizeIncludingNull - 1); in nativeGetString() local
|