Home | History | Annotate | Download | only in intltest

Lines Matching full:testlist

829     UnicodeSet* testList[] = {
849 for (int32_t i = 0; testList[i] != NULL; i+=2) {
852 testList[i]->toPattern(pat0, TRUE);
853 testList[i+1]->toPattern(pat1, TRUE);
854 if (*testList[i] == *testList[i+1]) {
860 delete testList[i];
861 delete testList[i+1];