/external/icu/icu4c/source/common/ |
D | ucnv_ext.cpp | 170 TO_U_USE_FALLBACK(useFallback)) && in ucnv_extMatchToU() 209 TO_U_USE_FALLBACK(useFallback)) && in ucnv_extMatchToU() 291 cnv->useFallback, flush); in ucnv_extInitialMatchToU() 332 UBool useFallback) { in ucnv_extSimpleMatchToU() argument 345 useFallback, TRUE); in ucnv_extSimpleMatchToU() 378 cnv->useFallback, pArgs->flush); in ucnv_extContinueMatchToU() 451 extFromUUseMapping(UBool useFallback, uint32_t value, UChar32 firstCP) { in extFromUUseMapping() argument 454 FROM_U_USE_FALLBACK(useFallback, firstCP)) && in extFromUUseMapping() 533 UBool useFallback, UBool flush) { in ucnv_extMatchFromU() argument 592 if(value!=0 && extFromUUseMapping(useFallback, value, firstCP)) { in ucnv_extMatchFromU() [all …]
|
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 274 #define UCNV_FROM_U_USE_FALLBACK(cnv, c) FROM_U_USE_FALLBACK((cnv)->useFallback, c)
|
D | ucnv2022.cpp | 1137 UBool useFallback, in MBCS_FROM_UCHAR32_ISO2022() argument 1179 } else if(FROM_U_USE_FALLBACK(useFallback, c) && myValue!=0) { in MBCS_FROM_UCHAR32_ISO2022() 1192 return ucnv_extSimpleMatchFromU(cx, c, value, useFallback); in MBCS_FROM_UCHAR32_ISO2022() 1208 UBool useFallback) in MBCS_SINGLE_FROM_UCHAR32() argument 1224 } else if(useFallback ? value>=0x800 : value>=0xc00) { in MBCS_SINGLE_FROM_UCHAR32() 1696 UBool useFallback; in UConverter_fromUnicode_ISO_2022_JP_OFFSETS_LOGIC() local 1811 useFallback = cnv->useFallback; in UConverter_fromUnicode_ISO_2022_JP_OFFSETS_LOGIC() 1868 useFallback = FALSE; in UConverter_fromUnicode_ISO_2022_JP_OFFSETS_LOGIC() 1876 useFallback, MBCS_OUTPUT_2); in UConverter_fromUnicode_ISO_2022_JP_OFFSETS_LOGIC() 1884 useFallback = FALSE; in UConverter_fromUnicode_ISO_2022_JP_OFFSETS_LOGIC() [all …]
|
D | ucnvmbcs.h | 496 UBool useFallback); 505 uint8_t b, UBool useFallback); 547 UBool useFallback); 558 UBool useFallback);
|
D | ucnv_ext.h | 362 UBool useFallback); 382 UBool useFallback);
|
D | ucnvmbcs.cpp | 919 UBool useFallback; in ucnv_MBCSGetFilteredUnicodeSetForUnicode() local 923 useFallback=(UBool)(which==UCNV_ROUNDTRIP_AND_FALLBACK_SET); in ucnv_MBCSGetFilteredUnicodeSetForUnicode() 961 } else if(useFallback) { in ucnv_MBCSGetFilteredUnicodeSetForUnicode() 984 … if(((st3&1)!=0 || useFallback) && *((const uint16_t *)stage3)>=0x100) { in ucnv_MBCSGetFilteredUnicodeSetForUnicode() 994 … if(((st3&1)!=0 || useFallback) && ((value=*stage3)==0x81 || value==0x82)) { in ucnv_MBCSGetFilteredUnicodeSetForUnicode() 1004 … if(((st3&1)!=0 || useFallback) && (value=*((const uint16_t *)stage3))>=0x8140 && value<=0xeffc) { in ucnv_MBCSGetFilteredUnicodeSetForUnicode() 1014 if( ((st3&1)!=0 || useFallback) && in ucnv_MBCSGetFilteredUnicodeSetForUnicode() 1027 if( ((st3&1)!=0 || useFallback) && in ucnv_MBCSGetFilteredUnicodeSetForUnicode() 3196 uint8_t b, UBool useFallback) { 3217 if(!TO_U_USE_FALLBACK(useFallback)) { [all …]
|
D | ucnv_ct.c | 336 UBool useFallback = cnv->useFallback; in UConverter_fromUnicode_CompoundText_OFFSETS() local 406 …gth = ucnv_MBCSFromUChar32(myConverterData->myConverterArray[i], sourceChar, &pValue, useFallback); in UConverter_fromUnicode_CompoundText_OFFSETS() 424 …MBCSFromUChar32(myConverterData->myConverterArray[currentState], sourceChar, &pValue, useFallback); in UConverter_fromUnicode_CompoundText_OFFSETS()
|
D | ucnv_bld.h | 186 UBool useFallback; member
|
D | ucnvhz.c | 270 tempBuf, 2, args->converter->useFallback); in UConverter_toUnicode_HZ_OFFSETS_LOGIC() 378 mySourceChar,&targetUniChar,args->converter->useFallback); in UConverter_fromUnicode_HZ_OFFSETS_LOGIC()
|
D | ucnv.c | 2689 cnv->useFallback = usesFallback; in ucnv_setFallback() 2695 return cnv->useFallback; in ucnv_usesFallback()
|
/external/icu/icu4j/main/classes/charset/src/com/ibm/icu/charset/ |
D | CharsetEncoderICU.java | 46 boolean useFallback; field in CharsetEncoderICU 108 return useFallback; in isFallbackUsed() 118 useFallback = usesFallback; in setFallbackUsed() 126 return (useFallback) || isUnicodePrivateUse(c); in isFromUUseFallback()
|
D | CharsetMBCS.java | 1966 private int simpleMatchToU(ByteBuffer source, boolean useFallback) { in simpleMatchToU() argument 1989 …ch = matchToU((byte) -1, sourceArray, sourcePosition, sourceLimit, null, value, useFallback, true); in simpleMatchToU() 2661 int simpleGetNextUChar(ByteBuffer source, boolean useFallback) { in simpleGetNextUChar() argument 2744 if (!isToUUseFallback(useFallback)) { in simpleGetNextUChar() 2751 if (!isToUUseFallback(useFallback)) { in simpleGetNextUChar() 2782 return simpleMatchToU(source, useFallback); in simpleGetNextUChar() 3533 …(preFromUFirstCP, preFromUArray, preFromUBegin, preFromULength, source, value, useFallback, flush); in continueMatchFromU() 3943 match = matchFromU(cp, null, 0, 0, source, value, useFallback, flush); in initialMatchFromU() 4013 if (useFallback) { in cnvMBCSSingleFromBMPWithOffsets() 4181 if (useFallback) { in cnvMBCSSingleFromUnicodeWithOffsets() [all …]
|
D | CharsetISO2022.java | 256 boolean useFallback) { in MBCSSimpleGetNextUChar() argument 260 returnValue = myConverterData.currentDecoder.simpleGetNextUChar(source, useFallback); in MBCSSimpleGetNextUChar() 270 … MBCSSingleFromUChar32(UConverterSharedData sharedData, int c, int[] retval, boolean useFallback) { in MBCSSingleFromUChar32() argument 285 } else if (useFallback ? value>=0x800 : value>=0xc00) { in MBCSSingleFromUChar32() 1852 usingFallback = useFallback; in encodeLoop() 2389 usingFallback = useFallback; in encodeLoop() 2667 usingFallback = useFallback; in encodeLoop()
|
/external/icu/icu4c/source/test/cintltst/ |
D | nucnvtst.c | 360 const char *codepage, const int32_t *expectOffsets , UBool useFallback) in testConvertFromU() argument 395 if(useFallback){ in testConvertFromU() 396 ucnv_setFallback(conv,useFallback); in testConvertFromU() 517 … const char *codepage, const int32_t *expectOffsets, UBool useFallback) in testConvertToU() argument 554 if(useFallback){ in testConvertToU() 555 ucnv_setFallback(conv,useFallback); in testConvertToU()
|
/external/skia/src/gpu/ |
D | SkGpuDevice.cpp | 1533 bool useFallback = paint.getMaskFilter() || paint.isAntiAlias() || in drawProducerNine() local 1539 if (useFallback || doBicubic || GrTextureParams::kNone_FilterMode != textureFilterMode) { in drawProducerNine()
|
/external/robolectric/v3/runtime/ |
D | android-all-4.1.2_r1-robolectric-0.jar | META-INF/
META-INF/MANIFEST.MF
android/
android/accessibilityservice/
android/ ... |
D | android-all-4.2.2_r1.2-robolectric-0.jar | META-INF/
META-INF/MANIFEST.MF
android/
android/accessibilityservice/
android/ ... |
D | android-all-4.3_r2-robolectric-0.jar | META-INF/
META-INF/MANIFEST.MF
android/
android/accessibilityservice/
android/ ... |
D | android-all-5.1.1_r9-robolectric-1.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/google/
com/ ... |
D | android-all-5.0.0_r2-robolectric-1.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/google/
com/ ... |
D | android-all-4.4_r1-robolectric-1.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/google/
com/ ... |