Searched refs:text16 (Results 1 – 6 of 6) sorted by relevance
/third_party/flutter/skia/tests/ |
D | UnicodeTest.cpp | 18 uint16_t text16[sizeof(text8)]; in DEF_TEST() local 26 text32[i] = text16[i] = text8[i]; in DEF_TEST() 36 …int count16 = font.textToGlyphs(text16, len16, SkTextEncoding::kUTF16, glyphs16, SK_ARRAY_COUNT(gl… in DEF_TEST()
|
/third_party/skia/tests/ |
D | UnicodeTest.cpp | 18 uint16_t text16[sizeof(text8)]; in DEF_TEST() local 26 text32[i] = text16[i] = text8[i]; in DEF_TEST() 36 …int count16 = font.textToGlyphs(text16, len16, SkTextEncoding::kUTF16, glyphs16, SK_ARRAY_COUNT(gl… in DEF_TEST()
|
/third_party/gstreamer/gstplugins_bad/tests/check/elements/ |
D | aesenc.c | 115 GST_START_TEST (text16) in GST_START_TEST() argument 170 tcase_add_test (tc, text16); in aesenc_suite()
|
D | aesdec.c | 117 GST_START_TEST (text16) in GST_START_TEST() argument 172 tcase_add_test (tc, text16); in aesdec_suite()
|
/third_party/skia/experimental/sktext/src/ |
D | Text.cpp | 229 auto text16 = unicodeText->getText16(); in shape() local 230 auto text8 = SkUnicode::convertUtf16ToUtf8(std::u16string(text16.data(), text16.size())); in shape() 235 UTF8FromUTF16.push_back_n(text16.size() + 1, utf16Index); in shape() 247 UTF16FromUTF8[text8.size()] = text16.size(); in shape() 248 UTF8FromUTF16[text16.size()] = text8.size(); in shape() 252 for (size_t i = 0; i < text16.size(); ++i) { in shape()
|
/third_party/skia/third_party/externals/expat/expat/tests/ |
D | runtests.c | 3413 const char text16[] = "\xFF\xFE<\000d\000o\000c\000>\000]\000"; in START_TEST() local 3431 if (_XML_Parse_SINGLE_BYTES(g_parser, text16, (int)sizeof(text16) - 1, in START_TEST() 3443 if (_XML_Parse_SINGLE_BYTES(g_parser, text16, (int)sizeof(text16) - 1, in START_TEST()
|