Searched refs:uloc_getISO3Country (Results 1 – 5 of 5) sorted by relevance
530 uloc_getISO3Country(const char* localeID);
1042 #define uloc_getISO3Country U_ICU_ENTRY_POINT_RENAME(uloc_getISO3Country) macro
557 temp=uloc_getISO3Country(testLocale); in TestSimpleResourceInfo()1289 result = uloc_getISO3Country(test); in TestISO3Fallback()1368 test = uloc_getISO3Country(iso2Countries[i]); in TestUninstalledISO3Names()1573 if(strcmp(tests[i].ctry3,uloc_getISO3Country(locale))) in TestObsoleteNames()1576 locale, uloc_getISO3Country(locale), tests[i].ctry3); in TestObsoleteNames()1581 uloc_getISO3Country(locale) ); in TestObsoleteNames()1650 r1_addr = (char *)uloc_getISO3Country("zz_ZR"); in TestObsoleteNames()1659 r1_addr = (char *)uloc_getISO3Country("zz_FX"); in TestObsoleteNames()
727 return uloc_getISO3Country(fullName); in getISO3Country()
2088 uloc_getISO3Country(const char* localeID) in uloc_getISO3Country() function