Searched refs:SEPARATORS (Results 1 – 2 of 2) sorted by relevance
93 protected static final String SEPARATORS = WHITESPACE + ":=" + ","; field in Scanner127 return (c == -1 || SEPARATORS.indexOf(c) != -1); in isSeparator()
152403 public static final java.lang.String SEPARATORS