Home
last modified time | relevance | path

Searched refs:isBounded (Results 1 – 4 of 4) sorted by relevance

/third_party/skia/src/pathops/
DSkPathOpsTSect.h148 bool isBounded() const { in isBounded() function
DSkPathOpsTSect.cpp1992 if (head1->isBounded()) { in BinarySearch()
2002 if (head2->isBounded()) { in BinarySearch()
2016 if (tail1->isBounded()) { in BinarySearch()
2031 if (tail2->isBounded()) { in BinarySearch()
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/format/
DPluralRulesTest.java204 String samplesString, boolean isBounded, FixedDecimal firstInRange) {
209 assertEquals("bounded; " + title, isBounded, samples.bounded);
212 assertEquals("limited: " + title, isBounded, test.isLimited(keyword, sampleType));
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
DPluralRulesTest.java292 String samplesString, boolean isBounded, DecimalQuantity firstInRange) {
309 assertEquals("bounded; " + title, isBounded, samples.bounded);
312 assertEquals("limited: " + title, isBounded, test.isLimited(keyword, sampleType));