Home
last modified time | relevance | path

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

/third_party/icu/icu4c/source/common/
Ducnv_ext.cpp125 const char *pre, int32_t preLength, in ucnv_extMatchToU()
533 const UChar *pre, int32_t preLength, in ucnv_extMatchFromU()
/third_party/skia/third_party/externals/icu/source/common/
Ducnv_ext.cpp125 const char *pre, int32_t preLength, in ucnv_extMatchToU()
533 const UChar *pre, int32_t preLength, in ucnv_extMatchFromU()
/third_party/node/deps/icu-small/source/common/
Ducnv_ext.cpp125 const char *pre, int32_t preLength, in ucnv_extMatchToU()
533 const char16_t *pre, int32_t preLength, in ucnv_extMatchFromU()
/third_party/icu/icu4j/main/classes/charset/src/com/ibm/icu/charset/
DCharsetMBCS.java1713 …private int matchToU(byte sisoState, byte[] preArray, int preArrayBegin, int preLength, ByteBuffer… in matchToU()
3624 …private int matchFromU(int firstCP, char[] preArray, int preArrayBegin, int preLength, CharBuffer … in matchFromU()