Lines Matching refs:format

34 //! Locale data number format creation must match these values!
38 Number format indices to be passed as the index argument to
43 <p> Each locale can support up to about 5000 arbitrary format
45 <b>MUST</b> support some predefined format codes. These predefined
46 format codes are accessed through indices as the following, and
47 the locale data format code definitions in
69 <p> Some names of date format constants indicate a special
89 <dd> The format code was hard defined, only the date separator
98 /// Start of simple numerical formats (first format)
100 /// The "General" standard format
110 /// #,##0.00 <br/> In SO5/Win this format was retrieved from the Regional Settings
112 /// End of simple numerical formats (last format)
116 /// Start of Scientific formats (first format)
122 /// End of Scientific formats (last format)
126 /// Start of Percent formats (first format)
128 /// 0% <br/>Percentage format, rounded to integer
130 /// 0.00% <br/>Percentage format, rounded to 2 decimals
132 /// End of Percent formats (last format)
136 /// Start of Fraction formats (first format)
142 /// End of Fraction formats (last format)
146 /// Start of Currency formats (first format)
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
160 /// End of Currency formats (last format)
164 /// Start of Date formats (first format)
174 format is forced in order to always edit the full century. */
210 /// End of Date formats (last format)
214 /// Start of Time formats (first format)
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
230 /// End of Time formats (last format)
234 /// Start of DateTime formats (first format)
236 /// 08.10.97 01:23 Date/time format
238 /** 08.10.1997 01:23:45 Date/time format with second
240 format is forced in order to always edit the full century. */
242 /// End of DateTime formats (last format)
247 BOOLEAN format
251 formatter. If you want to access this format you <b>MUST</b>
258 Text format
262 formatter. If you want to access this format you <b>MUST</b>
268 /// count of built-in format codes.