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,
1416 bool returnEnd, bool isBounded, in evalStrcpyCommon() argument
1456 if (isBounded) { in evalStrcpyCommon()
1718 if (isBounded && !isAppending) { in evalStrcpyCommon()
1777 bool isBounded, bool ignoreCase) const { in evalStrcmpCommon() argument
1847 if (isBounded) { in evalStrcmpCommon()
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
DPluralRulesTest.java193 String samplesString, boolean isBounded, FixedDecimal firstInRange) {
198 assertEquals("bounded; " + title, isBounded, samples.bounded);
201 assertEquals("limited: " + title, isBounded, test.isLimited(keyword, sampleType));
/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/skia/src/pathops/
DSkPathOpsTSect.h142 bool isBounded() const { in isBounded() function
2337 if (head1->isBounded()) { in BinarySearch()
2347 if (head2->isBounded()) { in BinarySearch()
2357 if (tail1->isBounded()) { in BinarySearch()
2367 if (tail2->isBounded()) { in BinarySearch()