Lines Matching refs:country
60 /* country code */
70 /* ISO-3 country */
79 /* display country (English) */
92 /* display country (French) */
105 /* display country (Catalan) */
129 /* display country (Greek) */
287 log_err(" Country code mismatch: %s versus %s\n", temp, rawData2[CTRY][i]);
550 log_err(" ISO-3 Country code mismatch: %s versus %s\n", austrdup(expected),
850 log_data_err(" Display Country mismatch: got %s expected %s displayLocale=%s (Are you missing data?)\n", austrdup(testCtry), austrdup(expectedCtry), displayLocale);
978 log_err("FAIL Country diff at offset %d, \"%s\" != \"%s\"\n", count, test, key);
982 log_err("FAIL getISOCountries() has obsolete country code %s\n", test);
984 log_err("FAIL getISOCountries() has obsolete country code %s\n", test);
986 log_err("FAIL getISOCountries() has obsolete country code %s\n", test);
1069 fallback behavior, combination of language and country names to form locale
1071 and country codes to make sure we have the correct names for them.
1355 log_err("FAIL: error getting country from %s\n", locale);
2808 char country[256] ={'\0'};
2827 int32_t countryLen = uloc_getCountry(newLoc, country, capacity, &status);
2829 /* there is a display name for the current country ID */
2899 /* Compare language, country, script */
2920 log_err(" couldn't get country in uloc_getLocaleForLCID(%#04x) = %s, status %s\n", lcid, temp2, u_errorName(status));
2924 log_err(" country doesn't match expected %s in in uloc_getLocaleForLCID(%#04x) = %s\n", rawData2[CTRY][i], lcid, temp2);