Searched defs:useFallback (Results 1 – 10 of 10) sorted by relevance
/external/icu/icu4c/source/common/ |
D | ucnv_ext.cpp | 332 UBool useFallback) { in ucnv_extSimpleMatchToU() 451 extFromUUseMapping(UBool useFallback, uint32_t value, UChar32 firstCP) { in extFromUUseMapping() 533 UBool useFallback, UBool flush) { in ucnv_extMatchFromU() 809 UBool useFallback) { in ucnv_extSimpleMatchFromU()
|
D | ucnv_cnv.h | 268 #define TO_U_USE_FALLBACK(useFallback) TRUE argument 273 #define FROM_U_USE_FALLBACK(useFallback, c) ((useFallback) || IS_PRIVATE_USE(c)) argument
|
D | ucnv2022.cpp | 1137 UBool useFallback, in MBCS_FROM_UCHAR32_ISO2022() 1208 UBool useFallback) in MBCS_SINGLE_FROM_UCHAR32() 1696 UBool useFallback; in UConverter_fromUnicode_ISO_2022_JP_OFFSETS_LOGIC() local 2388 UBool useFallback; in UConverter_fromUnicode_ISO_2022_KR_OFFSETS_LOGIC() local 2702 UBool useFallback; in UConverter_toUnicode_ISO_2022_KR_OFFSETS_LOGIC() local 2949 UBool useFallback; in UConverter_fromUnicode_ISO_2022_CN_OFFSETS_LOGIC() local
|
D | ucnv_ct.c | 336 UBool useFallback = cnv->useFallback; in UConverter_fromUnicode_CompoundText_OFFSETS() local
|
D | ucnv_bld.h | 181 UBool useFallback; member
|
D | ucnvmbcs.cpp | 919 UBool useFallback; in ucnv_MBCSGetFilteredUnicodeSetForUnicode() local 3255 UBool useFallback) { in ucnv_MBCSSimpleGetNextUChar() 4811 UBool useFallback) { in ucnv_MBCSFromUChar32()
|
/external/icu/icu4j/main/classes/charset/src/com/ibm/icu/charset/ |
D | CharsetEncoderICU.java | 46 boolean useFallback; field in CharsetEncoderICU
|
D | CharsetISO2022.java | 256 boolean useFallback) { in MBCSSimpleGetNextUChar() 270 … MBCSSingleFromUChar32(UConverterSharedData sharedData, int c, int[] retval, boolean useFallback) { in MBCSSingleFromUChar32()
|
D | CharsetMBCS.java | 1966 private int simpleMatchToU(ByteBuffer source, boolean useFallback) { in simpleMatchToU() 2661 int simpleGetNextUChar(ByteBuffer source, boolean useFallback) { in simpleGetNextUChar() 4953 static void extGetUnicodeSetString(ByteBuffer cx,UnicodeSet setFillIn, boolean useFallback, in extGetUnicodeSetString()
|
/external/icu/icu4c/source/test/cintltst/ |
D | nucnvtst.c | 360 const char *codepage, const int32_t *expectOffsets , UBool useFallback) in testConvertFromU() 517 … const char *codepage, const int32_t *expectOffsets, UBool useFallback) in testConvertToU()
|