Home
last modified time | relevance | path

Searched defs:firstCP (Results 1 – 4 of 4) sorted by relevance

/third_party/icu/icu4c/source/common/
Ducnv_ext.cpp454 extFromUUseMapping(UBool useFallback, uint32_t value, UChar32 firstCP) { in extFromUUseMapping()
532 UChar32 firstCP, in ucnv_extMatchFromU()
983 UChar32 firstCP, in ucnv_extGetUnicodeSetString()
/third_party/skia/third_party/externals/icu/source/common/
Ducnv_ext.cpp454 extFromUUseMapping(UBool useFallback, uint32_t value, UChar32 firstCP) { in extFromUUseMapping()
532 UChar32 firstCP, in ucnv_extMatchFromU()
983 UChar32 firstCP, in ucnv_extGetUnicodeSetString()
/third_party/node/deps/icu-small/source/common/
Ducnv_ext.cpp454 extFromUUseMapping(UBool useFallback, uint32_t value, UChar32 firstCP) { in extFromUUseMapping()
532 UChar32 firstCP, in ucnv_extMatchFromU()
983 UChar32 firstCP, in ucnv_extGetUnicodeSetString()
/third_party/icu/icu4j/main/classes/charset/src/com/ibm/icu/charset/
DCharsetMBCS.java3624 …private int matchFromU(int firstCP, char[] preArray, int preArrayBegin, int preLength, CharBuffer … in matchFromU()