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

  /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 343 UChar* text16 = stackBuf; local
346 u_strFromUTF8(text16, USPOOF_STACK_BUFFER_SIZE, &len16, text, length, status);
351 text16 = static_cast<UChar *>(uprv_malloc(len16 * sizeof(UChar) + 2));
352 if (text16 == NULL) {
357 u_strFromUTF8(text16, len16+1, NULL, text, length, status);
361 int32_t result = uspoof_check(sc, text16, len16, &position16, status);
370 u_strToUTF8(NULL, 0, position, text16, position16, status);
379 if (text16 != stackBuf) {
380 uprv_free(text16);
  /external/chromium/chrome/browser/ui/views/download/
download_item_view.cc 1079 string16 text16 = WideToUTF16(text); local
    [all...]
  /frameworks/base/core/jni/android/graphics/
TextLayoutCache.cpp 803 const uint16_t* text16 = (const uint16_t*) (mShaperItem.string + mShaperItem.item.pos); local
804 const uint16_t* text16End = text16 + mShaperItem.item.length;
805 firstUnichar = SkUTF16_NextUnichar(&text16);
806 while (firstUnichar == ' ' && text16 < text16End) {
807 firstUnichar = SkUTF16_NextUnichar(&text16);
    [all...]
  /external/skia/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...]

Completed in 752 milliseconds