Home
last modified time | relevance | path

Searched refs:uloc_getISO3Country (Results 1 – 8 of 8) sorted by relevance

/external/icu/icu4c/source/common/unicode/
Duloc.h536 uloc_getISO3Country(const char* localeID);
Durename.h1065 #define uloc_getISO3Country U_ICU_ENTRY_POINT_RENAME(uloc_getISO3Country) macro
/external/icu/libandroidicu/include/unicode/
Duloc.h536 uloc_getISO3Country(const char* localeID);
Durename.h1065 #define uloc_getISO3Country U_ICU_ENTRY_POINT_RENAME(uloc_getISO3Country) macro
/external/icu/icu4c/source/test/cintltst/
Dcloctst.c567 temp=uloc_getISO3Country(testLocale); in TestSimpleResourceInfo()
1299 result = uloc_getISO3Country(test); in TestISO3Fallback()
1378 test = uloc_getISO3Country(iso2Countries[i]); in TestUninstalledISO3Names()
1583 if(strcmp(tests[i].ctry3,uloc_getISO3Country(locale))) in TestObsoleteNames()
1586 locale, uloc_getISO3Country(locale), tests[i].ctry3); in TestObsoleteNames()
1591 uloc_getISO3Country(locale) ); in TestObsoleteNames()
1660 r1_addr = (char *)uloc_getISO3Country("zz_ZR"); in TestObsoleteNames()
1669 r1_addr = (char *)uloc_getISO3Country("zz_FX"); in TestObsoleteNames()
/external/icu/icu4c/source/common/
Dlocid.cpp1033 return uloc_getISO3Country(fullName); in getISO3Country()
Duloc.cpp2150 uloc_getISO3Country(const char* localeID) in uloc_getISO3Country() function
/external/icu/libandroidicu/static_shim/
Dshim.cpp1793 return uloc_getISO3Country(localeID); in uloc_getISO3Country_android()