Home
last modified time | relevance | path

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

/external/cldr/tools/java/org/unicode/cldr/util/
DTimezoneFormatter.java665 String zoneId = matchesPart(path, prefix, "\"]/exemplarCity"); in buildParsingInfo()
671 zoneId = matchesPart(path, prefix, zoneTypes[i]); in buildParsingInfo()
697 String countryCode = matchesPart(path, countryPrefix, "\"]"); in buildParsingInfo()
731 private String matchesPart(String input, String prefix, String suffix) { in matchesPart() method