Searched refs:secondLength (Results 1 – 6 of 6) sorted by relevance
/external/icu/icu4c/source/common/ |
D | normalizer2.cpp | 365 const UChar *second, int32_t secondLength, in normalizeSecondAndAppend() argument 371 if( (second==NULL ? secondLength!=0 : secondLength<-1) || in normalizeSecondAndAppend() 382 if(secondLength!=0) { in normalizeSecondAndAppend() 390 if(buffer.init(firstLength+secondLength+1, *pErrorCode)) { // destCapacity>=-1 in normalizeSecondAndAppend() 391 n2wi->normalizeAndAppend(second, secondLength>=0 ? second+secondLength : NULL, in normalizeSecondAndAppend() 407 UnicodeString secondString(secondLength<0, second, secondLength); in normalizeSecondAndAppend() 421 const UChar *second, int32_t secondLength, in unorm2_normalizeSecondAndAppend() argument 425 second, secondLength, in unorm2_normalizeSecondAndAppend() 432 const UChar *second, int32_t secondLength, in unorm2_append() argument 436 second, secondLength, in unorm2_append()
|
/external/icu/libicu/ndk_headers/unicode/ |
D | unorm2.h | 284 const UChar *second, int32_t secondLength, 309 const UChar *second, int32_t secondLength,
|
/external/icu/libicu/cts_headers/unicode/ |
D | unorm2.h | 312 const UChar *second, int32_t secondLength, 335 const UChar *second, int32_t secondLength,
|
/external/icu/libandroidicu/include/unicode/ |
D | unorm2.h | 312 const UChar *second, int32_t secondLength, 335 const UChar *second, int32_t secondLength,
|
/external/icu/icu4c/source/common/unicode/ |
D | unorm2.h | 312 const UChar *second, int32_t secondLength, 335 const UChar *second, int32_t secondLength,
|
/external/icu/libicu/src/ |
D | shim.cpp | 965 …2_t firstLength, int32_t firstCapacity, const UChar * second, int32_t secondLength, UErrorCode * p… in unorm2_append() argument 966 …_RENAME(unorm2_append)(norm2, first, firstLength, firstCapacity, second, secondLength, pErrorCode); in unorm2_append() 1013 …2_t firstLength, int32_t firstCapacity, const UChar * second, int32_t secondLength, UErrorCode * p… in unorm2_normalizeSecondAndAppend() argument 1014 …malizeSecondAndAppend)(norm2, first, firstLength, firstCapacity, second, secondLength, pErrorCode); in unorm2_normalizeSecondAndAppend()
|