Home
last modified time | relevance | path

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

/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
DLocaleDisplayNamesImpl.java343 String langCountry = lang + '_' + country; in localeDisplayNameInternal() local
344 String result = localeIdName(langCountry); in localeDisplayNameInternal()
345 if (result != null && !result.equals(langCountry)) { in localeDisplayNameInternal()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/
DLocaleDisplayNamesImpl.java347 String langCountry = lang + '_' + country; in localeDisplayNameInternal() local
348 String result = localeIdName(langCountry); in localeDisplayNameInternal()
349 if (result != null && !result.equals(langCountry)) { in localeDisplayNameInternal()
/third_party/flutter/skia/third_party/externals/icu/source/i18n/
Ddtptngen.cpp605 CharString langCountry; in getAllowedHourFormats() local
606 langCountry.append(language, static_cast<int32_t>(uprv_strlen(language)), status); in getAllowedHourFormats()
607 langCountry.append('_', status); in getAllowedHourFormats()
608 langCountry.append(country, static_cast<int32_t>(uprv_strlen(country)), status); in getAllowedHourFormats()
611 allowedFormats = (int32_t *)uhash_get(localeToAllowedHourFormatsMap, langCountry.data()); in getAllowedHourFormats()
/third_party/node/deps/icu-small/source/i18n/
Ddtptngen.cpp633 CharString langCountry; in getAllowedHourFormatsLangCountry() local
634 langCountry.append(language, status); in getAllowedHourFormatsLangCountry()
635 langCountry.append('_', status); in getAllowedHourFormatsLangCountry()
636 langCountry.append(country, status); in getAllowedHourFormatsLangCountry()
639 allowedFormats = (int32_t *)uhash_get(localeToAllowedHourFormatsMap, langCountry.data()); in getAllowedHourFormatsLangCountry()
/third_party/skia/third_party/externals/icu/source/i18n/
Ddtptngen.cpp633 CharString langCountry; in getAllowedHourFormatsLangCountry() local
634 langCountry.append(language, status); in getAllowedHourFormatsLangCountry()
635 langCountry.append('_', status); in getAllowedHourFormatsLangCountry()
636 langCountry.append(country, status); in getAllowedHourFormatsLangCountry()
639 allowedFormats = (int32_t *)uhash_get(localeToAllowedHourFormatsMap, langCountry.data()); in getAllowedHourFormatsLangCountry()
/third_party/icu/icu4c/source/i18n/
Ddtptngen.cpp633 CharString langCountry; in getAllowedHourFormatsLangCountry() local
634 langCountry.append(language, status); in getAllowedHourFormatsLangCountry()
635 langCountry.append('_', status); in getAllowedHourFormatsLangCountry()
636 langCountry.append(country, status); in getAllowedHourFormatsLangCountry()
639 allowedFormats = (int32_t *)uhash_get(localeToAllowedHourFormatsMap, langCountry.data()); in getAllowedHourFormatsLangCountry()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/
DDateTimePatternGenerator.java320 String langCountry = language + "_" + country; in getAllowedHourFormatsLangCountry() local
321 String[] list = LOCALE_TO_ALLOWED_HOUR.get(langCountry); in getAllowedHourFormatsLangCountry()
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DDateTimePatternGenerator.java347 String langCountry = language + "_" + country; in getAllowedHourFormatsLangCountry() local
348 String[] list = LOCALE_TO_ALLOWED_HOUR.get(langCountry); in getAllowedHourFormatsLangCountry()
/third_party/openSLES/api/1.0/
DOpenSLES.h752 SLchar langCountry[16]; member
/third_party/openSLES/api/1.0.1/
DOpenSLES.h755 SLchar langCountry[16]; member
/third_party/openSLES/api/1.1/
DOpenSLES.h800 SLchar langCountry[16]; member