HomeSort by relevance Sort by last modified time
    Searched full:ucs4 (Results 1 - 25 of 90) sorted by null

1 2 3 4

  /prebuilts/misc/windows/sdl2/test/
testiconv.c 42 "UCS4",
46 char *ucs4; local
67 ucs4 =
70 len = (widelen(ucs4) + 1) * 4;
72 test[0] = SDL_iconv_string(formats[i], "UCS-4", ucs4, len);
74 if (!test[1] || SDL_memcmp(test[1], ucs4, len) != 0) {
81 test[0] = SDL_iconv_string("UTF-8", "UCS-4", ucs4, len);
82 SDL_free(ucs4);
  /external/python/cpython3/Modules/
sre.h 17 large enough to hold a UCS4 character) */
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
sre.h 17 large enough to hold a UCS4 character) */
  /external/python/cpython2/Modules/
sre.h 17 large enough to hold a UCS4 character) */
  /external/python/cpython3/Objects/stringlib/
fastsearch.h 54 and UCS4 representations. */
101 and UCS4 representations. */
  /external/lisa/tools/armeabi/
taskset 
rt-app 
trace-cmd 
perf 
sysbench 
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/lib32/
libc-2.15.so 
libc.so.6 
  /external/python/cpython3/Tools/pybench/
pybench.py 120 # XXX this is now always UCS4, maybe replace it with 'PEP393' in 3.3+?
125 # UCS4 build (most recent Linux distros)
126 unitype = 'UCS4'
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_multibytecodec.py 209 else: # UCS4
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_multibytecodec.py 209 else: # UCS4
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_multibytecodec.py 209 else: # UCS4
  /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/devlib/devlib/bin/armeabi/
m5 
trace-cmd 
  /external/lisa/tools/arm64/
perf 
  /external/python/cpython2/Doc/c-api/
unicode.rst 26 possible to build a UCS4 version of Python (most recent Linux distributions come
27 with UCS4 builds of Python). These builds then use a 32-bit type for
28 :c:type:`Py_UNICODE` and store Unicode data internally as UCS4. On platforms
33 short` (UCS2) or :c:type:`unsigned long` (UCS4).
35 Note that UCS2 and UCS4 Python builds are not binary compatible. Please keep
    [all...]
  /external/skia/src/sfnt/
SkOTTable_name.h 127 UnicodeUCS4 = SkTEndian_SwapBE16(10), // UTF-16BE. It means UCS4 in charmaps.
  /external/skqp/src/sfnt/
SkOTTable_name.h 127 UnicodeUCS4 = SkTEndian_SwapBE16(10), // UTF-16BE. It means UCS4 in charmaps.
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/pybench/
pybench.py 117 # UCS4 build (most recent Linux distros)
118 unicode = 'UCS4'
    [all...]

Completed in 1298 milliseconds

1 2 3 4