/external/qemu/distrib/sdl-1.2.15/test/ |
testiconv.c | 29 "UCS4", 33 char *ucs4; local 51 ucs4 = SDL_iconv_string("UCS-4", "UTF-8", buffer, SDL_strlen(buffer)+1); 52 len = (widelen(ucs4)+1)*4; 54 test[0] = SDL_iconv_string(formats[i], "UCS-4", ucs4, len); 56 if ( !test[1] || SDL_memcmp(test[1], ucs4, len) != 0 ) { 67 test[0] = SDL_iconv_string("UTF-8", "UCS-4", ucs4, len); 68 SDL_free(ucs4);
|
/external/chromium_org/third_party/WebKit/Source/platform/fonts/win/ |
FontFallbackWin.cpp | 194 UScriptCode getScriptBasedOnUnicodeBlock(int ucs4) 196 UBlockCode block = ublock_getCode(ucs4); 225 UScriptCode getScript(int ucs4) 228 UScriptCode script = uscript_getScript(ucs4, &err); 232 script = getScriptBasedOnUnicodeBlock(ucs4); 337 UChar32 ucs4 = 0; 339 U16_NEXT(characters, i, length, ucs4); 340 script = getScript(ucs4); 343 const UChar* family = getFallbackFamily(ucs4, generic, 0);
|
/external/chromium/base/i18n/ |
file_util_icu.cc | 28 bool contains(UChar32 ucs4) { 29 return !!set->contains(ucs4); 71 // to check |ucs4 & 0xFFFEu == 0xFFFEu|, in addiition to calling
|
/external/chromium_org/base/i18n/ |
file_util_icu.cc | 32 bool contains(UChar32 ucs4) { 33 return !!set->contains(ucs4); 75 // to check |ucs4 & 0xFFFEu == 0xFFFEu|, in addiition to calling
|
/external/qemu/distrib/sdl-1.2.15/src/video/x11/ |
SDL_x11events.c | 82 of the UCS4 representation. 94 of the UCS4 representation. 106 of the UCS4 representation. 118 of the UCS4 representation. 131 of the UCS4 representation. 144 of the UCS4 representation. 153 of the UCS4 representation. 154 The first 6 bits of the UCS4 representation is the least 8-noOctets-1 significant bits of 164 /* Now, start filling c.ucs4 with the bits from the continuing octets from utf8. */ 178 of c.ucs4 with them [all...] |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/lib/ |
libc-2.7.so | |
libc.so.6 | |
libc.a | [all...] |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/lib/ |
libc-2.7.so | |
libc.so.6 | |
libc.a | [all...] |
/external/chromium_org/tools/python/google/httpd_config/ |
httpd2_mac.conf | 166 AddCharset UCS-4 .ucs4
|
httpd2.conf | 217 AddCharset UCS-4 .ucs4
|
/ndk/sources/android/support/src/musl-locale/ |
iconv.c | 42 "ucs4\0ucs4be\0utf32\0utf32be\0\0\300"
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_multibytecodec.py | 209 else: # UCS4
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_multibytecodec.py | 209 else: # UCS4
|
/external/chromium_org/third_party/skia/src/sfnt/ |
SkOTTable_name.h | 132 ((UnicodeUCS4, SkTEndian_SwapBE16(10))) // UTF-16BE. It means UCS4 in charmaps.
|
/external/skia/src/sfnt/ |
SkOTTable_name.h | 132 ((UnicodeUCS4, SkTEndian_SwapBE16(10))) // UTF-16BE. It means UCS4 in charmaps.
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/lib/xen/ |
libc.a | [all...] |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/lib/xen/ |
libc.a | [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/lib/ |
libc.a | [all...] |
/external/qemu/distrib/sdl-1.2.15/src/stdlib/ |
SDL_iconv.c | 130 { "UCS4", ENCODING_UCS4 },
|
/external/chromium_org/third_party/libxml/src/ |
encoding.c | 1175 * NOTE: if we were able to parse this, the endianness of UCS4 is 1180 if (!strcmp(upper, "UCS4")) return(XML_CHAR_ENCODING_UCS4LE); [all...] |
parserInternals.c | 1077 BAD_CAST "UCS4 2143", NULL); 1082 BAD_CAST "UCS4 3412", NULL); [all...] |
/external/libxml2/ |
encoding.c | 1175 * NOTE: if we were able to parse this, the endianness of UCS4 is 1180 if (!strcmp(upper, "UCS4")) return(XML_CHAR_ENCODING_UCS4LE); [all...] |