Searched refs:uloc_getISO3Country (Results 1 – 15 of 15) sorted by relevance
113 uloc_getISO3Country
233 uloc_getISO3Country
223 uloc_getISO3Country;
536 uloc_getISO3Country(const char* localeID) __INTRODUCED_IN(31);
1085 #define uloc_getISO3Country U_ICU_ENTRY_POINT_RENAME(uloc_getISO3Country) macro
536 uloc_getISO3Country(const char* localeID);
589 temp=uloc_getISO3Country(testLocale); in TestSimpleResourceInfo()1488 result = uloc_getISO3Country(test); in TestISO3Fallback()1567 test = uloc_getISO3Country(iso2Countries[i]); in TestUninstalledISO3Names()1772 if(strcmp(tests[i].ctry3,uloc_getISO3Country(locale))) in TestObsoleteNames()1775 locale, uloc_getISO3Country(locale), tests[i].ctry3); in TestObsoleteNames()1780 uloc_getISO3Country(locale) ); in TestObsoleteNames()1849 r1_addr = (char *)uloc_getISO3Country("zz_ZR"); in TestObsoleteNames()1858 r1_addr = (char *)uloc_getISO3Country("zz_FX"); in TestObsoleteNames()
225 #undef uloc_getISO3Country905 const char * uloc_getISO3Country(const char * localeID) { in uloc_getISO3Country() function906 return U_ICU_ENTRY_POINT_RENAME(uloc_getISO3Country)(localeID); in uloc_getISO3Country()
341 return uloc_getISO3Country(localeID); in uloc_getISO3Country_android()
1965 uloc_getISO3Country(const char* localeID) in uloc_getISO3Country() function
2038 return uloc_getISO3Country(fullName); in getISO3Country()