/external/svox/pico/lib/ |
D | picobase.c | 98 static picoos_uint32 base_utf32_lowercase (picoos_uint32 utf32) in base_utf32_lowercase() argument 103 lc = utf32; in base_utf32_lowercase() 104 if (((utf32 >= 65313) && (utf32 <= 65338))) { in base_utf32_lowercase() 105 lc = (utf32 + 32); in base_utf32_lowercase() 106 } else if (((utf32 >= 66560) && (utf32 <= 66599))) { in base_utf32_lowercase() 107 lc = (utf32 + 40); in base_utf32_lowercase() 108 } else if (((utf32 >= 7680) && (utf32 <= 9423))) { in base_utf32_lowercase() 109 switch (utf32) { in base_utf32_lowercase() 131 if ( !(((utf32) % 2 == 1))) { in base_utf32_lowercase() 132 lc = (utf32 + 1); in base_utf32_lowercase() [all …]
|
/external/harfbuzz_ng/test/api/ |
D | test-buffer.c | 34 static const uint32_t utf32[7] = {'a', 'b', 0x20000, 'd', 'e', 'f', 'g'}; variable 73 for (i = 1; i < G_N_ELEMENTS (utf32) - 1; i++) in fixture_init() 74 hb_buffer_add (b, utf32[i], i); in fixture_init() 78 hb_buffer_add_utf32 (b, utf32, G_N_ELEMENTS (utf32), 1, G_N_ELEMENTS (utf32) - 2); in fixture_init() 213 g_assert_cmphex (glyphs[i].codepoint, ==, utf32[1+i]); in test_buffer_contents() 221 g_assert_cmphex (glyphs[i].codepoint, ==, utf32[len-i]); in test_buffer_contents() 225 g_assert_cmphex (glyphs[i].codepoint, ==, utf32[1+i]); in test_buffer_contents() 232 g_assert_cmphex (glyphs[i].codepoint, ==, utf32[len-i]); in test_buffer_contents() 236 g_assert_cmphex (glyphs[i].codepoint, ==, utf32[1+i]); in test_buffer_contents() 245 g_assert_cmphex (glyphs[i].codepoint, ==, utf32[len-i]); in test_buffer_contents() [all …]
|
/external/libchrome/base/strings/ |
D | utf_string_conversions_unittest.cc | 158 const wchar_t* utf32; in TEST() member 179 WideToUTF8(test.utf32, wcslen(test.utf32), &converted)); in TEST()
|
/external/icu/icu4j/demos/src/com/ibm/icu/dev/demo/charsetdet/ |
D | DetectingViewer.java | 310 Charset utf32 = CharsetICU.forNameICU(encoding); in show() local 316 sb.append(utf32.decode(ByteBuffer.wrap(bytes)).toString()); in show()
|
/external/skia/src/ports/ |
D | SkTypeface_win_dw.cpp | 109 const UINT32* utf32 = reinterpret_cast<const UINT32*>(chars); in onCharsToGlyphs() local 110 fDWriteFontFace->GetGlyphIndices(utf32, glyphCount, glyphs); in onCharsToGlyphs()
|
D | SkFontHost_win.cpp | 777 uint16_t SkScalerContext_GDI::generateCharToGlyph(SkUnichar utf32) { in generateCharToGlyph() argument 781 if (SkUTF16_FromUnichar(utf32, (uint16_t*)utf16) == 1) { in generateCharToGlyph() 2155 const uint32_t* utf32 = reinterpret_cast<const uint32_t*>(chars); in onCharsToGlyphs() local 2160 while (runLength < glyphsLeft && utf32[glyphIndex + runLength] <= 0xFFFF) { in onCharsToGlyphs() 2161 scratch[runLength] = static_cast<WCHAR>(utf32[glyphIndex + runLength]); in onCharsToGlyphs() 2170 while (glyphIndex < glyphCount && utf32[glyphIndex] > 0xFFFF) { in onCharsToGlyphs() 2171 SkUTF16_FromUnichar(utf32[glyphIndex], reinterpret_cast<uint16_t*>(scratch)); in onCharsToGlyphs()
|
D | SkFontHost_mac.cpp | 2094 const SkUnichar* utf32 = reinterpret_cast<const SkUnichar*>(chars); in onCharsToGlyphs() local 2098 utf16 += SkUTF16_FromUnichar(utf32[i], utf16); in onCharsToGlyphs()
|
/external/icu/icu4c/source/test/cintltst/ |
D | ncnvtst.c | 781 UChar32 *utf32 = (UChar32*)malloc(MAX_LENGTH*sizeof(UChar32)); in TestRegressionUTF32() local 794 UTF32_APPEND_CHAR_SAFE(utf32, offset32, MAX_LENGTH, currCh); in TestRegressionUTF32() 798 …(const uint8_t *)utf32, offset32*sizeof(UChar32), "UTF32_PlatformEndian", 0, TRUE, U_ZERO_ERROR ))… in TestRegressionUTF32() 801 if(!convertToU((const uint8_t *)utf32, offset32*sizeof(UChar32), in TestRegressionUTF32() 807 free(utf32); in TestRegressionUTF32()
|
D | nucnvtst.c | 1141 static const uint8_t utf32[]={ in TestNewConvertWithBufferSizes() local 1186 testConvertToU(utf32, sizeof(utf32), in TestNewConvertWithBufferSizes() 1194 static const uint8_t utf32[]={ in TestNewConvertWithBufferSizes() local 1239 testConvertToU(utf32, sizeof(utf32), in TestNewConvertWithBufferSizes()
|
D | ccapitst.c | 2761 static const uint8_t utf32[]={ in TestConvertAlgorithmic() local 2836 length=ucnv_fromAlgorithmic(cnv, UCNV_UTF32, target, 0, (const char *)utf32, 4, &errorCode); in TestConvertAlgorithmic()
|
/external/icu/icu4c/source/common/ |
D | unistr.cpp | 424 UnicodeString UnicodeString::fromUTF32(const UChar32 *utf32, int32_t length) { in fromUTF32() argument 440 utf32, length, in fromUTF32() 983 UnicodeString::toUTF32(UChar32 *utf32, int32_t capacity, UErrorCode &errorCode) const { in toUTF32() argument 987 u_strToUTF32WithSub(utf32, capacity, &length32, in toUTF32()
|
/external/icu/icu4c/source/test/intltest/ |
D | ustrtest.cpp | 1814 static const UChar32 utf32[] = { in TestUTF32() local 1822 UnicodeString from32 = UnicodeString::fromUTF32(utf32, UPRV_LENGTHOF(utf32)); in TestUTF32()
|
/external/icu/icu4c/source/common/unicode/ |
D | unistr.h | 1754 int32_t toUTF32(UChar32 *utf32, int32_t capacity, UErrorCode &errorCode) const; 3293 static UnicodeString fromUTF32(const UChar32 *utf32, int32_t length);
|
/external/v8/test/mjsunit/asm/embenchen/ |
D | 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);
|
D | 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);
|
D | 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);
|
D | 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);
|
D | 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);
|
D | 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);
|
D | zlib.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);
|
D | box2d.js | 862 var utf32 = HEAP32[(((ptr)+(i*4))>>2)]; 863 if (utf32 == 0) 867 if (utf32 >= 0x10000) { 868 var ch = utf32 - 0x10000; 871 str += String.fromCharCode(utf32);
|
D | lua_binarytrees.js | 893 var utf32 = HEAP32[(((ptr)+(i*4))>>2)]; 894 if (utf32 == 0) 898 if (utf32 >= 0x10000) { 899 var ch = utf32 - 0x10000; 902 str += String.fromCharCode(utf32);
|
/external/v8/test/mjsunit/asm/poppler/ |
D | poppler.js | 880 var utf32 = HEAP32[(((ptr)+(i*4))>>2)]; 881 if (utf32 == 0) 885 if (utf32 >= 0x10000) { 886 var ch = utf32 - 0x10000; 889 str += String.fromCharCode(utf32);
|