Lines Matching refs:br

49     entries in the form <br/>
51 <code>&lt;FormatElement formatindex="0"&gt;</code> <br/>
59 used internally by the number formatter. </p> <br/>
102 /// 0 <br/>Integer number
104 /// 0.00 <br/>Decimal number with 2 decimals
106 /// #,##0 <br/>Integer number with group separator
108 /// #,##0.00 <br/>Decimal number with group separator
110 /// #,##0.00 <br/> In SO5/Win this format was retrieved from the Regional Settings
118 /// 0.00E+000 <br/>Number in scientific notation with exponent in 3 digit placeholders
120 /// 0.00E+00 <br/>Number in scientific notation with exponent in 2 digit placeholders
128 /// 0% <br/>Percentage format, rounded to integer
130 /// 0.00% <br/>Percentage format, rounded to 2 decimals
138 /// # ?/? <br/>Number with decimal in fraction in 1 digit placeholder
140 /// # ??/?? <br/>Number with decimal in fraction in 2 digit placeholders
148 /// #,##0 DM <br/>Integer currency format with group separator
150 /// #,##0.00 DM <br/>Decimal currency format with group separator
152 /// #,##0 DM <br/>Integer currency format with negative in red
154 /// #,##0.00 DM <br/>Decimal currency format with negative in red
156 /// #,##0.00 DEM <br/>Currency in ISO-4217 abbreviation format
158 /// #,##0.-- DM <br/>Currency format with dash representing 0 in decimals
166 /// 08.10.97 <br/> see also DATE_SYSTEM_... <a href="#SYSTEM">explanation</a>
168 /// Wednesday, 8. October 1997 <br/> see also DATE_SYSTEM_... <a href="#SYSTEM">explanation</a>
170 /// 08.10.97 <br/> see also DATE_SYS_... <a href="#SYS">explanation</a>
172 /** 08.10.1997 <br/> see also DATE_SYS_... <a href="#SYS">explanation</a>
173 <br/><b>Note:</b> When editing already existing date data this
176 /// 8. Oct 97 <br/> see also DATE_SYS_... <a href="#SYS">explanation</a>
178 /// 8. Oct 1997 <br/> see also DATE_SYS_... <a href="#SYS">explanation</a>
180 /// 8. Oct. 1997 <br/> DIN/EN
182 /// 8. October 1997 <br/> see also DATE_SYS_... <a href="#SYS">explanation</a>
184 /// 8. October 1997 <br/> DIN/EN
186 /// Wed, 8. Oct 97 <br/> see also DATE_SYS_... <a href="#SYS">explanation</a>
188 /// Wed 08.Oct 97 <br/> see also DATE_DEF_... <a href="#DEF">explanation</a>
190 /// Wed, 8. October 1997 <br/> see also DATE_SYS_... <a href="#SYS">explanation</a>
194 /// 10-08 <br/> DIN/EN
196 /// 97-10-08 <br/> DIN/EN/ISO
198 /// 1997-10-08 <br/> DIN/EN/ISO
200 /// 10.97 <br/> see also DATE_SYS_... <a href="#SYS">explanation</a>
202 /// 08.Oct <br/> see also DATE_SYS_... <a href="#SYS">explanation</a>
216 /// HH:MM <br/>Time format with hour and minute
218 /// HH:MM:SS <br/>Time format with hour, minute and second
220 /// HH:MM AM/PM <br/>Time format with hour, minute and morning/afternoon notation
222 /// HH:MM:SS AM/PM <br/>Time format with hour, minute, second and morning/afternoon notation
224 /// [HH]:MM:SS <br/>Time format with amount of hours
226 /// MM:SS,00 <br/>Time format with second in fraction
228 /// [HH]:MM:SS,00 <br/>Time format with amount of hours and seconds with fraction
239 <br/><b>Note:</b> When editing already existing date/time data this