HomeSort by relevance Sort by last modified time
    Searched full:utf32 (Results 76 - 100 of 144) sorted by null

1 2 34 5 6

  /prebuilts/gdb/darwin-x86/lib/python2.7/
codecs.py 32 # for UTF8/UTF16/UTF32 output and little/big endian machines
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/
codecs.py 32 # for UTF8/UTF16/UTF32 output and little/big endian machines
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
codecs.py 32 # for UTF8/UTF16/UTF32 output and little/big endian machines
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
codecs.py 32 # for UTF8/UTF16/UTF32 output and little/big endian machines
    [all...]
  /toolchain/binutils/binutils-2.25/libiberty/
d-demangle.c 1081 case 'd': /* UTF32 */
  /external/icu/icu4c/source/test/cintltst/
custrtrn.c     [all...]
  /external/icu/icu4c/source/test/intltest/
ustrtest.cpp 1814 static const UChar32 utf32[] = { local
    [all...]
loctest.cpp     [all...]
  /external/icu/icu4c/source/common/unicode/
unistr.h     [all...]
  /external/icu/icu4c/source/common/
ucnv_bld.cpp 172 { "utf32", UCNV_UTF32 },
    [all...]
  /external/skia/include/core/
SkPaint.h 711 kUTF32_TextEncoding, //!< the text parameters are UTF32
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_bigmem.py 117 return self.basic_encode_test(size, 'utf32', expectedsize=4*size+4)
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_bigmem.py 117 return self.basic_encode_test(size, 'utf32', expectedsize=4*size+4)
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_bigmem.py 117 return self.basic_encode_test(size, 'utf32', expectedsize=4*size+4)
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_bigmem.py 117 return self.basic_encode_test(size, 'utf32', expectedsize=4*size+4)
    [all...]
  /external/skia/src/ports/
SkFontHost_mac.cpp 2094 const SkUnichar* utf32 = reinterpret_cast<const SkUnichar*>(chars); local
    [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...]
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...]
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...]
  /external/clang/include/clang/AST/
Expr.h     [all...]
  /external/pcre/dist/doc/html/
pcrepattern.html 100 (*UTF32)
676 They can also be combined with the (*UTF8), (*UTF16), (*UTF32), (*UTF) or
    [all...]
  /external/pcre/dist/doc/
pcrepattern.3 62 (*UTF32)
677 They can also be combined with the (*UTF8), (*UTF16), (*UTF32), (*UTF) or
    [all...]
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/ObjC/
ObjC.stg 136 * get wchar_t, but wchar_t is 16 bits on Windows, which is not UTF32 and so
    [all...]
  /external/clang/lib/AST/
StmtPrinter.cpp 1159 case CharacterLiteral::UTF32: OS << 'U'; break;
    [all...]

Completed in 2571 milliseconds

1 2 34 5 6