/external/icu/icu4c/source/common/ |
filterednormalizer2.cpp | 77 dest.append(norm2.normalize(src.tempSubStringBetween(prevSpanLimit, spanLimit), 235 if( !norm2.isNormalized(s.tempSubStringBetween(prevSpanLimit, spanLimit), errorCode) || 286 norm2.quickCheck(s.tempSubStringBetween(prevSpanLimit, spanLimit), errorCode); 314 s.tempSubStringBetween(prevSpanLimit, spanLimit), errorCode);
|
/external/icu/icu4c/source/i18n/ |
collationruleparser.cpp | 700 word.clear().appendInvariantChars(raw.tempSubStringBetween(i, limit), errorCode); 763 set.applyPattern(rules->tempSubStringBetween(i, j), errorCode);
|
number_fluent.cpp | 689 result.append(string.toTempUnicodeString().tempSubStringBetween(0, prefixLength)); 691 result.append(string.toTempUnicodeString().tempSubStringBetween(prefixLength, string.length()));
|
plurrule.cpp | 332 const UnicodeString &sampleRange = samples.tempSubStringBetween(sampleStartIdx, sampleEndIdx); 344 FixedDecimal fixedLo(sampleRange.tempSubStringBetween(0, tildeIndex), status); 345 FixedDecimal fixedHi(sampleRange.tempSubStringBetween(tildeIndex+1), status); [all...] |
dtfmtsym.cpp | [all...] |
/external/icu/icu4c/source/test/intltest/ |
collationtest.cpp | [all...] |
regcoll.cpp | [all...] |
ustrtest.cpp | [all...] |
/external/icu/icu4c/source/common/unicode/ |
unistr.h | [all...] |
/external/v8/src/objects/ |
intl-objects.cc | [all...] |