HomeSort by relevance Sort by last modified time
    Searched refs:text16 (Results 1 - 3 of 3) sorted by null

  /frameworks/base/tools/aapt2/util/
StringPiece_test.cpp 78 StringPiece16 text16(u"I am a leaf on the wind.");
86 EXPECT_TRUE(text16.contains(startNeedle16));
87 EXPECT_TRUE(text16.contains(endNeedle16));
88 EXPECT_TRUE(text16.contains(middleNeedle16));
89 EXPECT_TRUE(text16.contains(emptyNeedle16));
90 EXPECT_FALSE(text16.contains(missingNeedle16));
91 EXPECT_FALSE(text16.contains(longNeedle16));
  /external/skia/tests/
UnicodeTest.cpp 46 uint16_t text16[sizeof(text8)]; local
54 text32[i] = text16[i] = text8[i];
67 int count16 = paint.textToGlyphs(text16, len16, glyphs16);
  /external/skia/src/core/
SkPaint.cpp 507 const uint16_t* text16 = (const uint16_t*)text; local
509 while (text16 < stop16) {
510 *gptr++ = cache->unicharToGlyph(SkUTF16_NextUnichar(&text16));
    [all...]

Completed in 719 milliseconds