HomeSort by relevance Sort by last modified time
    Searched full:text16 (Results 1 - 10 of 10) 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/regex-re2/
ucs2.diff 424 - // to being a pointer into text16 (equivalent text but in UCS-2).
425 - static void AdjustUTF8ToUCS2(const StringPiece& text8, const StringPiece& text16,
439 - spbegin = text16.begin() + sizeof(uint16)*nrune;
441 - spend = text16.begin() + sizeof(uint16)*nrune;
457 - // Rewrites *sp from begin a pointer into text16 (UCS-2)
459 - static void AdjustUCS2ToUTF8(const StringPiece& text16, const StringPiece& text8,
472 - if (nrune == (sp->begin() - text16.begin())/2)
474 - if (nrune == (sp->end() - text16.begin())/2)
484 - << CEscape(text16) << " "
485 - << (int)(sp->begin() - text16.begin()) << "
    [all...]
  /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/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/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/chromium/chrome/browser/autocomplete/
autocomplete_edit_view_mac.mm     [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...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/lib/
libX11.a     [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/lib/
libX11.a     [all...]

Completed in 192 milliseconds