Home
last modified time | relevance | path

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

/external/icu/icu4c/source/common/
Dnormalizer2.cpp313 UChar *first, int32_t firstLength, int32_t firstCapacity, in normalizeSecondAndAppend()
369 UChar *first, int32_t firstLength, int32_t firstCapacity, in unorm2_normalizeSecondAndAppend()
380 UChar *first, int32_t firstLength, int32_t firstCapacity, in unorm2_append()
Dnorm2allmodes.h86 int32_t firstLength=first.length(); in normalizeSecondAndAppend() local
Ducnv_ext.cpp277 int32_t firstLength, in ucnv_extInitialMatchToU()
/external/icu/icu4j/main/classes/charset/src/com/ibm/icu/charset/
DCharsetMBCS.java1923 …private boolean initialMatchToU(int firstLength, ByteBuffer source, CharBuffer target, IntBuffer o… in initialMatchToU()