/third_party/icu/icu4c/source/common/ |
H A D | locresdata.cpp | 51 /* 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 D | loclikely.cpp | 1242 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 D | locdispnames.cpp | 369 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 D | locresdata.cpp | 51 /* 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 D | loclikely.cpp | 1244 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 D | locdispnames.cpp | 357 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 D | locresdata.cpp | 53 /* 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 D | loclikely.cpp | 661 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 D | locdispnames.cpp | 369 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()
|