Home
last modified time | relevance | path

Searched refs:uloc_getCountry (Results 1 – 21 of 21) sorted by relevance

/external/icu/libicu/test/src/
Duloc_test.cpp42 uloc_getCountry("en_US", country, sizeof(country), &error); in TEST()
/external/icu/icu4c/source/common/
Dloclikely.cpp305 uloc_getCountry( in createTagStringWithAlternates()
1386 rgLen = uloc_getCountry(localeID, rgBuf, ULOC_RG_BUFLEN, status); in ulocimp_getRegionForSupplementalData()
1398 rgLen = uloc_getCountry(locBuf.data(), rgBuf, ULOC_RG_BUFLEN, status); in ulocimp_getRegionForSupplementalData()
Duloc.cpp1722 uloc_getCountry(const char* localeID, in uloc_getCountry() function
1975 uloc_getCountry(localeID, cntry, ULOC_LANG_CAPACITY, &err); in uloc_getISO3Country()
Dlocdispnames.cpp446 uloc_getCountry, _kCountries, pErrorCode); in uloc_getDisplayCountry()
Duloc_tag.cpp1085 len = uloc_getCountry(localeID, buf, sizeof(buf), &tmpStatus); in _appendRegionToLanguageTag()
/external/icu/libicu/
Dlibicu.map.txt214 uloc_getCountry;
/external/icu/libicu/ndk_headers/unicode/
Duloc.h438 uloc_getCountry(const char* localeID,
Durename.h1074 #define uloc_getCountry U_ICU_ENTRY_POINT_RENAME(uloc_getCountry) macro
/external/icu/libicu/cts_headers/unicode/
Duloc.h448 uloc_getCountry(const char* localeID,
/external/icu/libandroidicu/include/unicode/
Duloc.h448 uloc_getCountry(const char* localeID,
Durename.h1074 #define uloc_getCountry U_ICU_ENTRY_POINT_RENAME(uloc_getCountry) macro
/external/icu/icu4c/source/common/unicode/
Duloc.h448 uloc_getCountry(const char* localeID,
Durename.h1074 #define uloc_getCountry U_ICU_ENTRY_POINT_RENAME(uloc_getCountry) macro
/external/icu/tools/icu4c_srcgen/
Dlibicu_export.txt224 uloc_getCountry
/external/icu/icu4c/source/test/cintltst/
Dcloctst.c313 cap=uloc_getCountry(testLocale, temp, cap, &status); in TestBasicGetters()
317 uloc_getCountry(testLocale, temp, cap+1, &status); in TestBasicGetters()
506 len = uloc_getCountry(loc, buf, PREFIXBUFSIZ, &err); in TestPrefixes()
1784 uloc_getCountry(locale, buff, 256, &status); in TestObsoleteNames()
1852 i = uloc_getCountry(p1_buff,r1_buff,12,&icu_err); in TestObsoleteNames()
1861 i = uloc_getCountry(p1_buff,r1_buff,12,&icu_err); in TestObsoleteNames()
3530 int32_t countryLen = uloc_getCountry(newLoc, country, capacity, &status); in TestDisplayName()
3621 length = uloc_getCountry(temp2, temp3, UPRV_LENGTHOF(temp3), &status); in TestGetLocaleForLCID()
Dcldrtest.c702 … fromCountryLen = uloc_getCountry(fromLocale, fromCountry, ULOC_FULLNAME_CAPACITY, &errorCode); in TestConsistentCountryInfo()
718 toCountryLen = uloc_getCountry(toLocale, toCountry, ULOC_FULLNAME_CAPACITY, &errorCode); in TestConsistentCountryInfo()
/external/icu/libicu/src/
Dshim.cpp216 #undef uloc_getCountry
878 int32_t uloc_getCountry(const char * localeID, char * country, int32_t countryCapacity, UErrorCode … in uloc_getCountry() function
879 return U_ICU_ENTRY_POINT_RENAME(uloc_getCountry)(localeID, country, countryCapacity, err); in uloc_getCountry()
/external/icu/icu4c/source/i18n/
Dtzgnames.cpp421 regionLen = uloc_getCountry(loc.data(), fTargetRegion, sizeof(fTargetRegion), &status); in initialize()
Drulebasedcollator.cpp1592 length = uloc_getCountry(resultLocale, subtag, UPRV_LENGTHOF(subtag), &errorCode); in internalGetShortDefinitionString()
Dtznames_impl.cpp2143 regionLen = uloc_getCountry(loc.data(), fRegion, sizeof(fRegion), &status); in TZDBTimeZoneNames()
Dtzfmt.cpp336 regionLen = uloc_getCountry(loc.data(), fTargetRegion, sizeof(fTargetRegion), &status); in UOBJECT_DEFINE_RTTI_IMPLEMENTATION()