File tree Expand file tree Collapse file tree 4 files changed +93
-15
lines changed Expand file tree Collapse file tree 4 files changed +93
-15
lines changed Original file line number Diff line number Diff line change 145
145
146
146
<refsect1 role =" changelog" >
147
147
&reftitle.changelog;
148
- <para >
149
- <informaltable >
150
- <tgroup cols =" 2" >
151
- <thead >
152
- <row >
153
- <entry >&Version; </entry >
154
- <entry >&Description; </entry >
155
- </row >
156
- </thead >
157
- <tbody >
158
- &return.type.true;
159
- </tbody >
160
- </tgroup >
161
- </informaltable >
162
- </para >
148
+ <informaltable >
149
+ <tgroup cols =" 2" >
150
+ <thead >
151
+ <row >
152
+ <entry >&Version; </entry >
153
+ <entry >&Description; </entry >
154
+ </row >
155
+ </thead >
156
+ <tbody >
157
+ &return.type.true;
158
+ <row >
159
+ <entry >8.4.0</entry >
160
+ <entry >
161
+ This had been deprecated in favor of the methods
162
+ <methodname >IntlCalendar::setDate</methodname > and
163
+ <methodname >IntlCalendar::setDateTime</methodname >.
164
+ </entry >
165
+ </row >
166
+ </tbody >
167
+ </tgroup >
168
+ </informaltable >
163
169
</refsect1 >
164
170
165
171
<refsect1 role =" examples" >
Original file line number Diff line number Diff line change 107
107
</variablelist >
108
108
</refsect1 >
109
109
110
+ <refsect1 role =" changelog" >
111
+ &reftitle.changelog;
112
+ <informaltable >
113
+ <tgroup cols =" 2" >
114
+ <thead >
115
+ <row >
116
+ <entry >&Version; </entry >
117
+ <entry >&Description; </entry >
118
+ </row >
119
+ </thead >
120
+ <tbody >
121
+ <row >
122
+ <entry >8.4.0</entry >
123
+ <entry >
124
+ This had been deprecated in favor of the methods
125
+ <methodname >IntlGregorianCalendar::createFromDate</methodname > and
126
+ <methodname >IntlGregorianCalendar::createFromDateTime</methodname >.
127
+ </entry >
128
+ </row >
129
+ </tbody >
130
+ </tgroup >
131
+ </informaltable >
132
+ </refsect1 >
133
+
110
134
</refentry >
111
135
112
136
<!-- Keep this comment at the end of the file
Original file line number Diff line number Diff line change 641
641
and <function >numfmt_set_attribute</function > with
642
642
<constant >NumberFormatter::ROUNDING_MODE</constant > attribute.
643
643
<variablelist >
644
+
645
+ <varlistentry xml : id =" numberformatter.constants.round-away-from-zero" >
646
+ <term >
647
+ <constant >NumberFormatter::ROUND_AWAY_FROM_ZERO</constant >
648
+ </term >
649
+ <listitem >
650
+ <simpara >&Alias; <constant >NumberFormatter::ROUND_UP</constant >.</simpara >
651
+ </listitem >
652
+ </varlistentry >
653
+
644
654
<varlistentry xml : id =" numberformatter.constants.round-ceiling" >
645
655
<term >
646
656
<constant >NumberFormatter::ROUND_CEILING</constant >
693
703
</listitem >
694
704
</varlistentry >
695
705
706
+ <varlistentry xml : id =" numberformatter.constants.round-halfodd" >
707
+ <term >
708
+ <constant >NumberFormatter::ROUND_HALFODD</constant >
709
+ </term >
710
+ <listitem >
711
+ <simpara >
712
+ Rounding mode to round towards the "odd neighbor".
713
+ </simpara >
714
+ </listitem >
715
+ </varlistentry >
716
+
696
717
<varlistentry xml : id =" numberformatter.constants.round-halfup" >
697
718
<term >
698
719
<constant >NumberFormatter::ROUND_HALFUP</constant >
705
726
</listitem >
706
727
</varlistentry >
707
728
729
+ <varlistentry xml : id =" numberformatter.constants.round-towards-zero" >
730
+ <term >
731
+ <constant >NumberFormatter::ROUND_TOWARDS_ZERO</constant >
732
+ </term >
733
+ <listitem >
734
+ <simpara >&Alias; <constant >NumberFormatter::ROUND_DOWN</constant >.</simpara >
735
+ </listitem >
736
+ </varlistentry >
737
+
708
738
<varlistentry xml : id =" numberformatter.constants.round-up" >
709
739
<term >
710
740
<constant >NumberFormatter::ROUND_UP</constant >
Original file line number Diff line number Diff line change 130
130
<type >int</type >
131
131
<varname linkend =" numberformatter.constants.default-style" >NumberFormatter::DEFAULT_STYLE</varname >
132
132
</fieldsynopsis >
133
+ <fieldsynopsis >
134
+ <modifier >public</modifier >
135
+ <modifier >const</modifier >
136
+ <type >int</type >
137
+ <varname linkend =" numberformatter.constants.round-away-from-zero" >NumberFormatter::ROUND_AWAY_FROM_ZERO</varname >
138
+ </fieldsynopsis >
133
139
<fieldsynopsis >
134
140
<modifier >public</modifier >
135
141
<modifier >const</modifier >
148
154
<type >int</type >
149
155
<varname linkend =" numberformatter.constants.round-down" >NumberFormatter::ROUND_DOWN</varname >
150
156
</fieldsynopsis >
157
+ <fieldsynopsis >
158
+ <modifier >public</modifier >
159
+ <modifier >const</modifier >
160
+ <type >int</type >
161
+ <varname linkend =" numberformatter.constants.round-towards-zero" >NumberFormatter::ROUND_TOWARDS_ZERO</varname >
162
+ </fieldsynopsis >
151
163
<fieldsynopsis >
152
164
<modifier >public</modifier >
153
165
<modifier >const</modifier >
166
178
<type >int</type >
167
179
<varname linkend =" numberformatter.constants.round-halfdown" >NumberFormatter::ROUND_HALFDOWN</varname >
168
180
</fieldsynopsis >
181
+ <fieldsynopsis >
182
+ <modifier >public</modifier >
183
+ <modifier >const</modifier >
184
+ <type >int</type >
185
+ <varname linkend =" numberformatter.constants.round-halfodd" >NumberFormatter::ROUND_HALFODD</varname >
186
+ </fieldsynopsis >
169
187
<fieldsynopsis >
170
188
<modifier >public</modifier >
171
189
<modifier >const</modifier >
You can’t perform that action at this time.
0 commit comments