Lines Matching full:code
39 * <code>FieldPosition</code> is a simple class used by <code>Format</code>
41 * identified by constants, whose names typically end with <code>_FIELD</code>,
42 * defined in the various subclasses of <code>Format</code>. See
43 * <code>ERA_FIELD</code> and its friends in <code>DateFormat</code> for
47 * <code>FieldPosition</code> keeps track of the position of the
53 * One version of the <code>format</code> method in the various
54 * <code>Format</code> classes requires a <code>FieldPosition</code>
55 * object as an argument. You use this <code>format</code> method
62 * Below is an example of using <code>FieldPosition</code> to aid
66 * \code
91 * The code will generate the following output:
93 * \code