Searched refs:RELATIVE_DATE (Results 1 – 1 of 1) sorted by relevance
545 …static final Pattern RELATIVE_DATE = PatternCache.get("®([a-z]+(?:-[a-z]+)?)+(-[a-z]+)?([+-]?\\d+)… field in DateTimeFormats556 Matcher m = RELATIVE_DATE.matcher(skeleton); in RelativePattern()