Home | History | Annotate | Download | only in base

Lines Matching defs:charSet

157     Set<Character> charSet = Collections.emptySet();
164 if (charSet.isEmpty()) {
165 charSet = new HashSet<Character>();
167 charSet.add(c);
178 } else if (charSet.contains(c)) {