Searched refs:ULOC_RG_BUFLEN (Results 1 – 1 of 1) sorted by relevance
/external/icu/icu4c/source/common/ |
D | loclikely.cpp | 1339 #define ULOC_RG_BUFLEN 8 macro 1347 char rgBuf[ULOC_RG_BUFLEN]; in ulocimp_getRegionForSupplementalData() 1351 int32_t rgLen = uloc_getKeywordValue(localeID, "rg", rgBuf, ULOC_RG_BUFLEN, &rgStatus); in ulocimp_getRegionForSupplementalData() 1365 rgLen = uloc_getCountry(localeID, rgBuf, ULOC_RG_BUFLEN, status); in ulocimp_getRegionForSupplementalData() 1374 rgLen = uloc_getCountry(locBuf, rgBuf, ULOC_RG_BUFLEN, status); in ulocimp_getRegionForSupplementalData()
|