Lines Matching refs:testVar
876 UChar *testVar = 0;
947 testVar=(UChar*)malloc(sizeof(UChar) * (maxresultsize+1));
948 uloc_getDisplayVariant(testLocale, displayLocale, testVar, maxresultsize + 1, &status);
952 testVar=&_NUL;
1006 if (0 != u_strcmp(testVar,expectedVar)) {
1007 log_data_err(" Display Variant mismatch: got %s expected %s displayLocale=%s (Are you missing data?)\n", austrdup(testVar), austrdup(expectedVar), displayLocale);
1026 if(testVar!=&_NUL) {
1027 free(testVar);