Home
last modified time | relevance | path

Searched refs:firstString (Results 1 – 1 of 1) sorted by relevance

/external/icu/icu4c/source/common/
Dnormalizer2.cpp328 UnicodeString firstString(first, firstLength, firstCapacity); in normalizeSecondAndAppend() local
329 firstLength=firstString.length(); // In case it was -1. in normalizeSecondAndAppend()
338 ReorderingBuffer buffer(n2wi->impl, firstString); in normalizeSecondAndAppend()
344 if(U_FAILURE(*pErrorCode) || firstString.length()>firstCapacity) { in normalizeSecondAndAppend()
358 n2->normalizeSecondAndAppend(firstString, secondString, *pErrorCode); in normalizeSecondAndAppend()
360 n2->append(firstString, secondString, *pErrorCode); in normalizeSecondAndAppend()
364 return firstString.extract(first, firstCapacity, *pErrorCode); in normalizeSecondAndAppend()