/external/icu/icu4c/source/samples/ucnv/ |
flagcb.h | 12 /* The structure of a FromU Flag context.
|
/external/icu/icu4c/source/common/unicode/ |
ucnv_cb.h | 44 * The FromU Callback will be called on an unassigned character for 'B'. 72 * ONLY used by FromU callback functions. 93 * ONLY used by FromU callback functions. 111 * ONLY used by fromU callback functions.
|
/external/icu/icu4c/source/tools/makeconv/ |
genmbcs.h | 93 MBCS_FROM_U_EXT_MASK=0x0f, /* but need to go into the extension fromU table */
|
gencnvex.c | 1003 * Generate the fromU data structures from the input table. [all...] |
/external/icu/icu4c/source/tools/toolutil/ |
ucm.c | 624 * the fromU mapping does not have a toU counterpart: 640 * the toU mapping does not have a fromU counterpart: 641 * (reverse) fallback codepage->Unicode, copy it to the fromU table 660 /* leftover fromU mappings are fallbacks */ [all...] |
/external/icu/icu4c/source/extra/uconv/ |
uconv.cpp | 133 UConverterFromUCallback fromu; member in struct:callback_ent [all...] |
/external/icu/icu4c/source/test/cintltst/ |
nccbtst.c | 201 static const UChar fromU[] = { 0x61, 0xff5e, 0x62, 0x6d63, 0xff5e, 0x6d64, 0x63, 0xff5e, 0x6d66 }; 206 if(!testConvertFromUnicode(fromU, sizeof(fromU)/U_SIZEOF_UCHAR, [all...] |
ccapitst.c | [all...] |
/external/icu/icu4c/source/common/ |
ucnv_bld.cpp | [all...] |
/external/icu/icu4j/main/classes/charset/src/com/ibm/icu/charset/ |
CharsetMBCS.java | [all...] |