Lines Matching refs:testVar
867 UChar *testVar = 0;
938 testVar=(UChar*)malloc(sizeof(UChar) * (maxresultsize+1));
939 uloc_getDisplayVariant(testLocale, displayLocale, testVar, maxresultsize + 1, &status);
943 testVar=&_NUL;
997 if (0 != u_strcmp(testVar,expectedVar)) {
998 log_data_err(" Display Variant mismatch: got %s expected %s displayLocale=%s (Are you missing data?)\n", austrdup(testVar), austrdup(expectedVar), displayLocale);
1017 if(testVar!=&_NUL) {
1018 free(testVar);