reference/intl/numberformatter-constants.xml
43e445b1ec65410021f40bc55d7c670a64402816
...
...
@@ -11,7 +11,6 @@
11
11
<varlistentry xml:id="numberformatter.constants.pattern-decimal">
12
12
<term>
13
13
<constant>NumberFormatter::PATTERN_DECIMAL</constant>
14
-
(<type>integer</type>)
15
14
</term>
16
15
<listitem>
17
16
<simpara>Decimal format defined by pattern</simpara>
...
...
@@ -21,7 +20,6 @@
21
20
<varlistentry xml:id="numberformatter.constants.decimal">
22
21
<term>
23
22
<constant>NumberFormatter::DECIMAL</constant>
24
-
(<type>integer</type>)
25
23
</term>
26
24
<listitem>
27
25
<simpara>Decimal format</simpara>
...
...
@@ -31,7 +29,6 @@
31
29
<varlistentry xml:id="numberformatter.constants.currency">
32
30
<term>
33
31
<constant>NumberFormatter::CURRENCY</constant>
34
-
(<type>integer</type>)
35
32
</term>
36
33
<listitem>
37
34
<simpara>Currency format</simpara>
...
...
@@ -41,7 +38,6 @@
41
38
<varlistentry xml:id="numberformatter.constants.percent">
42
39
<term>
43
40
<constant>NumberFormatter::PERCENT</constant>
44
-
(<type>integer</type>)
45
41
</term>
46
42
<listitem>
47
43
<simpara>Percent format</simpara>
...
...
@@ -51,7 +47,6 @@
51
47
<varlistentry xml:id="numberformatter.constants.scientific">
52
48
<term>
53
49
<constant>NumberFormatter::SCIENTIFIC</constant>
54
-
(<type>integer</type>)
55
50
</term>
56
51
<listitem>
57
52
<simpara>Scientific format</simpara>
...
...
@@ -61,7 +56,6 @@
61
56
<varlistentry xml:id="numberformatter.constants.spellout">
62
57
<term>
63
58
<constant>NumberFormatter::SPELLOUT</constant>
64
-
(<type>integer</type>)
65
59
</term>
66
60
<listitem>
67
61
<simpara>Spellout rule-based format</simpara>
...
...
@@ -71,7 +65,6 @@
71
65
<varlistentry xml:id="numberformatter.constants.ordinal">
72
66
<term>
73
67
<constant>NumberFormatter::ORDINAL</constant>
74
-
(<type>integer</type>)
75
68
</term>
76
69
<listitem>
77
70
<simpara>Ordinal rule-based format</simpara>
...
...
@@ -81,7 +74,6 @@
81
74
<varlistentry xml:id="numberformatter.constants.duration">
82
75
<term>
83
76
<constant>NumberFormatter::DURATION</constant>
84
-
(<type>integer</type>)
85
77
</term>
86
78
<listitem>
87
79
<simpara>Duration rule-based format</simpara>
...
...
@@ -91,17 +83,27 @@
91
83
<varlistentry xml:id="numberformatter.constants.pattern-rulebased">
92
84
<term>
93
85
<constant>NumberFormatter::PATTERN_RULEBASED</constant>
94
-
(<type>integer</type>)
95
86
</term>
96
87
<listitem>
97
88
<simpara>Rule-based format defined by pattern</simpara>
98
89
</listitem>
99
90
</varlistentry>
100
91

92
+
<varlistentry xml:id="numberformatter.constants.currency-accounting">
93
+
<term>
94
+
<constant>NumberFormatter::CURRENCY_ACCOUNTING</constant>
95
+
</term>
96
+
<listitem>
97
+
<simpara>
98
+
Currency format for accounting, e.g., <literal>($3.00)</literal> for negative currency amount
99
+
instead of <literal>-$3.00</literal>. Available as of PHP 7.4.1 and ICU 53.
100
+
</simpara>
101
+
</listitem>
102
+
</varlistentry>
103
+

