Home
last modified time | relevance | path

Searched refs:startB (Results 1 - 6 of 6) sorted by relevance

/third_party/skia/third_party/externals/dawn/src/dawn_native/
H A DCommandValidation.cpp99 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()
H A DCommandValidation.h67 bool IsRangeOverlapped(uint32_t startA, uint32_t startB, uint32_t length);
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
H A DUnicodeSet.java1998 int startA = 0, startB = 0, limitA = 0, limitB = 0; in containsAll()
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()
2185 startB = listB[bPtr++]; in containsNone()
2189 if (startB >= limitA) { in containsNone()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/
H A DUnicodeSet.java1905 int startA = 0, startB = 0, limitA = 0, limitB = 0; in containsAll()
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()
2089 startB = listB[bPtr++]; in containsNone()
2093 if (startB >= limitA) { in containsNone()
/third_party/skia/tests/
H A DGrStyledShapeTest.cpp123 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()
/third_party/skia/third_party/externals/sfntly/java/lib/
H A Dicu4j-4_8_1_1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/ibm/ com/ibm/icu/ com/ibm/icu/impl/ ...

Completed in 19 milliseconds