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/
H A DLocaleDisplayNamesImpl.java343 String langCountry = lang + '_' + country; in localeDisplayNameInternal()
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/
H A DLocaleDisplayNamesImpl.java347 String langCountry = lang + '_' + country; in localeDisplayNameInternal()
348 String result = localeIdName(langCountry); in localeDisplayNameInternal()
349 if (result != null && !result.equals(langCountry)) { in localeDisplayNameInternal()
/third_party/icu/icu4c/source/i18n/
H A Ddtptngen.cpp640 CharString langCountry; in getAllowedHourFormatsLangCountry() local
641 langCountry.append(language, status); in getAllowedHourFormatsLangCountry()
642 langCountry.append('_', status); in getAllowedHourFormatsLangCountry()
643 langCountry.append(country, status); in getAllowedHourFormatsLangCountry()
646 allowedFormats = (int32_t *)uhash_get(localeToAllowedHourFormatsMap, langCountry.data()); in getAllowedHourFormatsLangCountry()
/third_party/node/deps/icu-small/source/i18n/
H A Ddtptngen.cpp643 CharString langCountry; in getAllowedHourFormatsLangCountry() local
644 langCountry.append(language, status); in getAllowedHourFormatsLangCountry()
645 langCountry.append('_', status); in getAllowedHourFormatsLangCountry()
646 langCountry.append(country, status); in getAllowedHourFormatsLangCountry()
649 allowedFormats = (int32_t *)uhash_get(localeToAllowedHourFormatsMap, langCountry.data()); in getAllowedHourFormatsLangCountry()
/third_party/skia/third_party/externals/icu/source/i18n/
H A 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/icu4j/main/classes/core/src/com/ibm/icu/text/
H A DDateTimePatternGenerator.java332 String langCountry = language + "_" + country; in getAllowedHourFormatsLangCountry()
333 String[] list = LOCALE_TO_ALLOWED_HOUR.get(langCountry); in getAllowedHourFormatsLangCountry()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/
H A DDateTimePatternGenerator.java320 String langCountry = language + "_" + country; in getAllowedHourFormatsLangCountry()
321 String[] list = LOCALE_TO_ALLOWED_HOUR.get(langCountry); in getAllowedHourFormatsLangCountry()
/third_party/openSLES/api/1.1/
H A DOpenSLES.h800 SLchar langCountry[16]; member
/third_party/openSLES/api/1.0.1/
H A DOpenSLES.h755 SLchar langCountry[16]; member
/third_party/openSLES/api/1.0/
H A DOpenSLES.h752 SLchar langCountry[16]; member
/third_party/skia/third_party/externals/sfntly/java/lib/
H A Dicu4j-4_8_1_1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/ibm/ com/ibm/icu/ com/ibm/icu/impl/ ...

Completed in 42 milliseconds