Home
last modified time | relevance | path

Searched defs:numberFormat (Results 1 – 25 of 425) sorted by relevance

12345678910>>...17

/aosp_15_r20/external/icu/icu4j/main/core/src/main/java/com/ibm/icu/text/
H A DMeasureFormat.java130 private final transient NumberFormat numberFormat; field in MeasureFormat
616 NumberFormat numberFormat, in MeasureFormat()
654 NumberFormat numberFormat, in MeasureFormat()
967 private NumberFormat numberFormat; field in MeasureFormat.MeasureProxy
971 … public MeasureProxy(ULocale locale, FormatWidth width, NumberFormat numberFormat, int subClass) { in MeasureProxy()
H A DQuantityFormatter.java63 public String format(double number, NumberFormat numberFormat, PluralRules pluralRules) { in format()
93 …public static StandardPlural selectPlural(double number, NumberFormat numberFormat, PluralRules ru… in selectPlural()
H A DPluralFormat.java176 private NumberFormat numberFormat = null; field in PluralFormat
371 …ckage*/ PluralFormat(ULocale ulocale, PluralType type, String pattern, NumberFormat numberFormat) { in PluralFormat()
389 … private void init(PluralRules rules, PluralType type, ULocale locale, NumberFormat numberFormat) { in init()
/aosp_15_r20/external/icu/android_icu4j/src/main/java/android/icu/text/
H A DMeasureFormat.java130 private final transient NumberFormat numberFormat; field in MeasureFormat
582 NumberFormat numberFormat, in MeasureFormat()
620 NumberFormat numberFormat, in MeasureFormat()
933 private NumberFormat numberFormat; field in MeasureFormat.MeasureProxy
937 … public MeasureProxy(ULocale locale, FormatWidth width, NumberFormat numberFormat, int subClass) { in MeasureProxy()
H A DQuantityFormatter.java64 public String format(double number, NumberFormat numberFormat, PluralRules pluralRules) { in format()
94 …public static StandardPlural selectPlural(double number, NumberFormat numberFormat, PluralRules ru… in selectPlural()
H A DPluralFormat.java176 private NumberFormat numberFormat = null; field in PluralFormat
358 …ckage*/ PluralFormat(ULocale ulocale, PluralType type, String pattern, NumberFormat numberFormat) { in PluralFormat()
376 … private void init(PluralRules rules, PluralType type, ULocale locale, NumberFormat numberFormat) { in init()
/aosp_15_r20/packages/providers/MediaProvider/photopicker/src/com/android/photopicker/util/
DLocalizationHelper.kt34 private val numberFormat = NumberFormat.getInstance(locale) constant in com.android.photopicker.util.LocalizationHelper
/aosp_15_r20/libcore/luni/src/test/java/libcore/java/text/
H A DNumberFormatTest.java72 NumberFormat numberFormat = NumberFormat.getNumberInstance(new Locale("ar")); in test_getIntegerInstance_ar() local
266 NumberFormat numberFormat = NumberFormat.getNumberInstance(locale); in test_getInstance_withLocaleExtension() local
H A DDecimalFormatTest.java57 NumberFormat numberFormat = NumberFormat.getNumberInstance(Locale.US); in test_setMaximumIntegerDigits() local
397 NumberFormat numberFormat = NumberFormat.getCurrencyInstance(Locale.GERMAN); in testBug71369() local
/aosp_15_r20/packages/modules/Permission/PermissionController/src/com/android/permissioncontroller/safetycenter/ui/view/
DMoreIssuesHeaderView.kt159 val numberFormat = NumberFormat.getInstance() in <lambda>() constant
/aosp_15_r20/external/cldr/tools/cldr-code/src/main/java/org/unicode/cldr/test/
H A DExampleGenerator.java1291 DecimalFormat numberFormat; in addFormattedUnits() local
1378 DecimalFormat numberFormat = icuServiceBuilder.getNumberFormat(1); in handleFormatPerUnit() local
1479 DecimalFormat numberFormat = icuServiceBuilder.getNumberFormat(1); in handleCompoundUnit1() local
1547 DecimalFormat numberFormat = icuServiceBuilder.getNumberFormat(0); in handleMiscPatterns() local
1708 DecimalFormat numberFormat = icuServiceBuilder.getNumberFormat(1); in getFormattedUnit() local
2655 DecimalFormat numberFormat = icuServiceBuilder.getNumberFormat(value, numberSystem); in handleDecimalFormat() local
2673 private String formatCountDecimal(DecimalFormat numberFormat, String countValue) { in formatCountDecimal()
/aosp_15_r20/external/libphonenumber/repackaged/libphonenumber/src/com/android/i18n/phonenumbers/
H A DAsYouTypeFormatter.java147 NumberFormat numberFormat = it.next(); in maybeCreateNewTemplate() local
238 private String getFormattingTemplate(String numberPattern, String numberFormat) { in getFormattingTemplate()
/aosp_15_r20/external/libphonenumber/libphonenumber/src/com/google/i18n/phonenumbers/
H A DAsYouTypeFormatter.java145 NumberFormat numberFormat = it.next(); in maybeCreateNewTemplate() local
236 private String getFormattingTemplate(String numberPattern, String numberFormat) { in getFormattingTemplate()
/aosp_15_r20/external/icu/icu4c/source/i18n/
H A Dnfsubs.h37 DecimalFormat* numberFormat; variable
/aosp_15_r20/external/icu/libicu/cts_headers/
H A Dnfsubs.h37 DecimalFormat* numberFormat; variable
/aosp_15_r20/external/cronet/third_party/icu/source/i18n/
H A Dnfsubs.h37 DecimalFormat* numberFormat; variable
/aosp_15_r20/prebuilts/runtime/mainline/i18n/test-exports/common_os/include/external/icu/icu4c/source/i18n/
H A Dnfsubs.h37 DecimalFormat* numberFormat; variable
/aosp_15_r20/external/icu/libicu/cts_headers/unicode/
H A Dplurfmt.h555 NumberFormat* numberFormat; variable
/aosp_15_r20/prebuilts/runtime/mainline/i18n/test-exports/common_os/include/external/icu/icu4c/source/i18n/unicode/
H A Dplurfmt.h560 NumberFormat* numberFormat; variable
H A Dmeasfmt.h360 const SharedNumberFormat *numberFormat; variable
/aosp_15_r20/external/cronet/third_party/icu/source/i18n/unicode/
H A Dplurfmt.h560 NumberFormat* numberFormat; variable
H A Dmeasfmt.h361 const SharedNumberFormat *numberFormat; variable
/aosp_15_r20/external/icu/icu4c/source/i18n/unicode/
H A Dplurfmt.h555 NumberFormat* numberFormat; variable
H A Dmeasfmt.h361 const SharedNumberFormat *numberFormat; variable
/aosp_15_r20/out/soong/.intermediates/packages/providers/MediaProvider/photopicker/PhotopickerLib/android_common_apex30/kapt/gen/stubs/com/android/photopicker/util/
DLocalizationHelper.java18 private final java.text.NumberFormat numberFormat = null; field in LocalizationHelper

12345678910>>...17