Home | History | Annotate | Download | only in cintltst

Lines Matching refs:testCases

2530 static void TestGetFunctionalEquivalentOf(const char *path, const char *resName, const char *keyword, UBool truncate, const char * const testCases[]) {
2532 for(i=0;testCases[i];i+=3) {
2533 UBool expectAvail = (testCases[i][0]=='t')?TRUE:FALSE;
2535 const char *inLocale = testCases[i+1];
2536 const char *expectLocale = testCases[i+2];