Searched refs:fTestCases (Results 1 – 2 of 2) sorted by relevance
20 for(int i = 0; i < fTestCases.length; i++) { in testSimple()21 simpleTest(fTestCases[i]); in testSimple()41 for(int i = 0; i < fTestCases.length; i++) { in testIterative()42 myTest(fTestCases[i].toCharArray(), fTestCases[i].length()); in testIterative()78 for(int i = 0; i < fTestCases.length; i++) { in testMultipass()79 myMultipassTest(fTestCases[i].toCharArray(), fTestCases[i].length()); in testMultipass()252 private static final String [] fTestCases = { field in ExhaustiveTest
3708 static const char *fTestCases [] = { in TestSCSU() local3756 for(;i<sizeof(fTestCases)/sizeof(*fTestCases);i++){ in TestSCSU()3757 const char* cSrc = fTestCases[i]; in TestSCSU()3762 cSrcLen = srcLen = (int32_t)uprv_strlen(fTestCases[i]); in TestSCSU()