Searched defs:utf16 (Results 1 – 10 of 10) sorted by relevance
/frameworks/base/libs/hwui/tests/common/ |
D | TestUtils.cpp | 91 auto utf16 = asciiToUtf16(text); in drawUtf8ToCanvas() local 102 auto utf16 = asciiToUtf16(text); in drawUtf8ToCanvas() local 123 std::unique_ptr<uint16_t[]> utf16(new uint16_t[length]); in asciiToUtf16() local
|
/frameworks/minikin/tests/unittest/ |
D | LayoutCoreTest.cpp | 31 auto utf16 = utf8ToUtf16(text); in buildLayout() local 38 auto utf16 = utf8ToUtf16(text); in buildLayout() local 53 auto utf16 = utf8ToUtf16(text); in buildLayoutAndBounds() local
|
D | LayoutSplitterTest.cpp | 30 auto utf16 = utf8ToUtf16(text); in parseTestString() local 49 auto utf16 = utf8ToUtf16(text); in parseExpectString() local
|
D | GraphemeBreakTests.cpp | 45 TEST(GraphemeBreak, utf16) { in TEST() argument
|
D | ScriptUtilsTest.cpp | 54 std::vector<uint16_t> utf16 = utf8ToUtf16(text); in splitByScript() local
|
/frameworks/base/libs/androidfw/ |
D | Util.cpp | 52 std::u16string utf16; in Utf8ToUtf16() local 59 std::string Utf16ToUtf8(StringPiece16 utf16) { in Utf16ToUtf8()
|
/frameworks/base/tools/aapt2/cmd/ |
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()
|
D | Link.cpp | 247 bool keep_raw_values, bool utf16, OutputFormat format, in FlattenXml()
|
/frameworks/base/tools/aapt2/util/ |
D | Util.cpp | 364 std::u16string utf16; in Utf8ToUtf16() local 371 std::string Utf16ToUtf8(const StringPiece16& utf16) { in Utf16ToUtf8()
|
/frameworks/base/core/jni/ |
D | android_database_CursorWindow.cpp | 269 String16 utf16(value, sizeIncludingNull - 1); in nativeGetString() local
|