Searched defs:formatted (Results 1 - 5 of 5) sorted by relevance

/openjdk7/jdk/src/share/classes/java/text/
H A DCharacterIteratorFieldDelegate.java38 * Array of AttributeStrings. Whenever <code>formatted</code> is invoked
40 * attributedStrings. Subsequent invocations of <code>formatted</code>
56 public void formatted(Format.Field attr, Object value, int start, int end, method in class:CharacterIteratorFieldDelegate
95 public void formatted(int fieldID, Format.Field attr, Object value, method in class:CharacterIteratorFieldDelegate
97 formatted(attr, value, start, end, buffer);
102 * to iterate over the resulting formatted String.
H A DFormat.java55 * any string formatted by its <code>format</code> method. However, there may
111 * fields in the formatted output. These constants are used to create a FieldPosition
113 * position in the formatted result. These constants should be named
170 * in the formatted text
172 * with formatted text appended
202 * @return AttributedCharacterIterator describing the formatted value.
366 * storage of the individual sections of the formatted String for
378 * Notified when a particular region of the String is formatted. This
386 * @param buffer Contains current formatted value, receiver should
389 public void formatted(Forma method in interface:Format.FieldDelegate
403 public void formatted(int fieldID, Format.Field attr, Object value, method in interface:Format.FieldDelegate
[all...]
H A DFieldPosition.java43 * and its subclasses to identify fields in formatted output. Fields can
54 * field within the formatted output with two indices: the index
63 * formatted output (such as the position of a field).
67 * formatted string use the <code>Format</code> method
280 * is true, and <code>formatted</code> is invoked, the begin/end
285 public void formatted(Format.Field attr, Object value, int start, method in class:FieldPosition.Delegate
294 public void formatted(int fieldID, Format.Field attr, Object value, method in class:FieldPosition.Delegate
/openjdk7/jdk/test/java/util/PluggableLocale/
H A DCurrencyNameProviderTest.java111 String formatted; field in class:CurrencyNameProviderTest
117 System.out.println(formatted = df.format(i));
118 if(!formatted.equals(YEN_IN_OSAKA)) {
119 throw new RuntimeException("formatted zone names mismatch. " +
127 System.out.println(formatted = df.format(i));
128 if(!formatted.equals(YEN_IN_KYOTO)) {
129 throw new RuntimeException("formatted zone names mismatch. " +
/openjdk7/langtools/test/tools/javac/T5090006/
H A Dbroken.jar ... void failSame (java.lang.String) String message String formatted private static void failNotSame (java.lang.String, java ...

Completed in 108 milliseconds