Searched refs:QUOTERS (Results 1 – 1 of 1) sorted by relevance
38 private static final UnicodeSet QUOTERS = new UnicodeSet().add(QUOTE).add(BSLASH); field in Tokenizer49 "]").removeAll(QUOTERS).remove('$');61 if (syntax.containsSome(QUOTERS) || syntax.containsSome(whiteSpace)) { in fixSets()62 syntax = ((UnicodeSet) syntax.clone()).removeAll(QUOTERS).removeAll(whiteSpace); in fixSets()64 if (whiteSpace.containsSome(QUOTERS)) { in fixSets()65 whiteSpace = ((UnicodeSet) whiteSpace.clone()).removeAll(QUOTERS); in fixSets()