Searched refs:matchesPart (Results 1 – 1 of 1) sorted by relevance
665 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