Home
last modified time | relevance | path

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

/external/icu/icu4c/source/common/
Dnormalizer2.cpp331 UnicodeString firstString(first, firstLength, firstCapacity); in normalizeSecondAndAppend() local
332 firstLength=firstString.length(); // In case it was -1. in normalizeSecondAndAppend()
341 ReorderingBuffer buffer(n2wi->impl, firstString); in normalizeSecondAndAppend()
347 if(U_FAILURE(*pErrorCode) || firstString.length()>firstCapacity) { in normalizeSecondAndAppend()
361 n2->normalizeSecondAndAppend(firstString, secondString, *pErrorCode); in normalizeSecondAndAppend()
363 n2->append(firstString, secondString, *pErrorCode); in normalizeSecondAndAppend()
367 return firstString.extract(first, firstCapacity, *pErrorCode); in normalizeSecondAndAppend()
/external/pdfium/xfa/fxfa/fm2js/
Dxfa_fm2jscontext.cpp5944 CFX_ByteString firstString, secondString; in simpleValueCompare() local
5945 ValueToUTF8String(firstValue, firstString); in simpleValueCompare()
5947 return firstString == secondString; in simpleValueCompare()