Lines Matching refs:second
73 const UnicodeString &second,
76 if(&first!=&second) {
77 first.append(second);
86 const UnicodeString &second,
89 if(&first!=&second) {
90 first.append(second);
157 const UnicodeString &second,
159 return normalizeSecondAndAppend(first, second, TRUE, errorCode);
163 const UnicodeString &second,
165 return normalizeSecondAndAppend(first, second, FALSE, errorCode);
169 const UnicodeString &second,
176 const UChar *secondArray=second.getBuffer();
177 if(&first==&second || secondArray==NULL) {
185 if(buffer.init(firstLength+second.length(), errorCode)) {
186 normalizeAndAppend(secondArray, secondArray+second.length(), doNormalize,
777 const UChar *second, int32_t secondLength,
783 if( (second==NULL ? secondLength!=0 : secondLength<-1) ||
786 (first==second && first!=NULL)
803 n2wi->normalizeAndAppend(second, secondLength>=0 ? second+secondLength : NULL,
819 UnicodeString secondString(secondLength<0, second, secondLength);
833 const UChar *second, int32_t secondLength,
837 second, secondLength,
844 const UChar *second, int32_t secondLength,
848 second, secondLength,