Searched refs:startB (Results 1 – 5 of 5) sorted by relevance
/third_party/skia/third_party/externals/dawn/src/dawn_native/ |
D | CommandValidation.h | 67 bool IsRangeOverlapped(uint32_t startA, uint32_t startB, uint32_t length);
|
D | CommandValidation.cpp | 99 bool IsRangeOverlapped(uint32_t startA, uint32_t startB, uint32_t length) { in IsRangeOverlapped() argument 100 uint32_t maxStart = std::max(startA, startB); in IsRangeOverlapped() 101 uint32_t minStart = std::min(startA, startB); in IsRangeOverlapped()
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
D | UnicodeSet.java | 1998 int startA = 0, startB = 0, limitA = 0, limitB = 0; in containsAll() local 2017 startB = listB[bPtr++]; in containsAll() 2021 if (startB >= limitA) { in containsAll() 2027 if (startB >= startA && limitB <= limitA) { in containsAll() 2169 int startA = 0, startB = 0, limitA = 0, limitB = 0; in containsNone() local 2185 startB = listB[bPtr++]; in containsNone() 2189 if (startB >= limitA) { in containsNone()
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/ |
D | UnicodeSet.java | 1905 int startA = 0, startB = 0, limitA = 0, limitB = 0; in containsAll() local 1924 startB = listB[bPtr++]; in containsAll() 1928 if (startB >= limitA) { in containsAll() 1934 if (startB >= startA && limitB <= limitA) { in containsAll() 2073 int startA = 0, startB = 0, limitA = 0, limitB = 0; in containsNone() local 2089 startB = listB[bPtr++]; in containsNone() 2093 if (startB >= limitA) { in containsNone()
|
/third_party/skia/tests/ |
D | GrStyledShapeTest.cpp | 123 unsigned startA = ~0U, startB = ~0U; in check_equivalence() local 127 bool bIsRRect = b.asRRect(&rrectB, &dirB, &startB, &invertedB); in check_equivalence() 192 REPORTER_ASSERT(r, startA == startB); in check_equivalence()
|