Home
last modified time | relevance | path

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

/libcore/ojluni/src/main/java/java/text/
DMessageFormat.java1483 int type = findKeyword(segments[SEG_TYPE], TYPE_KEYWORDS); in makeFormat()
1491 switch (findKeyword(segments[SEG_MODIFIER], NUMBER_MODIFIER_KEYWORDS)) { in makeFormat()
1518 int mod = findKeyword(segments[SEG_MODIFIER], DATE_TIME_MODIFIER_KEYWORDS); in makeFormat()
1558 private static final int findKeyword(String s, String[] list) { in findKeyword() method in MessageFormat