Home
last modified time | relevance | path

Searched refs:startA (Results 1 - 13 of 13) 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()
2009 startA = list[aPtr++]; in containsAll()
2027 if (startB >= startA && limitB <= limitA) { in containsAll()
2169 int startA = 0, startB = 0, limitA = 0, limitB = 0; in containsNone()
2177 startA = list[aPtr++]; in containsNone()
2195 if (startA >= limitB) { 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()
1916 startA = list[aPtr++]; in containsAll()
1934 if (startB >= startA && limitB <= limitA) { in containsAll()
2073 int startA = 0, startB = 0, limitA = 0, limitB = 0; in containsNone()
2081 startA = list[aPtr++]; in containsNone()
2099 if (startA >= limitB) { in containsNone()
/third_party/skia/tests/
H A DGrStyledShapeTest.cpp123 unsigned startA = ~0U, startB = ~0U; in check_equivalence() local
126 bool aIsRRect = a.asRRect(&rrectA, &dirA, &startA, &invertedA); 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/ ...
/third_party/typescript/lib/
H A DtypingsInstaller.js935 loopA: for (var startA = offsetA; offsetA < arrayA.length; offsetA++) {
936 if (offsetA > startA) {
[all...]
H A Dtsc.js837 loopA: for (var startA = offsetA; offsetA < arrayA.length; offsetA++) {
838 if (offsetA > startA) {
[all...]
H A Dtsserverlibrary.js954 loopA: for (var startA = offsetA; offsetA < arrayA.length; offsetA++) {
955 if (offsetA > startA) {
[all...]
H A Dtypescript.js945 loopA: for (var startA = offsetA; offsetA < arrayA.length; offsetA++) {
946 if (offsetA > startA) {
[all...]
H A DtypescriptServices.js945 loopA: for (var startA = offsetA; offsetA < arrayA.length; offsetA++) {
946 if (offsetA > startA) {
[all...]
H A Dtsserver.js955 loopA: for (var startA = offsetA; offsetA < arrayA.length; offsetA++) {
956 if (offsetA > startA) {
[all...]
/third_party/node/test/fixtures/snapshot/
H A Dtypescript.js1130 loopA: for (var startA = offsetA; offsetA < arrayA.length; offsetA++) {
1131 if (offsetA > startA) {
[all...]

Completed in 206 milliseconds