HomeSort by relevance Sort by last modified time
    Searched refs:firstString (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/third_party/icu/source/common/
listformatter.cpp 245 const UnicodeString* firstString;
250 firstString = &originalString;
255 firstString = &nextString;
259 UnicodeString result = UnicodeString(pat, 0, i) + *firstString;
normalizer2.cpp 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);
    [all...]
  /external/icu/icu4c/source/common/
normalizer2.cpp 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);
    [all...]

Completed in 849 milliseconds