Home
last modified time | relevance | path

Searched refs:localeBuffer (Results 1 - 9 of 9) sorted by relevance

/third_party/icu/icu4c/source/common/
H A Dlocresdata.cpp51 /* char localeBuffer[ULOC_FULLNAME_CAPACITY*4];*/ in uloc_getTableStringWithFallback()
160 char localeBuffer[ULOC_FULLNAME_CAPACITY]; in _uloc_getOrientationHelper() local
162 uloc_canonicalize(localeId, localeBuffer, sizeof(localeBuffer), status); in _uloc_getOrientationHelper()
168 localeBuffer, in _uloc_getOrientationHelper()
H A Dloclikely.cpp1242 PreflightingLocaleIDBuffer localeBuffer; in _ulocimp_addLikelySubtags() local
1244 localeBuffer.requestedCapacity = do_canonicalize(localeID, localeBuffer.getBuffer(), in _ulocimp_addLikelySubtags()
1245 localeBuffer.getCapacity(), status); in _ulocimp_addLikelySubtags()
1246 } while (localeBuffer.needToTryAgain(status)); in _ulocimp_addLikelySubtags()
1249 return _uloc_addLikelySubtags(localeBuffer.getBuffer(), sink, status); in _ulocimp_addLikelySubtags()
1295 PreflightingLocaleIDBuffer localeBuffer; in ulocimp_minimizeSubtags() local
1297 localeBuffer.requestedCapacity = do_canonicalize(localeID, localeBuffer.getBuffer(), in ulocimp_minimizeSubtags()
1298 localeBuffer in ulocimp_minimizeSubtags()
[all...]
H A Dlocdispnames.cpp369 char localeBuffer[ULOC_FULLNAME_CAPACITY*4]; in _getDisplayNameForComponent() local
385 length=(*getter)(locale, localeBuffer, sizeof(localeBuffer), &localStatus); in _getDisplayNameForComponent()
393 uprv_strcpy(localeBuffer, "und"); in _getDisplayNameForComponent()
402 tag, NULL, localeBuffer, in _getDisplayNameForComponent()
403 localeBuffer, in _getDisplayNameForComponent()
/third_party/skia/third_party/externals/icu/source/common/
H A Dlocresdata.cpp51 /* char localeBuffer[ULOC_FULLNAME_CAPACITY*4];*/ in uloc_getTableStringWithFallback()
160 char localeBuffer[ULOC_FULLNAME_CAPACITY]; in _uloc_getOrientationHelper() local
162 uloc_canonicalize(localeId, localeBuffer, sizeof(localeBuffer), status); in _uloc_getOrientationHelper()
168 localeBuffer, in _uloc_getOrientationHelper()
H A Dloclikely.cpp1244 char localeBuffer[ULOC_FULLNAME_CAPACITY]; in _ulocimp_addLikelySubtags() local
1246 if (do_canonicalize(localeID, localeBuffer, sizeof localeBuffer, status)) { in _ulocimp_addLikelySubtags()
1247 return _uloc_addLikelySubtags(localeBuffer, sink, status); in _ulocimp_addLikelySubtags()
1292 char localeBuffer[ULOC_FULLNAME_CAPACITY]; in ulocimp_minimizeSubtags() local
1294 if (do_canonicalize(localeID, localeBuffer, sizeof localeBuffer, status)) { in ulocimp_minimizeSubtags()
1295 _uloc_minimizeSubtags(localeBuffer, sink, status); in ulocimp_minimizeSubtags()
H A Dlocdispnames.cpp357 char localeBuffer[ULOC_FULLNAME_CAPACITY*4]; in _getDisplayNameForComponent() local
373 length=(*getter)(locale, localeBuffer, sizeof(localeBuffer), &localStatus); in _getDisplayNameForComponent()
381 uprv_strcpy(localeBuffer, "und"); in _getDisplayNameForComponent()
390 tag, NULL, localeBuffer, in _getDisplayNameForComponent()
391 localeBuffer, in _getDisplayNameForComponent()
/third_party/node/deps/icu-small/source/common/
H A Dlocresdata.cpp53 /* char localeBuffer[ULOC_FULLNAME_CAPACITY*4];*/ in uloc_getTableStringWithFallback()
161 icu::CharString localeBuffer; in _uloc_getOrientationHelper() local
163 icu::CharStringByteSink sink(&localeBuffer); in _uloc_getOrientationHelper()
172 localeBuffer.data(), in _uloc_getOrientationHelper()
H A Dloclikely.cpp661 icu::CharString localeBuffer; in _ulocimp_addLikelySubtags() local
663 icu::CharStringByteSink localeSink(&localeBuffer); in _ulocimp_addLikelySubtags()
667 return _uloc_addLikelySubtags(localeBuffer.data(), sink, status); in _ulocimp_addLikelySubtags()
714 icu::CharString localeBuffer; in ulocimp_minimizeSubtags() local
716 icu::CharStringByteSink localeSink(&localeBuffer); in ulocimp_minimizeSubtags()
719 _uloc_minimizeSubtags(localeBuffer.data(), sink, favorScript, status); in ulocimp_minimizeSubtags()
H A Dlocdispnames.cpp369 char localeBuffer[ULOC_FULLNAME_CAPACITY*4]; in _getDisplayNameForComponent() local
385 length=(*getter)(locale, localeBuffer, sizeof(localeBuffer), &localStatus); in _getDisplayNameForComponent()
393 uprv_strcpy(localeBuffer, "und"); in _getDisplayNameForComponent()
402 tag, nullptr, localeBuffer, in _getDisplayNameForComponent()
403 localeBuffer, in _getDisplayNameForComponent()

Completed in 10 milliseconds