Home | History | Annotate | Download | only in cintltst

Lines Matching refs:austrdup

544             log_err("  ISO-3 language code mismatch:  %s versus  %s\n",  austrdup(expected),
545 austrdup(dataTable[LANG3][i]));
552 log_err(" ISO-3 Country code mismatch: %s versus %s\n", austrdup(expected),
553 austrdup(dataTable[CTRY3][i]));
706 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));
986 log_data_err(" Display Language mismatch: got %s expected %s displayLocale=%s (Are you missing data?)\n", austrdup(testLang), austrdup(expectedLang), displayLocale);
990 log_data_err(" Display Script mismatch: got %s expected %s displayLocale=%s (Are you missing data?)\n", austrdup(testScript), austrdup(expectedScript), displayLocale);
994 log_data_err(" Display Country mismatch: got %s expected %s displayLocale=%s (Are you missing data?)\n", austrdup(testCtry), austrdup(expectedCtry), displayLocale);
998 log_data_err(" Display Variant mismatch: got %s expected %s displayLocale=%s (Are you missing data?)\n", austrdup(testVar), austrdup(expectedVar), displayLocale);
1002 log_data_err(" Display Name mismatch: got %s expected %s displayLocale=%s (Are you missing data?)\n", austrdup(testName), austrdup(expectedName), displayLocale);
1246 languageCodes[i], languageNames[i], austrdup(testLang));
1316 log_err("FAIL: getDisplayVariant() Wanted %s, got %s\n", dispVar, austrdup(got));
1333 log_err("FAIL: getDisplayName() Wanted %s, got %s\n", dispName, austrdup(got));
1348 if(strcmp(austrdup(got),"FOO")!=0) {
1349 log_err("FAIL: getDisplayVariant() Wanted: foo Got: %s\n", austrdup(got));
1362 if(strcmp(austrdup(got),"_FOO")!=0) {
1363 log_err("FAIL: getDisplayVariant() Wanted: _FOO Got: %s\n", austrdup(got));
1376 if(strcmp(austrdup(got),"FOO_")!=0) {
1377 log_err("FAIL: getDisplayVariant() Wanted: FOO_ Got: %s\n", austrdup(got));
1390 if(strcmp(austrdup(got),"_FOO_")!=0) {
1391 log_err("FAIL: getDisplayVariant() Wanted: _FOO_ Got: %s\n", austrdup(got));