Home
last modified time | relevance | path

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

/external/icu/tools/icu4c_srcgen/
Dlibandroidicu_allowlisted_api.txt113 uloc_getISO3Country
Dlibicu_export.txt233 uloc_getISO3Country
/external/icu/libicu/
Dlibicu.map.txt223 uloc_getISO3Country;
/external/icu/libicu/ndk_headers/unicode/
Duloc.h536 uloc_getISO3Country(const char* localeID) __INTRODUCED_IN(31);
Durename.h1085 #define uloc_getISO3Country U_ICU_ENTRY_POINT_RENAME(uloc_getISO3Country) macro
/external/icu/libicu/cts_headers/unicode/
Duloc.h536 uloc_getISO3Country(const char* localeID);
/external/icu/libandroidicu/include/unicode/
Duloc.h536 uloc_getISO3Country(const char* localeID);
Durename.h1085 #define uloc_getISO3Country U_ICU_ENTRY_POINT_RENAME(uloc_getISO3Country) macro
/external/icu/icu4c/source/common/unicode/
Duloc.h536 uloc_getISO3Country(const char* localeID);
Durename.h1085 #define uloc_getISO3Country U_ICU_ENTRY_POINT_RENAME(uloc_getISO3Country) macro
/external/icu/icu4c/source/test/cintltst/
Dcloctst.c589 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()
/external/icu/libicu/src/
Dshim.cpp225 #undef uloc_getISO3Country
905 const char * uloc_getISO3Country(const char * localeID) { in uloc_getISO3Country() function
906 return U_ICU_ENTRY_POINT_RENAME(uloc_getISO3Country)(localeID); in uloc_getISO3Country()
/external/icu/libandroidicu/static_shim/
Dshim.cpp341 return uloc_getISO3Country(localeID); in uloc_getISO3Country_android()
/external/icu/icu4c/source/common/
Duloc.cpp1965 uloc_getISO3Country(const char* localeID) in uloc_getISO3Country() function
Dlocid.cpp2038 return uloc_getISO3Country(fullName); in getISO3Country()