101
104
<varlistentry xml:id="numberformatter.constants.default-style">
102
105
<term>
103
106
<constant>NumberFormatter::DEFAULT_STYLE</constant>
104
-
(<type>integer</type>)
105
107
</term>
106
108
<listitem>
107
109
<simpara>Default format for the locale</simpara>
...
...
@@ -111,7 +113,6 @@
111
113
<varlistentry xml:id="numberformatter.constants.ignore">
112
114
<term>
113
115
<constant>NumberFormatter::IGNORE</constant>
114
-
(<type>integer</type>)
115
116
</term>
116
117
<listitem>
117
118
<simpara>Alias for PATTERN_DECIMAL</simpara>
...
...
@@ -135,7 +136,6 @@
135
136
<varlistentry xml:id="numberformatter.constants.type-default">
136
137
<term>
137
138
<constant>NumberFormatter::TYPE_DEFAULT</constant>
138
-
(<type>integer</type>)
139
139
</term>
140
140
<listitem>
141
141
<simpara>Derive the type from variable type</simpara>
...
...
@@ -145,7 +145,6 @@
145
145
<varlistentry xml:id="numberformatter.constants.type-int32">
146
146
<term>
147
147
<constant>NumberFormatter::TYPE_INT32</constant>
148
-
(<type>integer</type>)
149
148
</term>
150
149
<listitem>
151
150
<simpara>Format/parse as 32-bit integer</simpara>
...
...
@@ -155,7 +154,6 @@
155
154
<varlistentry xml:id="numberformatter.constants.type-int64">
156
155
<term>
157
156
<constant>NumberFormatter::TYPE_INT64</constant>
158
-
(<type>integer</type>)
159
157
</term>
160
158
<listitem>
161
159
<simpara>Format/parse as 64-bit integer</simpara>
...
...
@@ -165,7 +163,6 @@
165
163
<varlistentry xml:id="numberformatter.constants.type-double">
166
164
<term>
167
165
<constant>NumberFormatter::TYPE_DOUBLE</constant>
168
-
(<type>integer</type>)
169
166
</term>
170
167
<listitem>
171
168
<simpara>Format/parse as floating point value</simpara>
...
...
@@ -175,10 +172,9 @@
175
172
<varlistentry xml:id="numberformatter.constants.type-currency">
176
173
<term>
177
174
<constant>NumberFormatter::TYPE_CURRENCY</constant>
178
-
(<type>integer</type>)
179
175
</term>
180
176
<listitem>
181
-
<simpara>Format/parse as currency value</simpara>
177
+
<simpara>Format/parse as currency value. Deprecated as of PHP 8.3.0</simpara>
182
178
</listitem>
183
179
</varlistentry>
184
180
</variablelist>
...
...
@@ -195,7 +191,6 @@
195
191
<varlistentry xml:id="numberformatter.constants.parse-int-only">
196
192
<term>
197
193
<constant>NumberFormatter::PARSE_INT_ONLY</constant>
198
-
(<type>integer</type>)
199
194
</term>
200
195
<listitem>
201
196
<simpara>Parse integers only.</simpara>
...
...
@@ -205,7 +200,6 @@
205
200
<varlistentry xml:id="numberformatter.constants.grouping-used">
206
201
<term>
207
202
<constant>NumberFormatter::GROUPING_USED</constant>
208
-
(<type>integer</type>)
209
203
</term>
210
204
<listitem>
211
205
<simpara>Use grouping separator.</simpara>
...
...
@@ -215,7 +209,6 @@
215
209
<varlistentry xml:id="numberformatter.constants.decimal-always-shown">
216
210
<term>
217
211
<constant>NumberFormatter::DECIMAL_ALWAYS_SHOWN</constant>
218
-
(<type>integer</type>)
219
212
</term>
220
213
<listitem>
221
214
<simpara>Always show decimal point.</simpara>
...
...
@@ -225,7 +218,6 @@
225
218
<varlistentry xml:id="numberformatter.constants.max-integer-digits">
226
219
<term>
227
220
<constant>NumberFormatter::MAX_INTEGER_DIGITS</constant>
228
-
(<type>integer</type>)
229
221
</term>
230
222
<listitem>
231
223
<simpara>Maximum integer digits.</simpara>
...
...
@@ -235,7 +227,6 @@
235
227
<varlistentry xml:id="numberformatter.constants.min-integer-digits">
236
228
<term>
237
229
<constant>NumberFormatter::MIN_INTEGER_DIGITS</constant>
238
-
(<type>integer</type>)
239
230
</term>
240
231
<listitem>
241
232
<simpara>Minimum integer digits.</simpara>
...
...
@@ -245,7 +236,6 @@
245
236
<varlistentry xml:id="numberformatter.constants.integer-digits">
246
237
<term>
247
238
<constant>NumberFormatter::INTEGER_DIGITS</constant>
248
-
(<type>integer</type>)
249
239
</term>
250
240
<listitem>
251
241
<simpara>Integer digits.</simpara>
...
...
@@ -255,7 +245,6 @@
255
245
<varlistentry xml:id="numberformatter.constants.max-fraction-digits">
256
246
<term>
257
247
<constant>NumberFormatter::MAX_FRACTION_DIGITS</constant>
258
-
(<type>integer</type>)
259
248
</term>
260
249
<listitem>
261
250
<simpara>Maximum fraction digits.</simpara>
...
...
@@ -265,7 +254,6 @@
265
254
<varlistentry xml:id="numberformatter.constants.min-fraction-digits">
266
255
<term>
267
256
<constant>NumberFormatter::MIN_FRACTION_DIGITS</constant>
268
-
(<type>integer</type>)
269
257
</term>
270
258
<listitem>
271
259
<simpara>Minimum fraction digits.</simpara>
...
...
@@ -275,7 +263,6 @@
275
263
<varlistentry xml:id="numberformatter.constants.fraction-digits">
276
264
<term>
277
265
<constant>NumberFormatter::FRACTION_DIGITS</constant>
278
-
(<type>integer</type>)
279
266
</term>
280
267
<listitem>
281
268
<simpara>Fraction digits.</simpara>
...
...
@@ -285,7 +272,6 @@
285
272
<varlistentry xml:id="numberformatter.constants.multiplier">
286
273
<term>
287
274
<constant>NumberFormatter::MULTIPLIER</constant>
288
-
(<type>integer</type>)
289
275
</term>
290
276
<listitem>
291
277
<simpara>Multiplier.</simpara>
...
...
@@ -295,7 +281,6 @@
295
281
<varlistentry xml:id="numberformatter.constants.grouping-size">
296
282
<term>
297
283
<constant>NumberFormatter::GROUPING_SIZE</constant>
298
-
(<type>integer</type>)
299
284
</term>
300
285
<listitem>
301
286
<simpara>Grouping size.</simpara>
...
...
@@ -305,7 +290,6 @@
305
290
<varlistentry xml:id="numberformatter.constants.rounding-mode">
306
291
<term>
307
292
<constant>NumberFormatter::ROUNDING_MODE</constant>
308
-
(<type>integer</type>)
309
293
</term>
310
294
<listitem>
311
295
<simpara>Rounding Mode.</simpara>
...
...
@@ -315,7 +299,6 @@
315
299
<varlistentry xml:id="numberformatter.constants.rounding-increment">
316
300
<term>
317
301
<constant>NumberFormatter::ROUNDING_INCREMENT</constant>
318
-
(<type>integer</type>)
319
302
</term>
320
303
<listitem>
321
304
<simpara>Rounding increment.</simpara>
...
...
@@ -325,7 +308,6 @@
325
308
<varlistentry xml:id="numberformatter.constants.format-width">
326
309
<term>
327
310
<constant>NumberFormatter::FORMAT_WIDTH</constant>
328
-
(<type>integer</type>)
329
311
</term>
330
312
<listitem>
331
313
<simpara>The width to which the output of format() is padded.</simpara>
...
...
@@ -335,7 +317,6 @@
335
317
<varlistentry xml:id="numberformatter.constants.padding-position">
336
318
<term>
337
319
<constant>NumberFormatter::PADDING_POSITION</constant>
338
-
(<type>integer</type>)
339
320
</term>
340
321
<listitem>
341
322
<simpara>
...
...
@@ -348,7 +329,6 @@
348
329
<varlistentry xml:id="numberformatter.constants.secondary-grouping-size">
349
330
<term>
350
331
<constant>NumberFormatter::SECONDARY_GROUPING_SIZE</constant>
351
-
(<type>integer</type>)
352
332
</term>
353
333
<listitem>
354
334
<simpara>Secondary grouping size.</simpara>
...
...
@@ -358,7 +338,6 @@
358
338
<varlistentry xml:id="numberformatter.constants.significant-digits-used">
359
339
<term>
360
340
<constant>NumberFormatter::SIGNIFICANT_DIGITS_USED</constant>
361
-
(<type>integer</type>)
362
341
</term>
363
342
<listitem>
364
343
<simpara>Use significant digits.</simpara>
...
...
@@ -368,7 +347,6 @@
368
347
<varlistentry xml:id="numberformatter.constants.min-significant-digits">
369
348
<term>
370
349
<constant>NumberFormatter::MIN_SIGNIFICANT_DIGITS</constant>
371
-
(<type>integer</type>)
372
350
</term>
373
351
<listitem>
374
352
<simpara>Minimum significant digits.</simpara>
...
...
@@ -378,7 +356,6 @@
378
356
<varlistentry xml:id="numberformatter.constants.max-significant-digits">
379
357
<term>
380
358
<constant>NumberFormatter::MAX_SIGNIFICANT_DIGITS</constant>
381
-
(<type>integer</type>)
382
359
</term>
383
360
<listitem>
384
361
<simpara>Maximum significant digits.</simpara>
...
...
@@ -388,7 +365,6 @@
388
365
<varlistentry xml:id="numberformatter.constants.lenient-parse">
389
366
<term>
390
367
<constant>NumberFormatter::LENIENT_PARSE</constant>
391
-
(<type>integer</type>)
392
368
</term>
393
369
<listitem>
394
370
<simpara>Lenient parse mode used by rule-based formats.</simpara>
...
...
@@ -408,7 +384,6 @@
408
384
<varlistentry xml:id="numberformatter.constants.positive-prefix">
409
385
<term>
410
386
<constant>NumberFormatter::POSITIVE_PREFIX</constant>
411
-
(<type>integer</type>)
412
387
</term>
413
388
<listitem>
414
389
<simpara>Positive prefix.</simpara>
...
...
@@ -418,7 +393,6 @@
418
393
<varlistentry xml:id="numberformatter.constants.positive-suffix">
419
394
<term>
420
395
<constant>NumberFormatter::POSITIVE_SUFFIX</constant>
421
-
(<type>integer</type>)
422
396
</term>
423
397
<listitem>
424
398
<simpara>Positive suffix.</simpara>
...
...
@@ -428,7 +402,6 @@
428
402
<varlistentry xml:id="numberformatter.constants.negative-prefix">
429
403
<term>
430
404
<constant>NumberFormatter::NEGATIVE_PREFIX</constant>
431
-
(<type>integer</type>)
432
405
</term>
433
406
<listitem>
434
407
<simpara>Negative prefix.</simpara>
...
...
@@ -438,7 +411,6 @@
438
411
<varlistentry xml:id="numberformatter.constants.negative-suffix">
439
412
<term>
440
413
<constant>NumberFormatter::NEGATIVE_SUFFIX</constant>
441
-
(<type>integer</type>)
442
414
</term>
443
415
<listitem>
444
416
<simpara>Negative suffix.</simpara>
...
...
@@ -448,7 +420,6 @@
448
420
<varlistentry xml:id="numberformatter.constants.padding-character">
449
421
<term>
450
422
<constant>NumberFormatter::PADDING_CHARACTER</constant>
451
-
(<type>integer</type>)
452
423
</term>
453
424
<listitem>
454
425
<simpara>The character used to pad to the format width.</simpara>
...
...
@@ -458,7 +429,6 @@
458
429
<varlistentry xml:id="numberformatter.constants.currency-code">
459
430
<term>
460
431
<constant>NumberFormatter::CURRENCY_CODE</constant>
461
-
(<type>integer</type>)
462
432
</term>
463
433
<listitem>
464
434
<simpara>The ISO currency code.</simpara>
...
...
@@ -468,7 +438,6 @@
468
438
<varlistentry xml:id="numberformatter.constants.default-ruleset">
469
439
<term>
470
440
<constant>NumberFormatter::DEFAULT_RULESET</constant>
471
-
(<type>integer</type>)
472
441
</term>
473
442
<listitem>
474
443
<simpara>
...
...
@@ -481,7 +450,6 @@
481
450
<varlistentry xml:id="numberformatter.constants.public-rulesets">
482
451
<term>
483
452
<constant>NumberFormatter::PUBLIC_RULESETS</constant>
484
-
(<type>integer</type>)
485
453
</term>
486
454
<listitem>
487
455
<simpara>
...
...
@@ -504,7 +472,6 @@
504
472
<varlistentry xml:id="numberformatter.constants.decimal-separator-symbol">
505
473
<term>
506
474
<constant>NumberFormatter::DECIMAL_SEPARATOR_SYMBOL</constant>
507
-
(<type>integer</type>)
508
475
</term>
509
476
<listitem>
510
477
<simpara>The decimal separator.</simpara>
...
...
@@ -514,7 +481,6 @@
514
481
<varlistentry xml:id="numberformatter.constants.grouping-separator-symbol">
515
482
<term>
516
483
<constant>NumberFormatter::GROUPING_SEPARATOR_SYMBOL</constant>
517
-
(<type>integer</type>)
518
484
</term>
519
485
<listitem>
520
486
<simpara>The grouping separator.</simpara>
...
...
@@ -524,7 +490,6 @@
524
490
<varlistentry xml:id="numberformatter.constants.pattern-separator-symbol">
525
491
<term>
526
492
<constant>NumberFormatter::PATTERN_SEPARATOR_SYMBOL</constant>
527
-
(<type>integer</type>)
528
493
</term>
529
494
<listitem>
530
495
<simpara>The pattern separator.</simpara>
...
...
@@ -534,7 +499,6 @@
534
499
<varlistentry xml:id="numberformatter.constants.percent-symbol">
535
500
<term>
536
501
<constant>NumberFormatter::PERCENT_SYMBOL</constant>
537
-
(<type>integer</type>)
538
502
</term>
539
503
<listitem>
540
504
<simpara>The percent sign.</simpara>
...
...
@@ -544,7 +508,6 @@
544
508
<varlistentry xml:id="numberformatter.constants.zero-digit-symbol">
545
509
<term>
546
510
<constant>NumberFormatter::ZERO_DIGIT_SYMBOL</constant>
547
-
(<type>integer</type>)
548
511
</term>
549
512
<listitem>
550
513
<simpara>Zero.</simpara>
...
...
@@ -554,7 +517,6 @@
554
517
<varlistentry xml:id="numberformatter.constants.digit-symbol">
555
518
<term>
556
519
<constant>NumberFormatter::DIGIT_SYMBOL</constant>
557
-
(<type>integer</type>)
558
520
</term>
559
521
<listitem>
560
522
<simpara>Character representing a digit in the pattern.</simpara>
...
...
@@ -564,7 +526,6 @@
564
526
<varlistentry xml:id="numberformatter.constants.minus-sign-symbol">
565
527
<term>
566
528
<constant>NumberFormatter::MINUS_SIGN_SYMBOL</constant>
567
-
(<type>integer</type>)
568
529
</term>
569
530
<listitem>
570
531
<simpara>The minus sign.</simpara>
...
...
@@ -574,7 +535,6 @@
574
535
<varlistentry xml:id="numberformatter.constants.plus-sign-symbol">
575
536
<term>
576
537
<constant>NumberFormatter::PLUS_SIGN_SYMBOL</constant>
577
-
(<type>integer</type>)
578
538
</term>
579
539
<listitem>
580
540
<simpara>The plus sign.</simpara>
...
...
@@ -584,7 +544,6 @@
584
544
<varlistentry xml:id="numberformatter.constants.currency-symbol">
585
545
<term>
586
546
<constant>NumberFormatter::CURRENCY_SYMBOL</constant>
587
-
(<type>integer</type>)
588
547
</term>
589
548
<listitem>
590
549
<simpara>The currency symbol.</simpara>
...
...
@@ -594,7 +553,6 @@
594
553
<varlistentry xml:id="numberformatter.constants.intl-currency-symbol">
595
554
<term>
596
555
<constant>NumberFormatter::INTL_CURRENCY_SYMBOL</constant>
597
-
(<type>integer</type>)
598
556
</term>
599
557
<listitem>
600
558
<simpara>The international currency symbol.</simpara>
...
...
@@ -604,8 +562,7 @@
604
562
<varlistentry xml:id="numberformatter.constants.monetary-separator-symbol">
605
563
<term>
606
564
<constant>NumberFormatter::MONETARY_SEPARATOR_SYMBOL</constant>
607
-
(<type>integer</type>)
608
-
</term>
565
+
</term>
609
566
<listitem>
610
567
<simpara>The monetary separator.</simpara>
611
568
</listitem>
...
...
@@ -614,7 +571,6 @@
614
571
<varlistentry xml:id="numberformatter.constants.exponential-symbol">
615
572
<term>
616
573
<constant>NumberFormatter::EXPONENTIAL_SYMBOL</constant>
617
-
(<type>integer</type>)
618
574
</term>
619
575
<listitem>
620
576
<simpara>The exponential symbol.</simpara>
...
...
@@ -624,7 +580,6 @@
624
580
<varlistentry xml:id="numberformatter.constants.permill-symbol">
625
581
<term>
626
582
<constant>NumberFormatter::PERMILL_SYMBOL</constant>
627
-
(<type>integer</type>)
628
583
</term>
629
584
<listitem>
630
585
<simpara>Per mill symbol.</simpara>
...
...
@@ -634,7 +589,6 @@
634
589
<varlistentry xml:id="numberformatter.constants.pad-escape-symbol">
635
590
<term>
636
591
<constant>NumberFormatter::PAD_ESCAPE_SYMBOL</constant>
637
-
(<type>integer</type>)
638
592
</term>
639
593
<listitem>
640
594
<simpara>Escape padding character.</simpara>
...
...
@@ -644,7 +598,6 @@
644
598
<varlistentry xml:id="numberformatter.constants.infinity-symbol">
645
599
<term>
646
600
<constant>NumberFormatter::INFINITY_SYMBOL</constant>
647
-
(<type>integer</type>)
648
601
</term>
649
602
<listitem>
650
603
<simpara>Infinity symbol.</simpara>
...
...
@@ -654,7 +607,6 @@
654
607
<varlistentry xml:id="numberformatter.constants.nan-symbol">
655
608
<term>
656
609
<constant>NumberFormatter::NAN_SYMBOL</constant>
657
-
(<type>integer</type>)
658
610
</term>
659
611
<listitem>
660
612
<simpara>Not-a-number symbol.</simpara>
...
...
@@ -664,7 +616,6 @@
664
616
<varlistentry xml:id="numberformatter.constants.significant-digit-symbol">
665
617
<term>
666
618
<constant>NumberFormatter::SIGNIFICANT_DIGIT_SYMBOL</constant>
667
-
(<type>integer</type>)
668
619
</term>
669
620
<listitem>
670
621
<simpara>Significant digit symbol.</simpara>
...
...
@@ -674,7 +625,6 @@
674
625
<varlistentry xml:id="numberformatter.constants.monetary-grouping-separator-symbol">
675
626
<term>
676
627
<constant>NumberFormatter::MONETARY_GROUPING_SEPARATOR_SYMBOL</constant>
677
-
(<type>integer</type>)
678
628
</term>
679
629
<listitem>
680
630
<simpara>The monetary grouping separator.</simpara>
...
...
@@ -693,7 +643,6 @@
693
643
<varlistentry xml:id="numberformatter.constants.round-ceiling">
694
644
<term>
695
645
<constant>NumberFormatter::ROUND_CEILING</constant>
696
-
(<type>integer</type>)
697
646
</term>
698
647
<listitem>
699
648
<simpara>Rounding mode to round towards positive infinity.</simpara>
...
...
@@ -703,7 +652,6 @@
703
652
<varlistentry xml:id="numberformatter.constants.round-down">
704
653
<term>
705
654
<constant>NumberFormatter::ROUND_DOWN</constant>
706
-
(<type>integer</type>)
707
655
</term>
708
656
<listitem>
709
657
<simpara>Rounding mode to round towards zero.</simpara>
...
...
@@ -713,7 +661,6 @@
713
661
<varlistentry xml:id="numberformatter.constants.round-floor">
714
662
<term>
715
663
<constant>NumberFormatter::ROUND_FLOOR</constant>
716
-
(<type>integer</type>)
717
664
</term>
718
665
<listitem>
719
666
<simpara>Rounding mode to round towards negative infinity.</simpara>
...
...
@@ -723,7 +670,6 @@
723
670
<varlistentry xml:id="numberformatter.constants.round-halfdown">
724
671
<term>
725
672
<constant>NumberFormatter::ROUND_HALFDOWN</constant>
726
-
(<type>integer</type>)
727
673
</term>
728
674
<listitem>
729
675
<simpara>
...
...
@@ -736,7 +682,6 @@
736
682
<varlistentry xml:id="numberformatter.constants.round-halfeven">
737
683
<term>
738
684
<constant>NumberFormatter::ROUND_HALFEVEN</constant>
739
-
(<type>integer</type>)
740
685
</term>
741
686
<listitem>
742
687
<simpara>
...
...
@@ -750,7 +695,6 @@
750
695
<varlistentry xml:id="numberformatter.constants.round-halfup">
751
696
<term>
752
697
<constant>NumberFormatter::ROUND_HALFUP</constant>
753
-
(<type>integer</type>)
754
698
</term>
755
699
<listitem>
756
700
<simpara>
...
...
@@ -763,7 +707,6 @@
763
707
<varlistentry xml:id="numberformatter.constants.round-up">
764
708
<term>
765
709
<constant>NumberFormatter::ROUND_UP</constant>
766
-
(<type>integer</type>)
767
710
</term>
768
711
<listitem>
769
712
<simpara>Rounding mode to round away from zero.</simpara>
...
...
@@ -782,7 +725,6 @@
782
725
<varlistentry xml:id="numberformatter.constants.pad-after-prefix">
783
726
<term>
784
727
<constant>NumberFormatter::PAD_AFTER_PREFIX</constant>
785
-
(<type>integer</type>)
786
728
</term>
787
729
<listitem>
788
730
<simpara>Pad characters inserted after the prefix.</simpara>
...
...
@@ -792,7 +734,6 @@
792
734
<varlistentry xml:id="numberformatter.constants.pad-after-suffix">
793
735
<term>
794
736
<constant>NumberFormatter::PAD_AFTER_SUFFIX</constant>
795
-
(<type>integer</type>)
796
737
</term>
797
738
<listitem>
798
739
<simpara>Pad characters inserted after the suffix.</simpara>
...
...
@@ -802,7 +743,6 @@
802
743
<varlistentry xml:id="numberformatter.constants.pad-before-prefix">
803
744
<term>
804
745
<constant>NumberFormatter::PAD_BEFORE_PREFIX</constant>
805
-
(<type>integer</type>)
806
746
</term>
807
747
<listitem>
808
748
<simpara>Pad characters inserted before the prefix.</simpara>
...
...
@@ -812,7 +752,6 @@
812
752
<varlistentry xml:id="numberformatter.constants.pad-before-suffix">
813
753
<term>
814
754
<constant>NumberFormatter::PAD_BEFORE_SUFFIX</constant>
815
-
(<type>integer</type>)
816
755
</term>
817
756
<listitem>
818
757
<simpara>Pad characters inserted before the suffix.</simpara>
819
758