Home
last modified time | relevance | path

Searched refs:text8 (Results 1 – 5 of 5) sorted by relevance

/external/chromium_org/third_party/skia/tests/
DUnicodeTest.cpp45 const char text8[] = "ABCDEFGabcdefg0123456789"; in test_textencodings() local
46 uint16_t text16[sizeof(text8)]; in test_textencodings()
47 int32_t text32[sizeof(text8)]; in test_textencodings()
48 size_t len8 = strlen(text8); in test_textencodings()
54 text32[i] = text16[i] = text8[i]; in test_textencodings()
57 uint16_t glyphs8[sizeof(text8)]; in test_textencodings()
58 uint16_t glyphs16[sizeof(text8)]; in test_textencodings()
59 uint16_t glyphs32[sizeof(text8)]; in test_textencodings()
64 int count8 = paint.textToGlyphs(text8, len8, glyphs8); in test_textencodings()
/external/skia/tests/
DUnicodeTest.cpp45 const char text8[] = "ABCDEFGabcdefg0123456789"; in test_textencodings() local
46 uint16_t text16[sizeof(text8)]; in test_textencodings()
47 int32_t text32[sizeof(text8)]; in test_textencodings()
48 size_t len8 = strlen(text8); in test_textencodings()
54 text32[i] = text16[i] = text8[i]; in test_textencodings()
57 uint16_t glyphs8[sizeof(text8)]; in test_textencodings()
58 uint16_t glyphs16[sizeof(text8)]; in test_textencodings()
59 uint16_t glyphs32[sizeof(text8)]; in test_textencodings()
64 int count8 = paint.textToGlyphs(text8, len8, glyphs8); in test_textencodings()
/external/regex-re2/
Ducs2.diff423 - // Rewrites *sp from being a pointer into text8 (UTF-8)
425 - static void AdjustUTF8ToUCS2(const StringPiece& text8, const StringPiece& text16,
427 - if (sp->begin() == NULL && text8.begin() != NULL)
433 - const char* p = text8.begin();
434 - const char* ep = text8.end();
450 - << CEscape(text8) << " "
451 - << (int)(sp->begin() - text8.begin()) << " "
452 - << (int)(sp->end() - text8.begin());
458 - // to being a pointer into text8 (equivalent text but in UTF-8).
459 - static void AdjustUCS2ToUTF8(const StringPiece& text16, const StringPiece& text8,
[all …]
/external/chromium_org/third_party/re2/
Ducs2.diff423 - // Rewrites *sp from being a pointer into text8 (UTF-8)
425 - static void AdjustUTF8ToUCS2(const StringPiece& text8, const StringPiece& text16,
427 - if (sp->begin() == NULL && text8.begin() != NULL)
433 - const char* p = text8.begin();
434 - const char* ep = text8.end();
450 - << CEscape(text8) << " "
451 - << (int)(sp->begin() - text8.begin()) << " "
452 - << (int)(sp->end() - text8.begin());
458 - // to being a pointer into text8 (equivalent text but in UTF-8).
459 - static void AdjustUCS2ToUTF8(const StringPiece& text16, const StringPiece& text8,
[all …]
/external/chromium_org/third_party/sqlite/src/test/
Dmalloc4.test116 set ::text8 [sqlite3_column_text $::STMT 0]
118 expr {$mf==0 || $::text8 == ""}
130 expr {$mf==0 || $::text8_2 == "" || ($::text16 == "" && $::text8 != "")}