Lines Matching refs:firstLength
316 UChar *first, int32_t firstLength, int32_t firstCapacity, in normalizeSecondAndAppend() argument
324 (first==NULL ? (firstCapacity!=0 || firstLength!=0) : in normalizeSecondAndAppend()
325 (firstCapacity<0 || firstLength<-1)) || in normalizeSecondAndAppend()
331 UnicodeString firstString(first, firstLength, firstCapacity); in normalizeSecondAndAppend()
332 firstLength=firstString.length(); // In case it was -1. in normalizeSecondAndAppend()
342 if(buffer.init(firstLength+secondLength+1, *pErrorCode)) { // destCapacity>=-1 in normalizeSecondAndAppend()
352 safeMiddle.extract(0, 0x7fffffff, first+firstLength-safeMiddle.length()); in normalizeSecondAndAppend()
353 if(firstLength<firstCapacity) { in normalizeSecondAndAppend()
354 first[firstLength]=0; // NUL-terminate in case it was originally. in normalizeSecondAndAppend()
372 UChar *first, int32_t firstLength, int32_t firstCapacity, in unorm2_normalizeSecondAndAppend() argument
376 first, firstLength, firstCapacity, in unorm2_normalizeSecondAndAppend()
383 UChar *first, int32_t firstLength, int32_t firstCapacity, in unorm2_append() argument
387 first, firstLength, firstCapacity, in unorm2_append()