Home
last modified time | relevance | path

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

/libcore/ojluni/src/main/java/java/text/
DMessageFormat.java462 part = SEG_INDEX; in applyPattern()
463 if (segments[SEG_INDEX] == null) { in applyPattern()
464 segments[SEG_INDEX] = new StringBuilder(); in applyPattern()
496 segments[SEG_INDEX] = null; in applyPattern()
1385 private static final int SEG_INDEX = 1; field in MessageFormat
1452 argumentNumber = Integer.parseInt(segments[SEG_INDEX]); // always unlocalized! in makeFormat()
1455 + segments[SEG_INDEX], e); in makeFormat()