Home
last modified time | relevance | path

Searched refs:expectedStart (Results 1 – 9 of 9) sorted by relevance

/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/format/
DFormattedValueTest.java210 int expectedStart = (Integer) cas[1]; in checkFormattedValue() local
214 assertEquals(baseMessage + "start " + i, expectedStart, cfpos.getStart()); in checkFormattedValue()
233 int expectedStart = (Integer) cas[1]; in checkFormattedValue() local
237 assertEquals(baseMessage + "start " + i, expectedStart, cfpos.getStart()); in checkFormattedValue()
262 int expectedStart = (Integer) cas[1]; in checkFormattedValue() local
266 assertEquals(baseMessage + "start " + i, expectedStart, cfpos.getStart()); in checkFormattedValue()
/third_party/icu/icu4c/source/test/intltest/
Dformattedvaluetest.cpp227 int32_t expectedStart = expectedFieldPositions[i].beginIndex; in checkMixedFormattedValue() local
234 expectedStart, cfpos.getStart()); in checkMixedFormattedValue()
258 int32_t expectedStart = expectedFieldPositions[i].beginIndex; in checkMixedFormattedValue() local
265 expectedStart, cfpos.getStart()); in checkMixedFormattedValue()
294 int32_t expectedStart = expectedFieldPositions[i].beginIndex; in checkMixedFormattedValue() local
301 expectedStart, cfpos.getStart()); in checkMixedFormattedValue()
Dssearch.cpp1320 int32_t expectedStart = -1, expectedEnd = -1; in monkeyTestCase() local
1329 simpleSearch(coll, testCase, 0, pattern, expectedStart, expectedEnd); in monkeyTestCase()
1333 if (expectedStart >= 0 && (actualStart != expectedStart || actualEnd != expectedEnd)) { in monkeyTestCase()
1336 name, expectedStart, expectedEnd, actualStart, actualEnd, strength, seed); in monkeyTestCase()
1339 if (expectedStart == -1 && actualStart == -1) { in monkeyTestCase()
1344 simpleSearch(coll, testCase, 0, altPattern, expectedStart, expectedEnd); in monkeyTestCase()
1350 if (expectedStart >= 0 && (actualStart != expectedStart || actualEnd != expectedEnd)) { in monkeyTestCase()
1353 name, expectedStart, expectedEnd, actualStart, actualEnd, strength, seed); in monkeyTestCase()
1356 if (expectedStart == -1 && actualStart == -1) { in monkeyTestCase()
Dregextst.cpp3700 int32_t expectedStart = (i >= groupStarts.size()? -1 : groupStarts.elementAti(i)); in regex_find() local
3702 if (matcher->start(i, status) != expectedStart) { in regex_find()
3704 line, i, expectedStart, matcher->start(i, status)); in regex_find()
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
DFormattedValueTest.java218 int expectedStart = (Integer) cas[1]; in checkFormattedValue() local
222 assertEquals(baseMessage + "B start " + i, expectedStart, cfpos.getStart()); in checkFormattedValue()
243 int expectedStart = (Integer) cas[1]; in checkFormattedValue() local
247 assertEquals(baseMessage + "C start " + i, expectedStart, cfpos.getStart()); in checkFormattedValue()
274 int expectedStart = (Integer) cas[1]; in checkFormattedValue() local
278 assertEquals(baseMessage + "D start " + i, expectedStart, cfpos.getStart()); in checkFormattedValue()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/tessellation/
DvktTessellationWindingTests.cpp136 const tcu::IVec2 expectedStart (0, 1); in verifyResultImage() local
138 const tcu::IVec2 expectedTop = yFlip ? expectedStart : expectedEnd; in verifyResultImage()
139 const tcu::IVec2 expectedBottom = yFlip ? expectedEnd : expectedStart; in verifyResultImage()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/tessellation/
DvktTessellationWindingTests.cpp136 const tcu::IVec2 expectedStart (0, 1); in verifyResultImage() local
138 const tcu::IVec2 expectedTop = yFlip ? expectedStart : expectedEnd; in verifyResultImage()
139 const tcu::IVec2 expectedBottom = yFlip ? expectedEnd : expectedStart; in verifyResultImage()
/third_party/skia/tests/
DGrStyledShapeTest.cpp1854 unsigned expectedStart = canonicalize_rrect_start(start, rrect); in test_rrect() local
1862 REPORTER_ASSERT(r, queryStart == expectedStart); in test_rrect()
1868 REPORTER_ASSERT(r, queryStart == expectedStart); in test_rrect()
1873 if (0 == expectedStart && SkPathDirection::kCW == dir) { in test_rrect()
/third_party/flutter/skia/tests/
DGrShapeTest.cpp1830 unsigned expectedStart = canonicalize_rrect_start(start, rrect); in test_rrect() local
1838 REPORTER_ASSERT(r, queryStart == expectedStart); in test_rrect()
1844 REPORTER_ASSERT(r, queryStart == expectedStart); in test_rrect()
1849 if (0 == expectedStart && SkPath::kCW_Direction == dir) { in test_rrect()