/external/llvm/unittests/Support/ |
ConvertUTFTest.cpp | 121 std::vector<UTF32> Decoded(S.size(), 0); 122 UTF32 *TargetStart = Decoded.data(); 138 std::vector<UTF32> Decoded(S.size(), 0); 139 UTF32 *TargetStart = Decoded.data(); [all...] |
/external/skia/tests/ |
PaintTest.cpp | 70 SkUnichar dst[NGLYPHS]; // used for utf8, utf16, utf32 storage
|
/external/libxml2/os400/iconv/bldcsndfa/ |
ccsid_mibenum.xml | 181 <alias>UTF32-BE</alias> 186 <alias>UTF32-LE</alias>
|
/external/llvm/lib/Support/ |
Unicode.cpp | 350 UTF32 buf[1]; 352 UTF32 *Target = &buf[0];
|
/external/icu/icu4j/main/tests/charset/src/com/ibm/icu/dev/test/charset/ |
TestCharset.java | [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...] |
cloctst.c | 420 {"no", "", "NO", "NY", "no-no-ny.utf32@B", "no_NO_NY.utf32@B", "no_NO_NY_B"}, 421 {"no", "", "NO", "", "no-no.utf32@B", "no_NO.utf32@B", "no_NO_B"}, [all...] |
/external/skia/src/ports/ |
SkFontHost_win.cpp | 777 uint16_t SkScalerContext_GDI::generateCharToGlyph(SkUnichar utf32) { 781 if (SkUTF16_FromUnichar(utf32, (uint16_t*)utf16) == 1) { [all...] |
/external/antlr/antlr-3.4/runtime/C/src/ |
antlr3filestream.c | 8 * to deal with UTF32 characters only (the reasons for this are to
|
/external/icu/icu4c/source/common/unicode/ |
utf_old.h | 72 * The entire contents of utf32.h was moved here without replacement 104 * for using UTF Unicode strings. It includes utf8.h, utf16.h, and utf32.h for the actual 742 /* Formerly utf32.h --------------------------------------------------------- */ 750 * utf32.h is included by utf.h after unicode/umachine.h</p> [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...] |
common.vcxproj.filters | [all...] |
/external/pcre/dist/doc/html/ |
pcreunicode.html | 45 the pattern must start with the sequence (*UTF16), (*UTF32), as appropriate, or
|
pcresyntax.html | 419 (*UTF32) set UTF-32 mode: 32-bit library (PCRE_UTF32)
|
/external/pcre/dist/doc/ |
pcresyntax.3 | 392 (*UTF32) set UTF-32 mode: 32-bit library (PCRE_UTF32)
|
pcreunicode.3 | 39 the pattern must start with the sequence (*UTF16), (*UTF32), as appropriate, or
|
/ndk/sources/android/support/src/musl-locale/ |
iconv.c | 44 "ucs4\0ucs4be\0utf32\0utf32be\0\0\300"
|
/packages/apps/Test/connectivity/sl4n/rapidjson/doc/ |
dom.md | 34 The `Encoding` parameter specifies the encoding of JSON String value in memory. Possible options are `UTF8`, `UTF16`, `UTF32`. Note that, these 3 types are also template class. `UTF8<>` is `UTF8<char>`, which means using char to store the characters. You may refer to [Encoding](doc/encoding.md) for details.
|
stream.md | 180 d.Accept(writer); // This generates UTF32-LE file from UTF-8 in memory
|
/external/clang/lib/Frontend/ |
TextDiagnostic.cpp | 123 UTF32 c; 124 UTF32 *cptr = &c; [all...] |
/external/valgrind/none/tests/s390x/ |
cu14.c | 125 printf("UTF32: ");
|
cu14_1.c | 125 printf("UTF32: ");
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/util/ |
ULocaleTest.java | 658 {"no", "", "NO", "NY_B", "no-no-ny.utf32@B", "no_NO_NY.utf32@B", "no_NO_NY_B"}, 659 {"no", "", "NO", "B", "no-no.utf32@B", "no_NO.utf32@B", "no_NO_B"}, [all...] |
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/ |
ULocaleTest.java | 654 {"no", "", "NO", "NY_B", "no-no-ny.utf32@B", "no_NO_NY.utf32@B", "no_NO_NY_B"}, 655 {"no", "", "NO", "B", "no-no.utf32@B", "no_NO.utf32@B", "no_NO_B"}, [all...] |