HomeSort by relevance Sort by last modified time
    Searched defs:utf32 (Results 1 - 16 of 16) sorted by null

  /external/chromium_org/base/strings/
utf_string_conversions_unittest.cc 157 const wchar_t* utf32; member in struct:base::WideToUTF8Case
178 WideToUTF8(convert_cases[i].utf32,
179 wcslen(convert_cases[i].utf32),
  /external/svox/pico/lib/
picobase.c 98 static picoos_uint32 base_utf32_lowercase (picoos_uint32 utf32)
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 <= 9423)))
1144 picobase_utf32 utf32; local
1175 picobase_utf32 utf32; local
1203 picoos_uint32 utf32; local
1222 picoos_uint32 utf32; local
    [all...]
  /external/harfbuzz_ng/test/api/
test-buffer.c 34 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[1+i])
752 const uint32_t utf32[8]; member in struct:__anon25497
    [all...]
  /external/chromium_org/third_party/skia/src/ports/
SkTypeface_win_dw.cpp 98 const UINT32* utf32 = reinterpret_cast<const UINT32*>(chars); local
99 fDWriteFontFace->GetGlyphIndices(utf32, glyphCount, glyphs);
SkFontHost_mac.cpp 1949 const SkUnichar* utf32 = reinterpret_cast<const SkUnichar*>(chars); local
    [all...]
  /external/skia/src/ports/
SkTypeface_win_dw.cpp 98 const UINT32* utf32 = reinterpret_cast<const UINT32*>(chars); local
99 fDWriteFontFace->GetGlyphIndices(utf32, glyphCount, glyphs);
SkFontHost_mac.cpp 1949 const SkUnichar* utf32 = reinterpret_cast<const SkUnichar*>(chars); local
    [all...]
  /system/core/libutils/
Unicode.cpp 145 char32_t utf32 = first_char; local
150 utf32 = (utf32 << 6) + (*cur++ & 0x3F);
153 utf32 &= ~(to_ignore_mask << (6 * (num_to_read - 1)));
156 return static_cast<int32_t>(utf32);
343 char32_t utf32; local
347 utf32 = (*cur_utf16++ - 0xD800) << 10;
348 utf32 |= *cur_utf16++ - 0xDC00;
349 utf32 += 0x10000;
351 utf32 = (char32_t) *cur_utf16++
382 char32_t utf32 = 0; local
    [all...]
  /external/chromium_org/third_party/icu/source/test/cintltst/
ncnvtst.c 762 UChar32 *utf32 = (UChar32*)malloc(MAX_LENGTH*sizeof(UChar32)); local
    [all...]
ccapitst.c 2794 utf32[]={ local
    [all...]
nucnvtst.c 859 /*UTF32 LE*/
862 /*UTF32 BE*/
911 /*UTF32 LE*/
914 /*UTF32 BE*/
1136 static const uint8_t utf32[]={ local
1189 static const uint8_t utf32[]={ local
    [all...]
  /external/chromium_org/third_party/icu/source/test/intltest/
ustrtest.cpp 1800 static const UChar32 utf32[] = { local
    [all...]
  /external/icu/icu4c/source/test/cintltst/
ncnvtst.c 780 UChar32 *utf32 = (UChar32*)malloc(MAX_LENGTH*sizeof(UChar32)); local
    [all...]
ccapitst.c 2759 utf32[]={ local
    [all...]
nucnvtst.c 866 /*UTF32 LE*/
869 /*UTF32 BE*/
1143 static const uint8_t utf32[]={ local
1196 static const uint8_t utf32[]={ local
    [all...]
  /external/icu/icu4c/source/test/intltest/
ustrtest.cpp 1824 static const UChar32 utf32[] = { local
    [all...]

Completed in 850 milliseconds