Home
last modified time | relevance | path

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

/external/icu/icu4c/source/common/
Dloclikely.cpp1338 #define ULOC_RG_BUFLEN 8 macro
1346 char rgBuf[ULOC_RG_BUFLEN]; in ulocimp_getRegionForSupplementalData()
1350 int32_t rgLen = uloc_getKeywordValue(localeID, "rg", rgBuf, ULOC_RG_BUFLEN, &rgStatus); in ulocimp_getRegionForSupplementalData()
1364 rgLen = uloc_getCountry(localeID, rgBuf, ULOC_RG_BUFLEN, status); in ulocimp_getRegionForSupplementalData()
1373 rgLen = uloc_getCountry(locBuf, rgBuf, ULOC_RG_BUFLEN, status); in ulocimp_getRegionForSupplementalData()