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