Searched refs:appendQuoted (Results 1 – 2 of 2) sorted by relevance
163 appendQuoted(s); in appendUnicodeSetItem()211 appendQuoted(firstCodePoint); in flushLast()218 appendQuoted(lastCodePoint); in flushLast()224 private void appendQuoted(String s) { in appendQuoted() method in UnicodeSetPrettyPrinter231 appendQuoted(cp = UTF16.charAt(s, i)); in appendQuoted()237 UnicodeSetPrettyPrinter appendQuoted(int codePoint) { in appendQuoted() method in UnicodeSetPrettyPrinter
47 appendQuoted(toAppendTo, it.codepoint); in format()49 appendQuoted(toAppendTo.append('-'), it.codepointEnd); in format()56 appendQuoted(extras, string).append('|'); in format()66 private StringBuffer appendQuoted(StringBuffer target, int codePoint) { in appendQuoted() method in UnicodeSetFormat96 private StringBuffer appendQuoted(StringBuffer target, String string) { in appendQuoted() method in UnicodeSetFormat98 appendQuoted(target, string.charAt(i)); in appendQuoted()