Home
last modified time | relevance | path

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

/external/icu/icu4c/source/common/
Dnormalizer2.cpp316 UChar *first, int32_t firstLength, int32_t firstCapacity, in normalizeSecondAndAppend()
372 UChar *first, int32_t firstLength, int32_t firstCapacity, in unorm2_normalizeSecondAndAppend()
383 UChar *first, int32_t firstLength, int32_t firstCapacity, in unorm2_append()
Dnorm2allmodes.h88 int32_t firstLength=first.length(); in normalizeSecondAndAppend() local
Ducnv_ext.cpp279 int32_t firstLength, in ucnv_extInitialMatchToU()
/external/icu/icu4j/main/classes/charset/src/com/ibm/icu/charset/
DCharsetMBCS.java1918 …private boolean initialMatchToU(int firstLength, ByteBuffer source, CharBuffer target, IntBuffer o… in initialMatchToU()