Searched defs:toQuote (Results 1 – 4 of 4) sorted by relevance
22 final String toQuote = new String(Character.toChars(0x1F602)); in testSurrogatesByteBacked() local59 final String toQuote = new String(Character.toChars(0x1F602)); in testSurrogatesCharBacked() local
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 __anona8aa82380402()
236 private static final UnicodeSet toQuote = new UnicodeSet( field in UnicodeSetFormat