Searched refs:uloc_getISO3Country (Results 1 – 5 of 5) sorted by relevance
536 uloc_getISO3Country(const char* localeID);
1045 #define uloc_getISO3Country U_ICU_ENTRY_POINT_RENAME(uloc_getISO3Country) macro
564 temp=uloc_getISO3Country(testLocale); in TestSimpleResourceInfo()1296 result = uloc_getISO3Country(test); in TestISO3Fallback()1375 test = uloc_getISO3Country(iso2Countries[i]); in TestUninstalledISO3Names()1580 if(strcmp(tests[i].ctry3,uloc_getISO3Country(locale))) in TestObsoleteNames()1583 locale, uloc_getISO3Country(locale), tests[i].ctry3); in TestObsoleteNames()1588 uloc_getISO3Country(locale) ); in TestObsoleteNames()1657 r1_addr = (char *)uloc_getISO3Country("zz_ZR"); in TestObsoleteNames()1666 r1_addr = (char *)uloc_getISO3Country("zz_FX"); in TestObsoleteNames()
737 return uloc_getISO3Country(fullName); in getISO3Country()
2150 uloc_getISO3Country(const char* localeID) in uloc_getISO3Country() function