HomeSort by relevance Sort by last modified time
    Searched refs:utf32 (Results 1 - 25 of 39) sorted by null

1 2

  /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...]
  /system/core/libutils/
Unicode.cpp 140 char32_t utf32 = first_char; local
145 utf32 = (utf32 << 6) + (*cur++ & 0x3F);
148 utf32 &= ~(to_ignore_mask << (6 * (num_to_read - 1)));
151 return static_cast<int32_t>(utf32);
365 char32_t utf32;
369 utf32 = (*cur_utf16++ - 0xD800) << 10;
370 utf32 |= *cur_utf16++ - 0xDC00;
371 utf32 += 0x10000;
373 utf32 = (char32_t) *cur_utf16++
    [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);
213 g_assert_cmphex (glyphs[i].codepoint, ==, utf32[1+i]);
221 g_assert_cmphex (glyphs[i].codepoint, ==, utf32[len-i]);
225 g_assert_cmphex (glyphs[i].codepoint, ==, utf32[1+i])
761 const uint32_t utf32[8]; member in struct:__anon11699
    [all...]
  /external/libchrome/base/strings/
utf_string_conversions_unittest.cc 158 const wchar_t* utf32; member in struct:base::WideToUTF8Case
179 WideToUTF8(test.utf32, wcslen(test.utf32), &converted));
  /system/core/base/
utf8_test.cpp 258 const wchar_t* utf32; member in struct:android::base::WideToUTF8Case
279 WideToUTF8(convert_cases[i].utf32,
280 wcslen(convert_cases[i].utf32),
  /external/icu/icu4j/demos/src/com/ibm/icu/dev/demo/charsetdet/
DetectingViewer.java 310 Charset utf32 = CharsetICU.forNameICU(encoding); local
316 sb.append(utf32.decode(ByteBuffer.wrap(bytes)).toString());
  /system/core/liblog/
logprint.c 880 uint32_t utf32; local
894 for (utf32 = 1, num_to_read = 1, mask = 0x40, to_ignore_mask = 0x80;
903 utf32 = (utf32 << 6) + (*cur++ & 0b00111111);
910 utf32 |= ((~to_ignore_mask) & first_char) << (6 * (num_to_read - 1));
911 if (utf32 > kUnicodeMaxCodepoint) {
    [all...]
  /external/skia/src/ports/
SkTypeface_win_dw.cpp 109 const UINT32* utf32 = reinterpret_cast<const UINT32*>(chars); local
110 fDWriteFontFace->GetGlyphIndices(utf32, glyphCount, glyphs);
SkFontHost_win.cpp 777 uint16_t SkScalerContext_GDI::generateCharToGlyph(SkUnichar utf32) {
781 if (SkUTF16_FromUnichar(utf32, (uint16_t*)utf16) == 1) {
    [all...]
SkFontHost_mac.cpp 2094 const SkUnichar* utf32 = reinterpret_cast<const SkUnichar*>(chars); local
    [all...]
  /external/icu/icu4c/source/common/
unistr.cpp 424 UnicodeString UnicodeString::fromUTF32(const UChar32 *utf32, int32_t length) {
440 utf32, length,
983 UnicodeString::toUTF32(UChar32 *utf32, int32_t capacity, UErrorCode &errorCode) const {
987 u_strToUTF32WithSub(utf32, capacity, &length32,
    [all...]
  /external/icu/icu4c/source/test/cintltst/
ncnvtst.c 781 UChar32 *utf32 = (UChar32*)malloc(MAX_LENGTH*sizeof(UChar32)); local
    [all...]
nucnvtst.c 864 /*UTF32 LE*/
867 /*UTF32 BE*/
1141 static const uint8_t utf32[]={ local
1194 static const uint8_t utf32[]={ local
    [all...]
ccapitst.c 2761 static const uint8_t utf32[]={ local
    [all...]
  /external/icu/icu4c/source/test/intltest/
ustrtest.cpp 1814 static const UChar32 utf32[] = { local
    [all...]
  /external/icu/icu4c/source/common/unicode/
unistr.h     [all...]
  /external/v8/test/mjsunit/asm/embenchen/
copy.js 861 var utf32 = HEAP32[(((ptr)+(i*4))>>2)];
862 if (utf32 == 0)
866 if (utf32 >= 0x10000) {
867 var ch = utf32 - 0x10000;
870 str += String.fromCharCode(utf32);
    [all...]
corrections.js 861 var utf32 = HEAP32[(((ptr)+(i*4))>>2)];
862 if (utf32 == 0)
866 if (utf32 >= 0x10000) {
867 var ch = utf32 - 0x10000;
870 str += String.fromCharCode(utf32);
    [all...]
primes.js 861 var utf32 = HEAP32[(((ptr)+(i*4))>>2)];
862 if (utf32 == 0)
866 if (utf32 >= 0x10000) {
867 var ch = utf32 - 0x10000;
870 str += String.fromCharCode(utf32);
    [all...]
fannkuch.js 892 var utf32 = HEAP32[(((ptr)+(i*4))>>2)];
893 if (utf32 == 0)
897 if (utf32 >= 0x10000) {
898 var ch = utf32 - 0x10000;
901 str += String.fromCharCode(utf32);
    [all...]
fasta.js 871 var utf32 = HEAP32[(((ptr)+(i*4))>>2)];
872 if (utf32 == 0)
876 if (utf32 >= 0x10000) {
877 var ch = utf32 - 0x10000;
880 str += String.fromCharCode(utf32);
    [all...]
memops.js 861 var utf32 = HEAP32[(((ptr)+(i*4))>>2)];
862 if (utf32 == 0)
866 if (utf32 >= 0x10000) {
867 var ch = utf32 - 0x10000;
870 str += String.fromCharCode(utf32);
    [all...]
  /external/v8/test/mjsunit/wasm/embenchen/
copy.js 864 var utf32 = HEAP32[(((ptr)+(i*4))>>2)];
865 if (utf32 == 0)
869 if (utf32 >= 0x10000) {
870 var ch = utf32 - 0x10000;
873 str += String.fromCharCode(utf32);
    [all...]
corrections.js 864 var utf32 = HEAP32[(((ptr)+(i*4))>>2)];
865 if (utf32 == 0)
869 if (utf32 >= 0x10000) {
870 var ch = utf32 - 0x10000;
873 str += String.fromCharCode(utf32);
    [all...]
primes.js 864 var utf32 = HEAP32[(((ptr)+(i*4))>>2)];
865 if (utf32 == 0)
869 if (utf32 >= 0x10000) {
870 var ch = utf32 - 0x10000;
873 str += String.fromCharCode(utf32);
    [all...]

Completed in 963 milliseconds

1 2