Searched refs:dayPattern (Results 1 – 1 of 1) sorted by relevance
204 … static Pattern dayPattern = PatternCache.get("([0-9]+)|(last)([a-z]+)|([a-z]+)([<=>]+)([0-9]+)"); field in ZoneParser215 Matcher matcher = dayPattern.matcher(value); in Day()