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 D | LocaleDisplayNamesImpl.java | 343 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 D | LocaleDisplayNamesImpl.java | 347 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 D | dtptngen.cpp | 640 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 D | dtptngen.cpp | 643 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 D | dtptngen.cpp | 633 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 D | DateTimePatternGenerator.java | 332 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 D | DateTimePatternGenerator.java | 320 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 D | OpenSLES.h | 800 SLchar langCountry[16]; member
|
/third_party/openSLES/api/1.0.1/ |
H A D | OpenSLES.h | 755 SLchar langCountry[16]; member
|
/third_party/openSLES/api/1.0/ |
H A D | OpenSLES.h | 752 SLchar langCountry[16]; member
|
/third_party/skia/third_party/externals/sfntly/java/lib/ |
H A D | icu4j-4_8_1_1.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/ibm/
com/ibm/icu/
com/ibm/icu/impl/
... |
Completed in 42 milliseconds