Searched defs:utf32 (Results 1 - 19 of 19) sorted by relevance

/external/chromium_org/base/strings/
H A Dutf_string_conversions_unittest.cc157 const wchar_t* utf32; member in struct:base::WideToUTF8Case
178 WideToUTF8(convert_cases[i].utf32,
179 wcslen(convert_cases[i].utf32),
/external/harfbuzz_ng/test/api/
H A Dtest-buffer.c34 static const uint32_t utf32[7] = {'a', 'b', 0x20000, 'd', 'e', 'f', 'g'}; variable
49 "utf32",
73 for (i = 1; i < G_N_ELEMENTS (utf32) - 1; i++)
74 hb_buffer_add (b, utf32[i], i);
78 hb_buffer_add_utf32 (b, utf32, G_N_ELEMENTS (utf32), 1, G_N_ELEMENTS (utf32) - 2);
204 g_assert_cmphex (glyphs[i].codepoint, ==, utf32[1+i]);
212 g_assert_cmphex (glyphs[i].codepoint, ==, utf32[len-i]);
216 g_assert_cmphex (glyphs[i].codepoint, ==, utf32[
752 const uint32_t utf32[8]; member in struct:__anon21688
[all...]
/external/svox/pico/lib/
H A Dpicobase.c98 static picoos_uint32 base_utf32_lowercase (picoos_uint32 utf32) argument
103 lc = utf32;
104 if (((utf32 >= 65313) && (utf32 <= 65338))) {
105 lc = (utf32 + 32);
106 } else if (((utf32 >= 66560) && (utf32 <= 66599))) {
107 lc = (utf32 + 40);
108 } else if (((utf32 >= 7680) && (utf32 <
496 base_utf32_uppercase(picoos_uint32 utf32) argument
1092 picobase_utf32_to_utf8(picobase_utf32 utf32, picobase_utf8 utf8[], picoos_int32 utf8MaxLen, picoos_uint8 * done) argument
1144 picobase_utf32 utf32; local
1175 picobase_utf32 utf32; local
1203 picoos_uint32 utf32; local
1222 picoos_uint32 utf32; local
[all...]
/external/chromium_org/third_party/skia/src/ports/
H A DSkTypeface_win_dw.cpp107 const UINT32* utf32 = reinterpret_cast<const UINT32*>(chars); local
108 fDWriteFontFace->GetGlyphIndices(utf32, glyphCount, glyphs);
H A DSkFontHost_win.cpp808 uint16_t SkScalerContext_GDI::generateCharToGlyph(SkUnichar utf32) { argument
812 if (SkUTF16_FromUnichar(utf32, (uint16_t*)utf16) == 1) {
2238 const uint32_t* utf32 = reinterpret_cast<const uint32_t*>(chars);
2243 while (runLength < glyphsLeft && utf32[glyphIndex + runLength] <= 0xFFFF) {
2244 scratch[runLength] = static_cast<WCHAR>(utf32[glyphIndex + runLength]);
2253 while (glyphIndex < glyphCount && utf32[glyphIndex] > 0xFFFF) {
2254 SkUTF16_FromUnichar(utf32[glyphIndex], reinterpret_cast<uint16_t*>(scratch));
H A DSkFontHost_mac.cpp1952 const SkUnichar* utf32 = reinterpret_cast<const SkUnichar*>(chars); local
1956 utf16 += SkUTF16_FromUnichar(utf32[i], utf16);
/external/skia/src/ports/
H A DSkTypeface_win_dw.cpp98 const UINT32* utf32 = reinterpret_cast<const UINT32*>(chars); local
99 fDWriteFontFace->GetGlyphIndices(utf32, glyphCount, glyphs);
H A DSkFontHost_win.cpp808 uint16_t SkScalerContext_GDI::generateCharToGlyph(SkUnichar utf32) { argument
812 if (SkUTF16_FromUnichar(utf32, (uint16_t*)utf16) == 1) {
2266 const uint32_t* utf32 = reinterpret_cast<const uint32_t*>(chars);
2271 while (runLength < glyphsLeft && utf32[glyphIndex + runLength] <= 0xFFFF) {
2272 scratch[runLength] = static_cast<WCHAR>(utf32[glyphIndex + runLength]);
2281 while (glyphIndex < glyphCount && utf32[glyphIndex] > 0xFFFF) {
2282 SkUTF16_FromUnichar(utf32[glyphIndex], reinterpret_cast<uint16_t*>(scratch));
H A DSkFontHost_mac.cpp1949 const SkUnichar* utf32 = reinterpret_cast<const SkUnichar*>(chars); local
1953 utf16 += SkUTF16_FromUnichar(utf32[i], utf16);
/external/chromium_org/third_party/icu/source/test/cintltst/
H A Dncnvtst.c762 UChar32 *utf32 = (UChar32*)malloc(MAX_LENGTH*sizeof(UChar32)); local
775 UTF32_APPEND_CHAR_SAFE(utf32, offset32, MAX_LENGTH, currCh);
779 (const uint8_t *)utf32, offset32*sizeof(UChar32), "UTF32_PlatformEndian", 0, TRUE, U_ZERO_ERROR )) {
782 if(!convertToU((const uint8_t *)utf32, offset32*sizeof(UChar32),
788 free(utf32);
H A Dccapitst.c2755 utf32[]={ local
2828 length=ucnv_fromAlgorithmic(cnv, UCNV_UTF32, target, 0, (const char *)utf32, 4, &errorCode);
H A Dnucnvtst.c1144 static const uint8_t utf32[]={ local
1189 testConvertToU(utf32, sizeof(utf32),
1197 static const uint8_t utf32[]={ local
1242 testConvertToU(utf32, sizeof(utf32),
/external/chromium_org/third_party/icu/source/test/intltest/
H A Dustrtest.cpp1824 static const UChar32 utf32[] = { local
1832 UnicodeString from32 = UnicodeString::fromUTF32(utf32, LENGTHOF(utf32));
/external/icu/icu4c/source/test/cintltst/
H A Dncnvtst.c780 UChar32 *utf32 = (UChar32*)malloc(MAX_LENGTH*sizeof(UChar32)); local
793 UTF32_APPEND_CHAR_SAFE(utf32, offset32, MAX_LENGTH, currCh);
797 (const uint8_t *)utf32, offset32*sizeof(UChar32), "UTF32_PlatformEndian", 0, TRUE, U_ZERO_ERROR )) {
800 if(!convertToU((const uint8_t *)utf32, offset32*sizeof(UChar32),
806 free(utf32);
H A Dccapitst.c2759 utf32[]={ local
2832 length=ucnv_fromAlgorithmic(cnv, UCNV_UTF32, target, 0, (const char *)utf32, 4, &errorCode);
H A Dnucnvtst.c1143 static const uint8_t utf32[]={ local
1188 testConvertToU(utf32, sizeof(utf32),
1196 static const uint8_t utf32[]={ local
1241 testConvertToU(utf32, sizeof(utf32),
/external/icu/icu4c/source/test/intltest/
H A Dustrtest.cpp1824 static const UChar32 utf32[] = { local
1832 UnicodeString from32 = UnicodeString::fromUTF32(utf32, LENGTHOF(utf32));
/external/chromium_org/third_party/icu/source/common/
H A Dunistr.cpp413 UnicodeString UnicodeString::fromUTF32(const UChar32 *utf32, int32_t length) { argument
429 utf32, length,
921 UnicodeString::toUTF32(UChar32 *utf32, int32_t capacity, UErrorCode &errorCode) const { argument
925 u_strToUTF32WithSub(utf32, capacity, &length32,
/external/icu/icu4c/source/common/
H A Dunistr.cpp413 UnicodeString UnicodeString::fromUTF32(const UChar32 *utf32, int32_t length) { argument
429 utf32, length,
921 UnicodeString::toUTF32(UChar32 *utf32, int32_t capacity, UErrorCode &errorCode) const { argument
925 u_strToUTF32WithSub(utf32, capacity, &length32,

Completed in 424 milliseconds