Lines Matching refs:FieldPosition
93 * FieldPosition pos(DateFormat::YEAR_FIELD);
136 * FieldPosition to allow you to
242 FieldPosition& pos,
268 * On input, the FieldPosition parameter may have its "field" member filled with
269 * an enum value specifying a field. On output, the FieldPosition will be filled
272 * "1996.07.10 AD at 15:08:56 PDT", if the given fieldPosition.field is
273 * UDAT_YEAR_FIELD, the offsets fieldPosition.beginIndex and
280 * DateFormat::TIMEZONE_FIELD, the offsets fieldPosition.beginIndex and
281 * fieldPosition.getEndIndex will be set to 5 and 8, respectively, for the first
292 * @param fieldPosition On input: an alignment field, if desired (see examples above)
299 FieldPosition& fieldPosition) const = 0;
326 * On input, the FieldPosition parameter may have its "field" member filled with
327 * an enum value specifying a field. On output, the FieldPosition will be filled
330 * "1996.07.10 AD at 15:08:56 PDT", if the given fieldPosition.field is
331 * UDAT_YEAR_FIELD, the offsets fieldPosition.beginIndex and
338 * DateFormat::TIMEZONE_FIELD, the offsets fieldPosition.beginIndex and
339 * fieldPosition.getEndIndex will be set to 5 and 8, respectively, for the first
345 * @param fieldPosition On input: an alignment field, if desired (see examples above)
352 FieldPosition& fieldPosition) const;
374 * FieldPosition& to detect formatting problems.
824 * Field selector for FieldPosition for DateFormat fields.