Home | History | Annotate | Download | only in common

Lines Matching refs:secondLength

681                          const UChar *second, int32_t secondLength,
687 if( (second==NULL ? secondLength!=0 : secondLength<-1) ||
696 // secondLength==0: Nothing to do, and n2wi->normalizeAndAppend(NULL, NULL, buffer, ...) would crash.
697 if(secondLength!=0) {
703 if(buffer.init(firstLength+secondLength+1, *pErrorCode)) { // destCapacity>=-1
704 n2wi->normalizeAndAppend(second, secondLength>=0 ? second+secondLength : NULL,
708 UnicodeString secondString(secondLength<0, second, secondLength);
722 const UChar *second, int32_t secondLength,
726 second, secondLength,
733 const UChar *second, int32_t secondLength,
737 second, secondLength,