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

  /external/chromium_org/ui/gfx/
canvas_unittest.cc 21 base::string16 text16 = UTF8ToUTF16(text); local
24 (text16.find('\n') != base::string16::npos) ? Canvas::MULTI_LINE : 0;
25 Canvas::SizeStringInt(text16, font_, &width, &height, line_height, flags);
  /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_org/content/browser/renderer_host/
ime_adapter_android.cc 147 string16 text16 = ConvertJavaStringToUTF16(env, text);
150 WebKit::WebCompositionUnderline(0, text16.length(), SK_ColorBLACK,
156 new_cursor_pos = text16.length() + new_cursor_pos - 1;
158 rwhi->ImeSetComposition(text16, underlines, new_cursor_pos, new_cursor_pos);
176 string16 text16 = ConvertJavaStringToUTF16(env, text);
177 rwhi->ImeConfirmComposition(text16, ui::Range::InvalidRange(), false);
  /external/chromium_org/chrome/browser/chromeos/drive/
search_metadata.cc 239 string16 text16 = base::UTF8ToUTF16(text); local
242 if (!query->Search(text16, &match_start, &match_length))
245 string16 pre = text16.substr(0, match_start);
246 string16 match = text16.substr(match_start, match_length);
247 string16 post = text16.substr(match_start + match_length);
  /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_org/third_party/icu/source/i18n/
uspoof.cpp 341 UChar* text16 = stackBuf; local
344 u_strFromUTF8(text16, USPOOF_STACK_BUFFER_SIZE, &len16, text, length, status);
349 text16 = static_cast<UChar *>(uprv_malloc(len16 * sizeof(UChar) + 2));
350 if (text16 == NULL) {
355 u_strFromUTF8(text16, len16+1, NULL, text, length, status);
359 int32_t result = uspoof_check(sc, text16, len16, &position16, status);
368 u_strToUTF8(NULL, 0, position, text16, position16, status);
377 if (text16 != stackBuf) {
378 uprv_free(text16);
  /external/chromium/chrome/browser/ui/views/download/
download_item_view.cc 1079 string16 text16 = WideToUTF16(text); local
    [all...]
  /external/chromium_org/chrome_frame/test/
chrome_frame_test_utils.cc 532 string16 text16; local
534 ui::Clipboard::BUFFER_STANDARD, &text16);
535 return UTF16ToWide(text16);
  /external/chromium_org/content/renderer/pepper/
event_conversion.cc 372 base::string16 text16 = UTF8ToUTF16(event.character_text); local
377 i < std::min(text_length_cap, text16.size());
379 key_event->text[i] = text16[i];
  /external/chromium_org/third_party/skia/src/core/
SkPaint.cpp 571 const uint16_t* text16 = (const uint16_t*)text; local
573 while (text16 < stop16) {
574 *gptr++ = cache->unicharToGlyph(SkUTF16_NextUnichar(&text16));
    [all...]
  /external/skia/src/core/
SkPaint.cpp 572 const uint16_t* text16 = (const uint16_t*)text; local
574 while (text16 < stop16) {
575 *gptr++ = cache->unicharToGlyph(SkUTF16_NextUnichar(&text16));
    [all...]

Completed in 457 milliseconds