Searched refs:localeBuffer (Results 1 – 5 of 5) sorted by relevance
/external/icu/icu4c/source/common/ |
D | locresdata.cpp | 163 char localeBuffer[ULOC_FULLNAME_CAPACITY]; in _uloc_getOrientationHelper() local 165 uloc_canonicalize(localeId, localeBuffer, sizeof(localeBuffer), status); in _uloc_getOrientationHelper() 171 localeBuffer, in _uloc_getOrientationHelper()
|
D | loclikely.cpp | 1237 char localeBuffer[ULOC_FULLNAME_CAPACITY]; in uloc_addLikelySubtags() local 1241 localeBuffer, in uloc_addLikelySubtags() 1242 sizeof(localeBuffer), in uloc_addLikelySubtags() 1248 localeBuffer, in uloc_addLikelySubtags() 1261 char localeBuffer[ULOC_FULLNAME_CAPACITY]; in uloc_minimizeSubtags() local 1265 localeBuffer, in uloc_minimizeSubtags() 1266 sizeof(localeBuffer), in uloc_minimizeSubtags() 1272 localeBuffer, in uloc_minimizeSubtags()
|
D | locdispnames.cpp | 355 char localeBuffer[ULOC_FULLNAME_CAPACITY*4]; in _getDisplayNameForComponent() local 371 length=(*getter)(locale, localeBuffer, sizeof(localeBuffer), &localStatus); in _getDisplayNameForComponent() 383 tag, NULL, localeBuffer, in _getDisplayNameForComponent() 384 localeBuffer, in _getDisplayNameForComponent()
|
D | uloc.cpp | 1633 char localeBuffer[ULOC_FULLNAME_CAPACITY]; in _canonicalize() local 1662 (result == NULL || resultCapacity < (int32_t)sizeof(localeBuffer))) { in _canonicalize() 1663 name = localeBuffer; in _canonicalize() 1664 nameCapacity = (int32_t)sizeof(localeBuffer); in _canonicalize() 1864 if (U_SUCCESS(*err) && result != NULL && name == localeBuffer) { in _canonicalize() 1865 uprv_strncpy(result, localeBuffer, (len > resultCapacity) ? resultCapacity : len); in _canonicalize()
|
/external/icu/icu4c/source/i18n/ |
D | ucol_res.cpp | 624 char localeBuffer[ULOC_FULLNAME_CAPACITY] = ""; in ucol_getKeywordValuesForLocale() local 625 uloc_getBaseName(locale, localeBuffer, sizeof(localeBuffer), status); in ucol_getKeywordValuesForLocale() 655 ures_openFillIn(&bundle, U_ICUDATA_COLL, localeBuffer, status); in ucol_getKeywordValuesForLocale() 696 if (uprv_strlen(localeBuffer) == 0) { in ucol_getKeywordValuesForLocale() 700 uloc_getParent(localeBuffer, localeBuffer, sizeof(localeBuffer), status); in ucol_getKeywordValuesForLocale() 701 ures_openFillIn(&bundle, U_ICUDATA_COLL, localeBuffer, status); in ucol_getKeywordValuesForLocale()
|