Home
last modified time | relevance | path

Searched refs:fTestCases (Results 1 - 3 of 3) sorted by relevance

/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/compression/
H A DExhaustiveTest.java24 for(int i = 0; i < fTestCases.length; i++) { in testSimple()
25 simpleTest(fTestCases[i]); in testSimple()
46 for(int i = 0; i < fTestCases.length; i++) { in testIterative()
47 myTest(fTestCases[i].toCharArray(), fTestCases[i].length()); in testIterative()
84 for(int i = 0; i < fTestCases.length; i++) { in testMultipass()
85 myMultipassTest(fTestCases[i].toCharArray(), fTestCases[i].length()); in testMultipass()
258 private static final String [] fTestCases = { field in ExhaustiveTest
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/compression/
H A DExhaustiveTest.java27 for(int i = 0; i < fTestCases.length; i++) { in testSimple()
28 simpleTest(fTestCases[i]); in testSimple()
49 for(int i = 0; i < fTestCases.length; i++) { in testIterative()
50 myTest(fTestCases[i].toCharArray(), fTestCases[i].length()); in testIterative()
87 for(int i = 0; i < fTestCases.length; i++) { in testMultipass()
88 myMultipassTest(fTestCases[i].toCharArray(), fTestCases[i].length()); in testMultipass()
261 private static final String [] fTestCases = { field in ExhaustiveTest
/third_party/icu/icu4c/source/test/cintltst/
H A Dnucnvtst.c3722 static const char *fTestCases [] = { in TestSCSU() local
3770 for(;i<UPRV_LENGTHOF(fTestCases);i++){ in TestSCSU()
3771 const char* cSrc = fTestCases[i]; in TestSCSU()
3776 cSrcLen = srcLen = (int32_t)uprv_strlen(fTestCases[i]); in TestSCSU()

Completed in 10 milliseconds