Searched defs:useFallback (Results 1 – 10 of 10) sorted by relevance
/external/icu/icu4c/source/common/ |
D | ucnv_ext.cpp | 335 UBool useFallback) { in ucnv_extSimpleMatchToU() 454 extFromUUseMapping(UBool useFallback, uint32_t value, UChar32 firstCP) { in extFromUUseMapping() 536 UBool useFallback, UBool flush) { in ucnv_extMatchFromU() 815 UBool useFallback) { in ucnv_extSimpleMatchFromU()
|
D | ucnv_cnv.h | 270 #define TO_U_USE_FALLBACK(useFallback) TRUE argument 275 #define FROM_U_USE_FALLBACK(useFallback, c) ((useFallback) || IS_PRIVATE_USE(c)) argument
|
D | ucnv2022.cpp | 1126 UBool useFallback, in MBCS_FROM_UCHAR32_ISO2022() 1197 UBool useFallback) in MBCS_SINGLE_FROM_UCHAR32() 1685 UBool useFallback; in UConverter_fromUnicode_ISO_2022_JP_OFFSETS_LOGIC() local 2376 UBool useFallback; in UConverter_fromUnicode_ISO_2022_KR_OFFSETS_LOGIC() local 2690 UBool useFallback; in UConverter_toUnicode_ISO_2022_KR_OFFSETS_LOGIC() local 2937 UBool useFallback; in UConverter_fromUnicode_ISO_2022_CN_OFFSETS_LOGIC() local
|
D | ucnv_ct.cpp | 343 UBool useFallback = cnv->useFallback; in UConverter_fromUnicode_CompoundText_OFFSETS() local
|
D | ucnv_bld.h | 188 UBool useFallback; member
|
D | ucnvmbcs.cpp | 923 UBool useFallback; in ucnv_MBCSGetFilteredUnicodeSetForUnicode() local 3266 UBool useFallback) { in ucnv_MBCSSimpleGetNextUChar() 4836 UBool useFallback) { in ucnv_MBCSFromUChar32()
|
/external/icu/icu4j/main/classes/charset/src/com/ibm/icu/charset/ |
D | CharsetEncoderICU.java | 48 boolean useFallback; field in CharsetEncoderICU
|
D | CharsetISO2022.java | 258 boolean useFallback) { in MBCSSimpleGetNextUChar() 272 … MBCSSingleFromUChar32(UConverterSharedData sharedData, int c, int[] retval, boolean useFallback) { in MBCSSingleFromUChar32()
|
D | CharsetMBCS.java | 1961 private int simpleMatchToU(ByteBuffer source, boolean useFallback) { in simpleMatchToU() 2656 int simpleGetNextUChar(ByteBuffer source, boolean useFallback) { in simpleGetNextUChar() 4954 static void extGetUnicodeSetString(ByteBuffer cx,UnicodeSet setFillIn, boolean useFallback, in extGetUnicodeSetString()
|
/external/icu/icu4c/source/test/cintltst/ |
D | nucnvtst.c | 362 const char *codepage, const int32_t *expectOffsets , UBool useFallback) in testConvertFromU() 519 … const char *codepage, const int32_t *expectOffsets, UBool useFallback) in testConvertToU()
|