Home | History | Annotate | Download | only in unicode

Lines Matching refs:FieldPosition

84  *      FieldPosition pos(DateFormat::YEAR_FIELD);
127 * FieldPosition to allow you to
233 FieldPosition& pos,
259 * On input, the FieldPosition parameter may have its "field" member filled with
260 * an enum value specifying a field. On output, the FieldPosition will be filled
263 * "1996.07.10 AD at 15:08:56 PDT", if the given fieldPosition.field is
264 * UDAT_YEAR_FIELD, the offsets fieldPosition.beginIndex and
271 * DateFormat::TIMEZONE_FIELD, the offsets fieldPosition.beginIndex and
272 * fieldPosition.getEndIndex will be set to 5 and 8, respectively, for the first
283 * @param fieldPosition On input: an alignment field, if desired (see examples above)
290 FieldPosition& fieldPosition) const = 0;
317 * On input, the FieldPosition parameter may have its "field" member filled with
318 * an enum value specifying a field. On output, the FieldPosition will be filled
321 * "1996.07.10 AD at 15:08:56 PDT", if the given fieldPosition.field is
322 * UDAT_YEAR_FIELD, the offsets fieldPosition.beginIndex and
329 * DateFormat::TIMEZONE_FIELD, the offsets fieldPosition.beginIndex and
330 * fieldPosition.getEndIndex will be set to 5 and 8, respectively, for the first
336 * @param fieldPosition On input: an alignment field, if desired (see examples above)
343 FieldPosition& fieldPosition) const;
365 * FieldPosition& to detect formatting problems.
730 * Field selector for FieldPosition for DateFormat fields.