Searched refs:isBounded (Results 1 – 4 of 4) sorted by relevance
/third_party/skia/src/pathops/ |
D | SkPathOpsTSect.h | 148 bool isBounded() const { in isBounded() function
|
D | SkPathOpsTSect.cpp | 1992 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/ |
D | PluralRulesTest.java | 204 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/ |
D | PluralRulesTest.java | 292 String samplesString, boolean isBounded, DecimalQuantity firstInRange) { 309 assertEquals("bounded; " + title, isBounded, samples.bounded); 312 assertEquals("limited: " + title, isBounded, test.isLimited(keyword, sampleType));
|