Searched refs:timeNoZonePattern (Results 1 – 1 of 1) sorted by relevance
65 private static final Pattern timeNoZonePattern = Pattern.compile("^(\\d+:){2}\\d+.\\d+$"); field in StringUtils107 couplings.add(new PatternCouplings(timeNoZonePattern, timeNoZoneFormatter)); in couplings.add() argument