Home | History | Annotate | Download | only in cintltst

Lines Matching refs:testName

724     UChar  *testName = 0;
810 testName=(UChar*)malloc(sizeof(UChar) * (maxresultsize+1));
811 uloc_getDisplayName(testLocale, displayLocale, testName, maxresultsize + 1, &status);
815 testName=&_NUL;
857 if(0 != u_strcmp(testName, expectedName)) {
858 log_data_err(" Display Name mismatch: got %s expected %s displayLocale=%s (Are you missing data?)\n", austrdup(testName), austrdup(expectedName), displayLocale);
861 if(testName!=&_NUL) {
862 free(testName);