Home | History | Annotate | Download | only in intltest

Lines Matching defs:testCases

381     UdhrTestCase testCases[] = {
393 int32_t testCount = ARRAY_SIZE(testCases);
401 ucbuf_resolveFileName(udhrPath, testCases[t].file, NULL, &len, &status);
412 ucbuf_resolveFileName(udhrPath, testCases[t].file, resolvedFileName, &len, &status);
418 infoln("Could not open the input file %s. Test skipped\n", testCases[t].file);
444 UCollator *coll = ucol_open(testCases[t].locale, &status);
449 errln("Could not open collator for %s", testCases[t].locale);
456 errln("Could not open CollData object for %s", testCases[t].locale);
463 errln("Could not open search object for %s", testCases[t].locale);
473 errln("Could not find pattern - locale: %s, file: %s ", testCases[t].locale, testCases[t].file);