Home
last modified time | relevance | path

Searched refs:DATE_TIME_MODIFIERS (Results 1 – 1 of 1) sorted by relevance

/libcore/ojluni/src/main/java/java/text/
DMessageFormat.java553 for (index = MODIFIER_DEFAULT; index < DATE_TIME_MODIFIERS.length; index++) { in toPattern()
554 DateFormat df = DateFormat.getDateInstance(DATE_TIME_MODIFIERS[index], in toPattern()
560 df = DateFormat.getTimeInstance(DATE_TIME_MODIFIERS[index], in toPattern()
567 if (index >= DATE_TIME_MODIFIERS.length) { in toPattern()
1402 private static final int[] DATE_TIME_MODIFIERS = { field in MessageFormat
1491 newFormat = DateFormat.getDateInstance(DATE_TIME_MODIFIERS[mod], in makeFormat()
1494 newFormat = DateFormat.getTimeInstance(DATE_TIME_MODIFIERS[mod], in makeFormat()