Home
last modified time | relevance | path

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

/external/smack/src/org/jivesoftware/smack/util/
DStringUtils.java70 private static final Pattern timeNoMillisNoZonePattern = Pattern.compile("^(\\d+:){2}\\d+$"); field in StringUtils
109 couplings.add(new PatternCouplings(timeNoMillisNoZonePattern, timeNoMillisNoZoneFormatter)); in couplings.add() argument