Lines Matching refs:testCases
279 static const UBidiTestCases testCases[] = { in testAllTransformOptions() local
392 uint32_t i, nTestCases = sizeof(testCases) / sizeof(testCases[0]); in testAllTransformOptions()
403 expectedStr = testCases[i].pReorderAndMirror; in testAllTransformOptions()
405 testCases[i].inLevel, testCases[i].inOr, in testAllTransformOptions()
406 testCases[i].outLevel, testCases[i].outOr, in testAllTransformOptions()
408 verifyResultsForAllOpt(&testCases[i], src, dest, expectedStr, U_SHAPE_DIGITS_NOOP, in testAllTransformOptions()
412 expectedStr = digits[j] == U_SHAPE_DIGITS_ALEN2AN_INIT_LR ? testCases[i].pContextShapes in testAllTransformOptions()
413 : testCases[i].pReorderNoMirror; in testAllTransformOptions()
417 testCases[i].inLevel, testCases[i].inOr, in testAllTransformOptions()
418 testCases[i].outLevel, testCases[i].outOr, in testAllTransformOptions()
421 verifyResultsForAllOpt(&testCases[i], src, dest, expectedStr, digits[j], in testAllTransformOptions()