Home
last modified time | relevance | path

Searched refs:sourceRange (Results 1 - 5 of 5) sorted by relevance

/third_party/icu/icu4c/source/test/intltest/
H A Dtransrt.cpp313 UnicodeSet sourceRange; member in RTTest
335 void test(const UnicodeString& sourceRange,
460 this->sourceRange.clear(); in test()
461 this->sourceRange.applyPattern(sourceRangeVal, status); in test()
467 this->sourceRange.removeAll(neverOk); in test()
604 usi.reset(sourceRange); in test2()
638 usi.reset(sourceRange); in test2()
677 UnicodeSet sourceRangeMinusFailures(sourceRange); in test2()
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/translit/
H A DRoundTripTest.java1106 UnicodeSet sourceRange; field in RoundTripTest.TransliterationTest
1196 * that everything in sourceRange maps to targetRange,
1206 sourceRange = new UnicodeSet(srcRange); in test()
1207 sourceRange.removeAll(neverOk); in test()
1226 TestFmwk.logln(Utility.escape("Source: " + sourceRange)); in test()
1379 usi.reset(sourceRange); in checkSourceTargetSource()
1415 if (!sourceRange.contains(c)) continue; in checkSourceTargetSingles()
1417 usi.reset(sourceRange); in checkSourceTargetSingles()
1450 !sourceRange.contains(c)) continue; in checkSourceTargetDoubles()
1455 UnicodeSet sourceRangeMinusFailures = new UnicodeSet(sourceRange); in checkSourceTargetDoubles()
[all...]
/third_party/icu/icu4j/main/tests/translit/src/com/ibm/icu/dev/test/translit/
H A DRoundTripTest.java1091 UnicodeSet sourceRange; field in RoundTripTest.TransliterationTest
1181 * that everything in sourceRange maps to targetRange,
1191 sourceRange = new UnicodeSet(srcRange); in test()
1192 sourceRange.removeAll(neverOk); in test()
1211 TestFmwk.logln(Utility.escape("Source: " + sourceRange)); in test()
1364 usi.reset(sourceRange); in checkSourceTargetSource()
1400 if (!sourceRange.contains(c)) continue; in checkSourceTargetSingles()
1402 usi.reset(sourceRange); in checkSourceTargetSingles()
1435 !sourceRange.contains(c)) continue; in checkSourceTargetDoubles()
1440 UnicodeSet sourceRangeMinusFailures = new UnicodeSet(sourceRange); in checkSourceTargetDoubles()
[all...]
/third_party/skia/modules/skparagraph/src/
H A DParagraphImpl.cpp220 TextRange ParagraphImpl::resetRangeWithDeletedRange(const TextRange& sourceRange, in GetLineFontMetrics() argument
223 if (sourceRange.end <= deletedRange.start) { in GetLineFontMetrics()
224 return sourceRange; in GetLineFontMetrics()
228 if (sourceRange.start >= deletedRange.end) { in GetLineFontMetrics()
229 return TextRange(sourceRange.start + changeSize, sourceRange.end + changeSize); in GetLineFontMetrics()
233 target.start = sourceRange.start <= deletedRange.start ? sourceRange.start : deletedRange.start + ellSize; in GetLineFontMetrics()
234 target.end = sourceRange.end <= deletedRange.end ? deletedRange.start + ellSize : sourceRange in GetLineFontMetrics()
[all...]
H A DParagraphImpl.h350 TextRange resetRangeWithDeletedRange(const TextRange& sourceRange,

Completed in 16 milliseconds