Home | History | Annotate | Download | only in intltest

Lines Matching refs:baseName

1762         const char *baseName;
1773 if(strcmp(testCases[i].baseName, loc.getBaseName())) {
1774 errln("For locale \"%s\" expected baseName \"%s\", but got \"%s\"",
1775 testCases[i].localeID, testCases[i].baseName, loc.getBaseName());