Searched refs:tempSubStringBetween (Results 1 - 11 of 11) sorted by relevance

/external/chromium_org/third_party/icu/source/common/
H A Dfilterednormalizer2.cpp73 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/common/
H A Dfilterednormalizer2.cpp73 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/chromium_org/third_party/icu/source/i18n/
H A Dplurrule.cpp242 const UnicodeString &sampleRange = samples.tempSubStringBetween(sampleStartIdx, sampleEndIdx);
254 FixedDecimal fixedLo(sampleRange.tempSubStringBetween(0, tildeIndex), status);
255 FixedDecimal fixedHi(sampleRange.tempSubStringBetween(tildeIndex+1), status);
/external/icu/icu4c/source/i18n/
H A Dplurrule.cpp345 const UnicodeString &sampleRange = samples.tempSubStringBetween(sampleStartIdx, sampleEndIdx);
357 FixedDecimal fixedLo(sampleRange.tempSubStringBetween(0, tildeIndex), status);
358 FixedDecimal fixedHi(sampleRange.tempSubStringBetween(tildeIndex+1), status);
H A Dcollationruleparser.cpp698 word.clear().appendInvariantChars(raw.tempSubStringBetween(i, limit), errorCode);
772 set.applyPattern(rules->tempSubStringBetween(i, j), errorCode);
/external/icu/icu4c/source/test/intltest/
H A Dcollationtest.cpp971 prefix = fileLine.tempSubStringBetween(start, pipeIndex).unescape();
982 s = fileLine.tempSubStringBetween(start, i).unescape();
1098 UnicodeString attrString = fileLine.tempSubStringBetween(start, equalPos);
1172 name.appendInvariantChars(fileLine.tempSubStringBetween(start, limit), errorCode);
H A Dregcoll.cpp1148 nextElements[count++] = testText.tempSubStringBetween(lastPos, iter->getOffset());
1158 setOffsetElements[count++] = testText.tempSubStringBetween(lastPos, iter->getOffset());
H A Dustrtest.cpp2025 temp.fastCopyFrom(longString.tempSubStringBetween(6));
2027 errln("UnicodeString.tempSubStringBetween(6) failed");
2029 temp.fastCopyFrom(longString.tempSubStringBetween(8, 18));
2031 errln("UnicodeString.tempSubStringBetween(8, 18) failed");
2035 temp.fastCopyFrom(bogusString.tempSubStringBetween(8, 18));
2037 errln("UnicodeString.setToBogus().tempSubStringBetween(8, 18) failed");
/external/chromium_org/third_party/icu/source/test/intltest/
H A Dustrtest.cpp2025 temp.fastCopyFrom(longString.tempSubStringBetween(6));
2027 errln("UnicodeString.tempSubStringBetween(6) failed");
2029 temp.fastCopyFrom(longString.tempSubStringBetween(8, 18));
2031 errln("UnicodeString.tempSubStringBetween(8, 18) failed");
2035 temp.fastCopyFrom(bogusString.tempSubStringBetween(8, 18));
2037 errln("UnicodeString.setToBogus().tempSubStringBetween(8, 18) failed");
/external/chromium_org/third_party/icu/source/common/unicode/
H A Dunistr.h1653 inline UnicodeString tempSubStringBetween(int32_t start, int32_t limit=INT32_MAX) const;
4229 UnicodeString::tempSubStringBetween(int32_t start, int32_t limit) const { function in class:UnicodeString
/external/icu/icu4c/source/common/unicode/
H A Dunistr.h1653 inline UnicodeString tempSubStringBetween(int32_t start, int32_t limit=INT32_MAX) const;
4229 UnicodeString::tempSubStringBetween(int32_t start, int32_t limit) const { function in class:UnicodeString

Completed in 1423 milliseconds