Searched defs:toQuote (Results 1 – 3 of 3) sorted by relevance
40 private UnicodeSet toQuote = new UnicodeSet(PATTERN_WHITESPACE); field in UnicodeSetPrettyPrinter105 public UnicodeSetPrettyPrinter setToQuote(UnicodeSet toQuote) { in setToQuote()
140 auto quote = [](std::string toQuote) { return '"' + toQuote + '"'; }; in __anonda3c65fc0402()
236 private static final UnicodeSet toQuote = (UnicodeSet) new UnicodeSet( field in UnicodeSetFormat