/third_party/icu/icu4c/source/common/ |
D | ucnv_ext.cpp | 454 extFromUUseMapping(UBool useFallback, uint32_t value, UChar32 firstCP) { in extFromUUseMapping() argument 457 FROM_U_USE_FALLBACK(useFallback, firstCP)) && in extFromUUseMapping() 532 UChar32 firstCP, in ucnv_extMatchFromU() argument 552 idx=firstCP>>10; /* stage 1 index */ in ucnv_extMatchFromU() 559 idx=UCNV_EXT_FROM_U(stage12, stage3, idx, firstCP); in ucnv_extMatchFromU() 595 if(value!=0 && extFromUUseMapping(useFallback, value, firstCP)) { in ucnv_extMatchFromU() 632 if(extFromUUseMapping(useFallback, value, firstCP)) { in ucnv_extMatchFromU() 649 if(extFromUUseMapping(useFallback, value, firstCP)) { in ucnv_extMatchFromU() 983 UChar32 firstCP, in ucnv_extGetUnicodeSetString() argument 1001 if(length==U16_LENGTH(firstCP)) { in ucnv_extGetUnicodeSetString() [all …]
|
/third_party/flutter/skia/third_party/externals/icu/source/common/ |
D | ucnv_ext.cpp | 454 extFromUUseMapping(UBool useFallback, uint32_t value, UChar32 firstCP) { in extFromUUseMapping() argument 457 FROM_U_USE_FALLBACK(useFallback, firstCP)) && in extFromUUseMapping() 532 UChar32 firstCP, in ucnv_extMatchFromU() argument 552 idx=firstCP>>10; /* stage 1 index */ in ucnv_extMatchFromU() 559 idx=UCNV_EXT_FROM_U(stage12, stage3, idx, firstCP); in ucnv_extMatchFromU() 595 if(value!=0 && extFromUUseMapping(useFallback, value, firstCP)) { in ucnv_extMatchFromU() 632 if(extFromUUseMapping(useFallback, value, firstCP)) { in ucnv_extMatchFromU() 649 if(extFromUUseMapping(useFallback, value, firstCP)) { in ucnv_extMatchFromU() 983 UChar32 firstCP, in ucnv_extGetUnicodeSetString() argument 1001 if(length==U16_LENGTH(firstCP)) { in ucnv_extGetUnicodeSetString() [all …]
|
/third_party/node/deps/icu-small/source/common/ |
D | ucnv_ext.cpp | 454 extFromUUseMapping(UBool useFallback, uint32_t value, UChar32 firstCP) { in extFromUUseMapping() argument 457 FROM_U_USE_FALLBACK(useFallback, firstCP)) && in extFromUUseMapping() 532 UChar32 firstCP, in ucnv_extMatchFromU() argument 552 idx=firstCP>>10; /* stage 1 index */ in ucnv_extMatchFromU() 559 idx=UCNV_EXT_FROM_U(stage12, stage3, idx, firstCP); in ucnv_extMatchFromU() 595 if(value!=0 && extFromUUseMapping(useFallback, value, firstCP)) { in ucnv_extMatchFromU() 632 if(extFromUUseMapping(useFallback, value, firstCP)) { in ucnv_extMatchFromU() 649 if(extFromUUseMapping(useFallback, value, firstCP)) { in ucnv_extMatchFromU() 983 UChar32 firstCP, in ucnv_extGetUnicodeSetString() argument 1001 if(length==U16_LENGTH(firstCP)) { in ucnv_extGetUnicodeSetString() [all …]
|
/third_party/skia/third_party/externals/icu/source/common/ |
D | ucnv_ext.cpp | 454 extFromUUseMapping(UBool useFallback, uint32_t value, UChar32 firstCP) { in extFromUUseMapping() argument 457 FROM_U_USE_FALLBACK(useFallback, firstCP)) && in extFromUUseMapping() 532 UChar32 firstCP, in ucnv_extMatchFromU() argument 552 idx=firstCP>>10; /* stage 1 index */ in ucnv_extMatchFromU() 559 idx=UCNV_EXT_FROM_U(stage12, stage3, idx, firstCP); in ucnv_extMatchFromU() 595 if(value!=0 && extFromUUseMapping(useFallback, value, firstCP)) { in ucnv_extMatchFromU() 632 if(extFromUUseMapping(useFallback, value, firstCP)) { in ucnv_extMatchFromU() 649 if(extFromUUseMapping(useFallback, value, firstCP)) { in ucnv_extMatchFromU() 983 UChar32 firstCP, in ucnv_extGetUnicodeSetString() argument 1001 if(length==U16_LENGTH(firstCP)) { in ucnv_extGetUnicodeSetString() [all …]
|
/third_party/icu/icu4j/main/classes/charset/src/com/ibm/icu/charset/ |
D | CharsetMBCS.java | 3624 …private int matchFromU(int firstCP, char[] preArray, int preArrayBegin, int preLength, CharBuffer … in matchFromU() argument 3643 index = firstCP >>> 10; /* stage 1 index */ in matchFromU() 3650 index = FROM_U(stage12, stage3, index, firstCP); in matchFromU() 3684 … if (value != 0 && (FROM_U_IS_ROUNDTRIP(value) || isFromUUseFallback(isUseFallback, firstCP))) { in matchFromU() 3720 … if (FROM_U_IS_ROUNDTRIP(value) || isFromUUseFallback(isUseFallback, firstCP)) { in matchFromU() 3737 if (FROM_U_IS_ROUNDTRIP(value) || isFromUUseFallback(isUseFallback, firstCP)) { in matchFromU()
|