/aosp_15_r20/external/icu/icu4j/main/core/src/main/java/com/ibm/icu/text/ |
H A D | MeasureFormat.java | 130 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 D | QuantityFormatter.java | 63 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 D | PluralFormat.java | 176 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 D | MeasureFormat.java | 130 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 D | QuantityFormatter.java | 64 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 D | PluralFormat.java | 176 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/ |
D | LocalizationHelper.kt | 34 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 D | NumberFormatTest.java | 72 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 D | DecimalFormatTest.java | 57 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/ |
D | MoreIssuesHeaderView.kt | 159 val numberFormat = NumberFormat.getInstance() in <lambda>() constant
|
/aosp_15_r20/external/cldr/tools/cldr-code/src/main/java/org/unicode/cldr/test/ |
H A D | ExampleGenerator.java | 1291 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 D | AsYouTypeFormatter.java | 147 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 D | AsYouTypeFormatter.java | 145 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 D | nfsubs.h | 37 DecimalFormat* numberFormat; variable
|
/aosp_15_r20/external/icu/libicu/cts_headers/ |
H A D | nfsubs.h | 37 DecimalFormat* numberFormat; variable
|
/aosp_15_r20/external/cronet/third_party/icu/source/i18n/ |
H A D | nfsubs.h | 37 DecimalFormat* numberFormat; variable
|
/aosp_15_r20/prebuilts/runtime/mainline/i18n/test-exports/common_os/include/external/icu/icu4c/source/i18n/ |
H A D | nfsubs.h | 37 DecimalFormat* numberFormat; variable
|
/aosp_15_r20/external/icu/libicu/cts_headers/unicode/ |
H A D | plurfmt.h | 555 NumberFormat* numberFormat; variable
|
/aosp_15_r20/prebuilts/runtime/mainline/i18n/test-exports/common_os/include/external/icu/icu4c/source/i18n/unicode/ |
H A D | plurfmt.h | 560 NumberFormat* numberFormat; variable
|
H A D | measfmt.h | 360 const SharedNumberFormat *numberFormat; variable
|
/aosp_15_r20/external/cronet/third_party/icu/source/i18n/unicode/ |
H A D | plurfmt.h | 560 NumberFormat* numberFormat; variable
|
H A D | measfmt.h | 361 const SharedNumberFormat *numberFormat; variable
|
/aosp_15_r20/external/icu/icu4c/source/i18n/unicode/ |
H A D | plurfmt.h | 555 NumberFormat* numberFormat; variable
|
H A D | measfmt.h | 361 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/ |
D | LocalizationHelper.java | 18 private final java.text.NumberFormat numberFormat = null; field in LocalizationHelper
|