Home
last modified time | relevance | path

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

/external/clang/lib/StaticAnalyzer/Checkers/
DCStringChecker.cpp104 bool isBounded,
116 bool isBounded = false,
1412 bool returnEnd, bool isBounded, in evalStrcpyCommon() argument
1452 if (isBounded) { in evalStrcpyCommon()
1714 if (isBounded && !isAppending) { in evalStrcpyCommon()
1773 bool isBounded, bool ignoreCase) const { in evalStrcmpCommon() argument
1841 if (isBounded) { in evalStrcmpCommon()
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/
DPluralRulesTest.java194 String samplesString, boolean isBounded, FixedDecimal firstInRange) {
199 assertEquals("bounded; " + title, isBounded, samples.bounded);
202 assertEquals("limited: " + title, isBounded, test.isLimited(keyword, sampleType));
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
DPluralRulesTest.java190 String samplesString, boolean isBounded, FixedDecimal firstInRange) {
195 assertEquals("bounded; " + title, isBounded, samples.bounded);
198 assertEquals("limited: " + title, isBounded, test.isLimited(keyword, sampleType));
/external/skia/src/pathops/
DSkPathOpsTSect.h131 bool isBounded() const { in isBounded() function
2162 if (head1->isBounded()) { in BinarySearch()
2172 if (head2->isBounded()) { in BinarySearch()
2182 if (tail1->isBounded()) { in BinarySearch()
2192 if (tail2->isBounded()) { in BinarySearch()