Searched refs:secondLength (Results 1 – 2 of 2) sorted by relevance
/external/icu/icu4c/source/common/ |
D | normalizer2.cpp | 314 const UChar *second, int32_t secondLength, in normalizeSecondAndAppend() argument 320 if( (second==NULL ? secondLength!=0 : secondLength<-1) || in normalizeSecondAndAppend() 331 if(secondLength!=0) { in normalizeSecondAndAppend() 339 if(buffer.init(firstLength+secondLength+1, *pErrorCode)) { // destCapacity>=-1 in normalizeSecondAndAppend() 340 n2wi->normalizeAndAppend(second, secondLength>=0 ? second+secondLength : NULL, in normalizeSecondAndAppend() 356 UnicodeString secondString(secondLength<0, second, secondLength); in normalizeSecondAndAppend() 370 const UChar *second, int32_t secondLength, in unorm2_normalizeSecondAndAppend() argument 374 second, secondLength, in unorm2_normalizeSecondAndAppend() 381 const UChar *second, int32_t secondLength, in unorm2_append() argument 385 second, secondLength, in unorm2_append()
|
/external/icu/icu4c/source/common/unicode/ |
D | unorm2.h | 306 const UChar *second, int32_t secondLength, 329 const UChar *second, int32_t secondLength,
|