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

  /external/icu/icu4c/source/common/
filterednormalizer2.cpp 73 dest.append(norm2.normalize(src.tempSubStringBetween(prevSpanLimit, spanLimit),
185 if( !norm2.isNormalized(s.tempSubStringBetween(prevSpanLimit, spanLimit), errorCode) ||
211 norm2.quickCheck(s.tempSubStringBetween(prevSpanLimit, spanLimit), errorCode);
239 s.tempSubStringBetween(prevSpanLimit, spanLimit), errorCode);
  /external/icu/icu4c/source/i18n/
plurrule.cpp 318 const UnicodeString &sampleRange = samples.tempSubStringBetween(sampleStartIdx, sampleEndIdx);
330 FixedDecimal fixedLo(sampleRange.tempSubStringBetween(0, tildeIndex), status);
331 FixedDecimal fixedHi(sampleRange.tempSubStringBetween(tildeIndex+1), status);
    [all...]
collationruleparser.cpp 698 word.clear().appendInvariantChars(raw.tempSubStringBetween(i, limit), errorCode);
761 set.applyPattern(rules->tempSubStringBetween(i, j), errorCode);
  /external/icu/icu4c/source/test/intltest/
collationtest.cpp     [all...]
regcoll.cpp 1152 nextElements[count++] = testText.tempSubStringBetween(lastPos, iter->getOffset());
    [all...]
ustrtest.cpp     [all...]
  /external/icu/icu4c/source/common/unicode/
unistr.h     [all...]

Completed in 179 milliseconds