Searched refs:firstCapacity (Results 1 – 6 of 6) sorted by relevance
/external/icu/icu4c/source/common/ |
D | normalizer2.cpp | 364 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/libicu/ndk_headers/unicode/ |
D | unorm2.h | 283 UChar *first, int32_t firstLength, int32_t firstCapacity, 308 UChar *first, int32_t firstLength, int32_t firstCapacity,
|
/external/icu/libicu/cts_headers/unicode/ |
D | unorm2.h | 311 UChar *first, int32_t firstLength, int32_t firstCapacity, 334 UChar *first, int32_t firstLength, int32_t firstCapacity,
|
/external/icu/libandroidicu/include/unicode/ |
D | unorm2.h | 311 UChar *first, int32_t firstLength, int32_t firstCapacity, 334 UChar *first, int32_t firstLength, int32_t firstCapacity,
|
/external/icu/icu4c/source/common/unicode/ |
D | unorm2.h | 311 UChar *first, int32_t firstLength, int32_t firstCapacity, 334 UChar *first, int32_t firstLength, int32_t firstCapacity,
|
/external/icu/libicu/src/ |
D | shim.cpp | 965 …nst UNormalizer2 * norm2, UChar * first, int32_t firstLength, int32_t firstCapacity, const UChar *… in unorm2_append() argument 966 …return U_ICU_ENTRY_POINT_RENAME(unorm2_append)(norm2, first, firstLength, firstCapacity, second, s… in unorm2_append() 1013 …nst UNormalizer2 * norm2, UChar * first, int32_t firstLength, int32_t firstCapacity, const UChar *… in unorm2_normalizeSecondAndAppend() argument 1014 …NT_RENAME(unorm2_normalizeSecondAndAppend)(norm2, first, firstLength, firstCapacity, second, secon… in unorm2_normalizeSecondAndAppend()
|