Searched refs:SEMI_SPLIT (Results 1 – 2 of 2) sorted by relevance
534 public final static Pattern SEMI_SPLIT = PatternCache.get("\\s*;\\s*"); field in FileUtilities539 return line.isEmpty() ? null : SEMI_SPLIT.split(line); in cleanSemiFields()
69 public final static Pattern SEMI_SPLIT = PatternCache.get("\\s*;\\s*"); field in CldrUtility1412 return line.isEmpty() ? null : SEMI_SPLIT.split(line); in cleanSemiFields()