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

  /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/chromium/chrome/browser/importer/
firefox2_importer.cc 623 string16 text16 = *text; local
625 &text16, 0, ASCIIToUTF16("&lt;"), ASCIIToUTF16("<"));
627 &text16, 0, ASCIIToUTF16("&gt;"), ASCIIToUTF16(">"));
629 &text16, 0, ASCIIToUTF16("&amp;"), ASCIIToUTF16("&"));
631 &text16, 0, ASCIIToUTF16("&quot;"), ASCIIToUTF16("\""));
633 &text16, 0, ASCIIToUTF16("&#39;"), ASCIIToUTF16("\'"));
634 text->assign(text16);
  /external/icu4c/i18n/
uspoof.cpp 344 UChar* text16 = stackBuf; local
347 u_strFromUTF8(text16, USPOOF_STACK_BUFFER_SIZE, &len16, text, length, status);
352 text16 = static_cast<UChar *>(uprv_malloc(len16 * sizeof(UChar) + 2));
353 if (text16 == NULL) {
358 u_strFromUTF8(text16, len16+1, NULL, text, length, status);
362 int32_t result = uspoof_check(sc, text16, len16, &position16, status);
371 u_strToUTF8(NULL, 0, position, text16, position16, status);
380 if (text16 != stackBuf) {
381 uprv_free(text16);
  /external/chromium/chrome/browser/ui/views/download/
download_item_view.cc 1079 string16 text16 = WideToUTF16(text); local
    [all...]
  /external/skia/legacy/src/core/
SkPaint.cpp 470 const uint16_t* text16 = (const uint16_t*)text; local
472 while (text16 < stop16) {
473 *gptr++ = cache->unicharToGlyph(SkUTF16_NextUnichar(&text16));
531 const uint16_t* text16 = (const uint16_t*)text; local
533 while (text16 < stop16) {
534 *gptr++ = cache->unicharToGlyph(SkUTF16_NextUnichar(&text16));
    [all...]
  /external/skia/src/core/
SkPaint.cpp 535 const uint16_t* text16 = (const uint16_t*)text; local
537 while (text16 < stop16) {
538 *gptr++ = cache->unicharToGlyph(SkUTF16_NextUnichar(&text16));
    [all...]

Completed in 3281 milliseconds