Home | History | Annotate | Download | only in cintltst

Lines Matching refs:testVar

870     UChar  *testVar = 0;
941 testVar=(UChar*)malloc(sizeof(UChar) * (maxresultsize+1));
942 uloc_getDisplayVariant(testLocale, displayLocale, testVar, maxresultsize + 1, &status);
946 testVar=&_NUL;
1000 if (0 != u_strcmp(testVar,expectedVar)) {
1001 log_data_err(" Display Variant mismatch: got %s expected %s displayLocale=%s (Are you missing data?)\n", austrdup(testVar), austrdup(expectedVar), displayLocale);
1020 if(testVar!=&_NUL) {
1021 free(testVar);