Lines Matching refs:firstLength
313 UChar *first, int32_t firstLength, int32_t firstCapacity, in normalizeSecondAndAppend() argument
321 (first==NULL ? (firstCapacity!=0 || firstLength!=0) : in normalizeSecondAndAppend()
322 (firstCapacity<0 || firstLength<-1)) || in normalizeSecondAndAppend()
328 UnicodeString firstString(first, firstLength, firstCapacity); in normalizeSecondAndAppend()
329 firstLength=firstString.length(); // In case it was -1. in normalizeSecondAndAppend()
339 if(buffer.init(firstLength+secondLength+1, *pErrorCode)) { // destCapacity>=-1 in normalizeSecondAndAppend()
349 safeMiddle.extract(0, 0x7fffffff, first+firstLength-safeMiddle.length()); in normalizeSecondAndAppend()
350 if(firstLength<firstCapacity) { in normalizeSecondAndAppend()
351 first[firstLength]=0; // NUL-terminate in case it was originally. in normalizeSecondAndAppend()
369 UChar *first, int32_t firstLength, int32_t firstCapacity, in unorm2_normalizeSecondAndAppend() argument
373 first, firstLength, firstCapacity, in unorm2_normalizeSecondAndAppend()
380 UChar *first, int32_t firstLength, int32_t firstCapacity, in unorm2_append() argument
384 first, firstLength, firstCapacity, in unorm2_append()