Searched refs:text16 (Results 1 - 4 of 4) sorted by relevance

/external/chromium/chrome/browser/importer/
H A Dfirefox2_importer.cc623 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/
H A Duspoof.cpp343 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/
H A Ddownload_item_view.cc1079 string16 text16 = WideToUTF16(text); local
1083 base::BreakIterator iter(&text16, base::BreakIterator::BREAK_LINE);
1087 string16 current_text = text16;
1088 string16 prev_text = text16;
1091 if (pos >= text16.length())
1096 char16 line_end_char = text16[pos - 1];
1117 current_text = text16;
/external/skia/src/core/
H A DSkPaint.cpp470 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));

Completed in 46 milliseconds