Home
last modified time | relevance | path

Searched refs:firstCapacity (Results 1 – 4 of 4) sorted by relevance

/external/icu/icu4c/source/common/
Dnormalizer2.cpp364 UChar *first, int32_t firstLength, int32_t firstCapacity, in normalizeSecondAndAppend() argument
372 (first==NULL ? (firstCapacity!=0 || firstLength!=0) : in normalizeSecondAndAppend()
373 (firstCapacity<0 || firstLength<-1)) || in normalizeSecondAndAppend()
379 UnicodeString firstString(first, firstLength, firstCapacity); in normalizeSecondAndAppend()
395 if(U_FAILURE(*pErrorCode) || firstString.length()>firstCapacity) { in normalizeSecondAndAppend()
401 if(firstLength<firstCapacity) { in normalizeSecondAndAppend()
415 return firstString.extract(first, firstCapacity, *pErrorCode); in normalizeSecondAndAppend()
420 UChar *first, int32_t firstLength, int32_t firstCapacity, in unorm2_normalizeSecondAndAppend() argument
424 first, firstLength, firstCapacity, in unorm2_normalizeSecondAndAppend()
431 UChar *first, int32_t firstLength, int32_t firstCapacity, in unorm2_append() argument
[all …]
/external/icu/icu4c/source/common/unicode/
Dunorm2.h308 UChar *first, int32_t firstLength, int32_t firstCapacity,
331 UChar *first, int32_t firstLength, int32_t firstCapacity,
/external/icu/libandroidicu/include/unicode/
Dunorm2.h308 UChar *first, int32_t firstLength, int32_t firstCapacity,
331 UChar *first, int32_t firstLength, int32_t firstCapacity,
/external/icu/libandroidicu/static_shim/
Dshim.cpp1938 …nst UNormalizer2 * norm2, UChar * first, int32_t firstLength, int32_t firstCapacity, const UChar *… in unorm2_append_android() argument
1939 return unorm2_append(norm2, first, firstLength, firstCapacity, second, secondLength, pErrorCode); in unorm2_append_android()
1989 …nst UNormalizer2 * norm2, UChar * first, int32_t firstLength, int32_t firstCapacity, const UChar *… in unorm2_normalizeSecondAndAppend_android() argument
1990 …return unorm2_normalizeSecondAndAppend(norm2, first, firstLength, firstCapacity, second, secondLen… in unorm2_normalizeSecondAndAppend_android()