Home
last modified time | relevance | path

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

/libcore/ojluni/src/main/java/java/text/
DMessageFormat.java478 if (part < SEG_MODIFIER) { in applyPattern()
498 segments[SEG_MODIFIER] = null; in applyPattern()
1387 private static final int SEG_MODIFIER = 3; // modifier or subformat field in MessageFormat
1491 switch (findKeyword(segments[SEG_MODIFIER], NUMBER_MODIFIER_KEYWORDS)) { in makeFormat()
1506 newFormat = new DecimalFormat(segments[SEG_MODIFIER], in makeFormat()
1518 int mod = findKeyword(segments[SEG_MODIFIER], DATE_TIME_MODIFIER_KEYWORDS); in makeFormat()
1530 newFormat = new SimpleDateFormat(segments[SEG_MODIFIER], locale); in makeFormat()
1541 newFormat = new ChoiceFormat(segments[SEG_MODIFIER]); in makeFormat()
1545 + segments[SEG_MODIFIER], e); in makeFormat()