Searched refs:findStartsWith (Results 1 – 1 of 1) sorted by relevance
/external/cldr/tools/java/org/unicode/cldr/util/ |
D | ZoneParser.java | 196 static int findStartsWith(String value, String[] array, boolean exact) { in findStartsWith() method in ZoneParser 224 weekDay = findStartsWith(matcher.group(3), weekdays, false); in Day() 230 weekDay = findStartsWith(matcher.group(4), weekdays, false); in Day() 231 relation = (byte) findStartsWith(matcher.group(5), relations, false); in Day() 348 month = 1 + findStartsWith((String) l.get(3), months, false); in RuleLine() 454 untilMonth = 1 + findStartsWith((String) l.get(4), months, false); // fall through in ZoneLine()
|