Home | History | Annotate | Download | only in common

Lines Matching refs:firstString

791     UnicodeString firstString(first, firstLength, firstCapacity);
792 firstLength=firstString.length(); // In case it was -1.
801 ReorderingBuffer buffer(n2wi->impl, firstString);
806 } // The ReorderingBuffer destructor finalizes firstString.
807 if(U_FAILURE(*pErrorCode) || firstString.length()>firstCapacity) {
821 n2->normalizeSecondAndAppend(firstString, secondString, *pErrorCode);
823 n2->append(firstString, secondString, *pErrorCode);
827 return firstString.extract(first, firstCapacity, *pErrorCode);