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

/libcore/luni/src/main/java/java/text/
H A DChoiceFormat.java415 public String toPattern() { method in class:ChoiceFormat
425 // Hack to make the output of toPattern parseable by another ChoiceFormat.
H A DMessageFormat.java1069 * {@code toPattern}, {@code format} and {@code formatToCharacterIterator}.
1083 .toPattern(), new DecimalFormatSymbols(locale));
1090 .toPattern(), locale);
1110 return ((DecimalFormat) format).toPattern();
1141 return ((SimpleDateFormat) format).toPattern();
1151 public String toPattern() { method in class:MessageFormat
1161 pattern = ((ChoiceFormat) format).toPattern();
H A DDecimalFormat.java1065 public String toPattern() { method in class:DecimalFormat
1066 return ndf.toPattern();
H A DSimpleDateFormat.java1343 public String toPattern() { method in class:SimpleDateFormat
/libcore/luni/src/main/java/libcore/icu/
H A DNativeDecimalFormat.java232 return obj.toPattern().equals(this.toPattern()) &&
248 return getClass().getName() + "[\"" + toPattern() + "\"" +
391 public String toPattern() { method in class:NativeDecimalFormat

Completed in 51 milliseconds