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

/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 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
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...]
/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...]

Completed in 47 milliseconds