Lines Matching refs:uloc_getISO3Country
512 /* testing uloc_getISO3Language(), uloc_getISO3Country(), */
540 temp=uloc_getISO3Country(testLocale);
1050 result = uloc_getISO3Country(test);
1129 test = uloc_getISO3Country(iso2Countries[i]);
1334 if(strcmp(tests[i].ctry3,uloc_getISO3Country(locale)))
1336 log_err("FAIL: uloc_getISO3Country(%s)==\t\"%s\",\t expected \"%s\"\n",
1337 locale, uloc_getISO3Country(locale), tests[i].ctry3);
1341 log_verbose(" uloc_getISO3Country()==\t\"%s\"\n",
1342 uloc_getISO3Country(locale) );
1411 r1_addr = (char *)uloc_getISO3Country("zz_ZR");
1420 r1_addr = (char *)uloc_getISO3Country("zz_FX");