Home
last modified time | relevance | path

Searched refs:QUOTERS (Results 1 – 1 of 1) sorted by relevance

/external/cldr/tools/java/org/unicode/cldr/util/
DTokenizer.java38 private static final UnicodeSet QUOTERS = new UnicodeSet().add(QUOTE).add(BSLASH); field in Tokenizer
49 "]").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()