Searched refs:applyPattern (Results 1 - 14 of 14) sorted by relevance

/openjdk7/jdk/test/sun/text/resources/Format/
H A DBug4395196.java45 sdf.applyPattern("yyyy. M. d a h:mm");
51 sdf.applyPattern("yyyy'\ub144' M'\uc6d4' d'\uc77c' '('EE')' a h:mm:ss");
57 sdf.applyPattern("yyyy. M. d a h'\uc2dc' mm'\ubd84' ss'\ucd08'");
63 sdf.applyPattern("yy. M. d a h'\uc2dc' mm'\ubd84' ss'\ucd08' z");
H A DBug4762201.java45 sdf.applyPattern("ah:mm"); // short time pattern
48 sdf.applyPattern("H:mm:ss"); // medium time pattern
51 sdf.applyPattern("ahh'\u65f6'mm'\u5206'ss'\u79d2'"); // long time pattern
54 sdf.applyPattern("ahh'\u65f6'mm'\u5206'ss'\u79d2' z"); // full time pattern
/openjdk7/jdk/src/share/demo/applets/Clock/
H A DClock.java114 formatter.applyPattern("s");
120 formatter.applyPattern("m");
126 formatter.applyPattern("h");
146 formatter.applyPattern("EEE MMM dd HH:mm:ss yyyy");
/openjdk7/jdk/test/java/text/Format/DateFormat/
H A DBug6609750.java63 sdf.applyPattern(patterns[patternNo]);
H A DISO8601ZoneTest.java226 sdf.applyPattern(fmt);
227 throw new RuntimeException("applyPattern didn't throw an exception: fmt=" + fmt);
H A DBug4823811.java404 dfEG.applyPattern(patternUS);
405 dfUS.applyPattern(patternEG);
/openjdk7/jdk/src/share/classes/java/text/
H A DChoiceFormat.java176 public void applyPattern(String newPattern) { method in class:ChoiceFormat
308 * @see #applyPattern
311 applyPattern(newPattern);
H A DMessageFormat.java291 * form.applyPattern(
363 applyPattern(pattern);
381 applyPattern(pattern);
388 * <li>to the {@link #applyPattern applyPattern}
391 * <code>applyPattern</code> method, as well as
425 public void applyPattern(String pattern) { method in class:MessageFormat
H A DDecimalFormat.java83 * <code>applyPattern()</code>, or indirectly using the API methods. The
408 // Always applyPattern after the symbols are set
410 applyPattern(pattern, false);
433 // Always applyPattern after the symbols are set
435 applyPattern(pattern, false);
461 // Always applyPattern after the symbols are set
463 applyPattern(pattern, false);
1954 * @see #applyPattern
1963 * @see #applyPattern
2303 public void applyPattern(Strin method in class:DecimalFormat
2336 private void applyPattern(String pattern, boolean localized) { method in class:DecimalFormat
[all...]
H A DSimpleDateFormat.java74 * using the <code>applyPattern</code> methods as desired.
338 * SimpleDateFormat} or {@linkplain #applyPattern(String) applying a
2197 public void applyPattern(String pattern) method in class:SimpleDateFormat
/openjdk7/jdk/src/share/classes/sun/text/normalizer/
H A DUnicodeSet.java72 * <code>applyPattern()</code>/<code>toPattern()</code> API from the
75 * of the set, the method <code>applyPattern()</code> sets all
82 * <code>applyPattern()</code> methods and returned by the
306 * applyPattern(), with variables substituted and whitespace
307 * removed. For sets constructed without applyPattern(), or
361 applyPattern(pattern, null, null, IGNORE_SPACE);
387 public final UnicodeSet applyPattern(String pattern) { method in class:UnicodeSet
388 return applyPattern(pattern, null, null, IGNORE_SPACE);
439 * a cleaned version of the string passed to applyPattern(), if there
478 * passed to applyPattern()
924 UnicodeSet applyPattern(String pattern, method in class:UnicodeSet
974 void applyPattern(RuleCharacterIterator chars, SymbolTable symbols, method in class:UnicodeSet
[all...]
H A DNormalizerImpl.java2392 set.applyPattern("[:^Age=3.2:]");
/openjdk7/jdk/src/share/classes/com/sun/tools/example/debug/tty/
H A DMessageOutput.java91 messageFormat.applyPattern (textResources.getString(key));
/openjdk7/jaxp/src/com/sun/org/apache/xalan/internal/lib/
H A DExsltDatetime.java902 dateFormat.applyPattern(formatOut);

Completed in 132 milliseconds