Home | History | Annotate | Download | only in text

Lines Matching defs:Field

112  * object which identifies what information is contained in the field and its
115 * the field. For examples of these constants, see <code>ERA_FIELD</code> and its
163 * If the <code>pos</code> argument identifies a field used by the format,
165 * field encountered.
169 * @param pos A <code>FieldPosition</code> identifying a field
189 * <code>Field</code>. It is up to each <code>Format</code> implementation
343 * field identifiers in <code>FieldPosition</code>.
347 public static class Field extends AttributedCharacterIterator.Attribute {
353 * Creates a Field with the specified name.
357 protected Field(String name) {
379 * method will be invoked if there is no corresponding integer field id
382 * @param attr Identifies the field matched
383 * @param value Value associated with the field
384 * @param start Beginning location of the field, will be >= 0
385 * @param end End of the field, will be >= start and <= buffer.length()
389 public void formatted(Format.Field attr, Object value, int start,
395 * @param fieldID Identifies the field by integer
396 * @param attr Identifies the field matched
397 * @param value Value associated with the field
398 field, will be >= 0
399 * @param end End of the field, will be >= start and <= buffer.length()
403 public void formatted(int fieldID, Format.Field attr, Object value,