Searched refs:langCountry (Results 1 – 11 of 11) sorted by relevance
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/ |
D | LocaleDisplayNamesImpl.java | 343 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/ |
D | LocaleDisplayNamesImpl.java | 347 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/ |
D | dtptngen.cpp | 605 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/ |
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/skia/third_party/externals/icu/source/i18n/ |
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/icu4c/source/i18n/ |
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/ohos_icu4j/src/main/java/ohos/global/icu/text/ |
D | DateTimePatternGenerator.java | 320 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/ |
D | DateTimePatternGenerator.java | 347 String langCountry = language + "_" + country; in getAllowedHourFormatsLangCountry() local 348 String[] list = LOCALE_TO_ALLOWED_HOUR.get(langCountry); in getAllowedHourFormatsLangCountry()
|
/third_party/openSLES/api/1.0/ |
D | OpenSLES.h | 752 SLchar langCountry[16]; member
|
/third_party/openSLES/api/1.0.1/ |
D | OpenSLES.h | 755 SLchar langCountry[16]; member
|
/third_party/openSLES/api/1.1/ |
D | OpenSLES.h | 800 SLchar langCountry[16]; member
|