Searched refs:SEPARATORS (Results 1 – 5 of 5) sorted by relevance
105 private static final CharMatcher SEPARATORS = CharMatcher.anyOf("$#"); field in DebugWriter.LogFormatter132 if (SEPARATORS.matchesAnyOf(methodName)) { in plainMethodName()133 methodName = methodName.substring(0, SEPARATORS.indexIn(methodName)); in plainMethodName()
75 public final static String SEPARATORS = " ;,:@()<>\\\"/[]?={}\t"; field in BasicHeaderValueFormatter429 return SEPARATORS.indexOf(ch) >= 0; in isSeparator()
188 private static final UnicodeSet SEPARATORS = new UnicodeSet().addAll(separator).freeze(); field in LanguageTagParser676 if (SEPARATORS.containsSome(language)) { in setLanguage()
525 /* SEPARATORS */
3504 field @Deprecated public static final String SEPARATORS = " ;,:@()<>\\\"/[]?={}\t";