Home
last modified time | relevance | path

Searched refs:expectedStart (Results 1 - 8 of 8) sorted by relevance

/third_party/icu/icu4c/source/test/intltest/
H A 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()
H A Dssearch.cpp1319 //int32_t expectedStart = prefix.length(), expectedEnd = prefix.length() + altPattern.length(); in monkeyTestCase()
1320 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 || actualEn in monkeyTestCase()
[all...]
H A 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/
H A DFormattedValueTest.java218 int expectedStart = (Integer) cas[1]; in checkFormattedValue()
222 assertEquals(baseMessage + "B start " + i, expectedStart, cfpos.getStart()); in checkFormattedValue()
243 int expectedStart = (Integer) cas[1]; in checkFormattedValue()
247 assertEquals(baseMessage + "C start " + i, expectedStart, cfpos.getStart()); in checkFormattedValue()
274 int expectedStart = (Integer) cas[1]; in checkFormattedValue()
278 assertEquals(baseMessage + "D start " + i, expectedStart, cfpos.getStart()); in checkFormattedValue()
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/format/
H A DFormattedValueTest.java210 int expectedStart = (Integer) cas[1]; in checkFormattedValue()
214 assertEquals(baseMessage + "start " + i, expectedStart, cfpos.getStart()); in checkFormattedValue()
233 int expectedStart = (Integer) cas[1]; in checkFormattedValue()
237 assertEquals(baseMessage + "start " + i, expectedStart, cfpos.getStart()); in checkFormattedValue()
262 int expectedStart = (Integer) cas[1]; in checkFormattedValue()
266 assertEquals(baseMessage + "start " + i, expectedStart, cfpos.getStart()); in checkFormattedValue()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/tessellation/
H A DvktTessellationWindingTests.cpp136 const tcu::IVec2 expectedStart (0, 1); in verifyResultImage()
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/
H A DvktTessellationWindingTests.cpp136 const tcu::IVec2 expectedStart (0, 1); in verifyResultImage()
138 const tcu::IVec2 expectedTop = yFlip ? expectedStart : expectedEnd; in verifyResultImage()
139 const tcu::IVec2 expectedBottom = yFlip ? expectedEnd : expectedStart; in verifyResultImage()
/third_party/skia/tests/
H A 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()

Completed in 21 milliseconds