/external/icu4c/common/unicode/ |
ucnv_cb.h | 133 * @param args callback toUnicode arguments
|
/external/skia/gyp/ |
tests.gyp | 103 '../tests/ToUnicode.cpp',
|
/external/skia/include/core/ |
SkAdvancedTypefaceMetrics.h | 80 kToUnicode_PerGlyphInfo = 0x8 // Populate ToUnicode table, ignored
|
/external/skia/legacy/include/core/ |
SkAdvancedTypefaceMetrics.h | 78 kToUnicode_PerGlyphInfo = 0x8, // Populate ToUnicode table, ignored
|
/external/skia/src/pdf/ |
SkPDFFont.h | 160 // Generate ToUnicode table according to glyph usage subset.
|
SkPDFFont.cpp | 364 // /CMapType 2 means ToUnicode. 466 // ( see caller in tests/ToUnicode.cpp ) [all...] |
/external/webkit/Source/WebCore/icu/unicode/ |
ucnv_cb.h | 133 * @param args callback toUnicode arguments
|
/external/webkit/Source/WebCore/platform/text/qt/ |
TextCodecQt.cpp | 111 QString decoded = m_codec->toUnicode(buf, size, &m_state);
|
/external/icu4c/test/cintltst/ |
nccbtst.c | 654 log_verbose("Testing toUnicode with UCNV_TO_U_CALLBACK_SKIP \n"); [all...] |
/external/icu4c/tools/makeconv/ |
gencnvex.c | 52 /* toUnicode (state table in ucm->states) */ 292 * the toUnicode table. 294 * for the base toUnicode table but not for the base fromUnicode table. 461 fprintf(stderr, "error: toUnicode extension table section overflow: %ld section entries\n", (long)count); 576 * Remove toUnicode fallbacks and non-<subchar1> SUB mappings [all...] |
makeconv.c | 696 * if they fit into the base toUnicode table but not into the 700 * to be excluded from the extension toUnicode data. 809 * They fit into the base toUnicode table but not into the
|
genmbcs.cpp | 29 * TODO: Split this file into toUnicode, SBCSFromUnicode and MBCSFromUnicode files. 38 /* toUnicode (state table in ucm->states) */ 194 /* toUnicode */ 326 fprintf(stderr, "error: too many toUnicode fallbacks, currently at: U+%x\n", (int)c); [all...] |
/external/icu4c/common/ |
ucnv.c | [all...] |
ucnv_ext.h | 155 * Array of byte/value pairs for lookups for toUnicode conversion. 208 * Contains toUnicode mapping results, stored as sequences of UChars. 401 /* toUnicode helpers -------------------------------------------------------- */
|
uidna.cpp | 484 // ToUnicode never fails. If any step fails, then the original input 592 // ToUnicode never fails. If any step fails, then the original input 799 // ToUnicode never fails. If any step fails, then the original input
|
ucnv_u16.c | 31 * The UTF-16 toUnicode implementation is also used for the Java-specific 571 /* reset toUnicode state */ [all...] |
/external/harfbuzz/tests/linebreaking/ |
main.cpp | 193 QString txt = codec->toUnicode(QByteArray("\xca\xc7\xd1\xca\xb4\xd5\xa4\xc3\xd1\xba\x20\xb9\xd5\xe8\xe0\xbb\xe7\xb9\xa1\xd2\xc3\xb7\xb4\xca\xcd\xba\xb5\xd1\xc7\xe0\xcd\xa7"));
|
/external/icu4c/tools/toolutil/ |
ucm.h | 264 /* finalize and optimize states after the toUnicode mappings are processed */
|
/external/webkit/Source/WebCore/platform/qt/ |
ClipboardQt.cpp | 163 QString data = QTextCodec::codecForName("UTF-16")->toUnicode(rawData);
|
/external/icu4c/test/intltest/ |
uts46test.cpp | 561 // Ticket #8137: UTS #46 toUnicode() fails with non-ASCII labels that turn 588 // ToASCII/ToUnicode, transitional/nontransitional 600 // ToUnicode does not set length errors. [all...] |
idnaconf.cpp | 32 static const UChar C_TOUNICODE[] = {0x74, 0x6F, 0x75, 0x6E, 0x69, 0x63, 0x6F, 0x64, 0x65, 0}; // tounicode
|
idnaref.h | 70 * This function implements the ToUnicode operation as defined in the IDNA draft.
|
testidna.cpp | 732 //test toUnicode with all labels in the string [all...] |
/external/qemu/distrib/sdl-1.2.15/src/video/wincommon/ |
SDL_sysevents.c | 788 SDL_ToUnicode = Is9xME() ? ToUnicode9xME : (ToUnicodeFN) ToUnicode; 818 /* JFP: Implementation of ToUnicode() that works on 9x/ME/2K/XP */
|
/external/qemu/distrib/sdl-1.2.15/src/video/windib/ |
SDL_dibevents.c | 192 /* this is the workaround for the missing ToAscii() and ToUnicode() in CE (not necessary at KEYUP!) */ 611 /* Numlock isn't taken into account in ToUnicode,
|