Lines Matching refs:austrdup
553 log_err(" ISO-3 language code mismatch: %s versus %s\n", austrdup(expected),
554 austrdup(dataTable[LANG3][i]));
561 log_err(" ISO-3 Country code mismatch: %s versus %s\n", austrdup(expected),
562 austrdup(dataTable[CTRY3][i]));
715 log_data_err("FAIL in uloc_getDisplayName(%s,%s,..) expected '%s' got '%s' (Are you missing data?)\n", aLocale, testL[i], expect[i], austrdup(buffer));
995 log_data_err(" Display Language mismatch: got %s expected %s displayLocale=%s (Are you missing data?)\n", austrdup(testLang), austrdup(expectedLang), displayLocale);
999 log_data_err(" Display Script mismatch: got %s expected %s displayLocale=%s (Are you missing data?)\n", austrdup(testScript), austrdup(expectedScript), displayLocale);
1003 log_data_err(" Display Country mismatch: got %s expected %s displayLocale=%s (Are you missing data?)\n", austrdup(testCtry), austrdup(expectedCtry), displayLocale);
1007 log_data_err(" Display Variant mismatch: got %s expected %s displayLocale=%s (Are you missing data?)\n", austrdup(testVar), austrdup(expectedVar), displayLocale);
1011 log_data_err(" Display Name mismatch: got %s expected %s displayLocale=%s (Are you missing data?)\n", austrdup(testName), austrdup(expectedName), displayLocale);
1333 languageCodes[i], languageNames[i], austrdup(testLang));
1403 log_err("FAIL: getDisplayVariant() Wanted %s, got %s\n", dispVar, austrdup(got));
1420 log_err("FAIL: getDisplayName() Wanted %s, got %s\n", dispName, austrdup(got));
1435 if(strcmp(austrdup(got),"FOO")!=0) {
1436 log_err("FAIL: getDisplayVariant() Wanted: foo Got: %s\n", austrdup(got));
1449 if(strcmp(austrdup(got),"_FOO")!=0) {
1450 log_err("FAIL: getDisplayVariant() Wanted: _FOO Got: %s\n", austrdup(got));
1463 if(strcmp(austrdup(got),"FOO_")!=0) {
1464 log_err("FAIL: getDisplayVariant() Wanted: FOO_ Got: %s\n", austrdup(got));
1477 if(strcmp(austrdup(got),"_FOO_")!=0) {
1478 log_err("FAIL: getDisplayVariant() Wanted: _FOO_ Got: %s\n", austrdup(got));