Home | History | Annotate | Download | only in intltest

Lines Matching defs:testCases

91         CASE(26,TestCases);
677 static const char* testCases[][2]= {
728 for(int i=0; i < (int)(sizeof(testCases)/sizeof(testCases[i])); i++){
730 const char *localeID = testCases[i][0];
731 UnicodeString expected(testCases[i][1], -1, US_INV);
1858 void NumberFormatTest::TestCases() {