Home
last modified time | relevance | path

Searched defs:withLocale (Results 1 – 25 of 27) sorted by relevance

12

/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/number/
DNumberRangeFormatter.java166 public static LocalizedNumberRangeFormatter withLocale(Locale locale) { in withLocale() method in NumberRangeFormatter
178 public static LocalizedNumberRangeFormatter withLocale(ULocale locale) { in withLocale() method in NumberRangeFormatter
DNumberFormatter.java418 public static LocalizedNumberFormatter withLocale(Locale locale) { in withLocale() method in NumberFormatter
430 public static LocalizedNumberFormatter withLocale(ULocale locale) { in withLocale() method in NumberFormatter
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/number/
DNumberRangeFormatter.java218 public static LocalizedNumberRangeFormatter withLocale(Locale locale) { in withLocale() method in NumberRangeFormatter
231 public static LocalizedNumberRangeFormatter withLocale(ULocale locale) { in withLocale() method in NumberRangeFormatter
DNumberFormatter.java543 public static LocalizedNumberFormatter withLocale(Locale locale) { in withLocale() method in NumberFormatter
556 public static LocalizedNumberFormatter withLocale(ULocale locale) { in withLocale() method in NumberFormatter
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/duration/
DPeriodFormatter.java44 PeriodFormatter withLocale(String localeName); in withLocale() method
DDateFormatter.java45 DateFormatter withLocale(String localeName); in withLocale() method
DPeriodBuilder.java50 PeriodBuilder withLocale(String localeName); in withLocale() method
DDurationFormatter.java70 DurationFormatter withLocale(String localeName); in withLocale() method
DBasicPeriodFormatter.java49 public PeriodFormatter withLocale(String locName) { in withLocale() method in BasicPeriodFormatter
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/duration/
DPeriodFormatter.java42 PeriodFormatter withLocale(String localeName); in withLocale() method
DDateFormatter.java43 DateFormatter withLocale(String localeName); in withLocale() method
DPeriodBuilder.java48 PeriodBuilder withLocale(String localeName); in withLocale() method
DDurationFormatter.java68 DurationFormatter withLocale(String localeName); in withLocale() method
DBasicPeriodFormatter.java48 public PeriodFormatter withLocale(String locName) { in withLocale() method in BasicPeriodFormatter
/third_party/icu/icu4c/source/i18n/
Dnumrange_fluent.cpp189 LocalizedNumberRangeFormatter NumberRangeFormatter::withLocale(const Locale& locale) { in withLocale() function in NumberRangeFormatter
Dnumber_fluent.cpp386 LocalizedNumberFormatter NumberFormatter::withLocale(const Locale& locale) { in withLocale() function in NumberFormatter
/third_party/node/deps/icu-small/source/i18n/
Dnumrange_fluent.cpp189 LocalizedNumberRangeFormatter NumberRangeFormatter::withLocale(const Locale& locale) { in withLocale() function in NumberRangeFormatter
/third_party/skia/third_party/externals/icu/source/i18n/
Dnumrange_fluent.cpp189 LocalizedNumberRangeFormatter NumberRangeFormatter::withLocale(const Locale& locale) { in withLocale() function in NumberRangeFormatter
Dnumber_fluent.cpp386 LocalizedNumberFormatter NumberFormatter::withLocale(const Locale& locale) { in withLocale() function in NumberFormatter
/third_party/flutter/skia/third_party/externals/icu/source/i18n/
Dnumrange_fluent.cpp178 LocalizedNumberRangeFormatter NumberRangeFormatter::withLocale(const Locale& locale) { in withLocale() function in NumberRangeFormatter
/third_party/icu/icu4c/source/test/intltest/
Dnumbertest_decimalquantity.cpp656 LocalizedNumberFormatter withLocale = NumberFormatter::withLocale(ulocale); in testSuppressedExponentUnchangedByInitialScaling() local
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/number/
DDecimalQuantityTest.java813 LocalizedNumberFormatter withLocale = NumberFormatter.withLocale(locale); in testSuppressedExponentUnchangedByInitialScaling() local
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/number/
DDecimalQuantityTest.java842 LocalizedNumberFormatter withLocale = NumberFormatter.withLocale(locale); in testSuppressedExponentUnchangedByInitialScaling() local
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/
DMeasureFormat.java562 MeasureFormat withLocale(ULocale locale) { in withLocale() method in MeasureFormat
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DMeasureFormat.java597 MeasureFormat withLocale(ULocale locale) { in withLocale() method in MeasureFormat

12