Searched defs:appendCodePoint (Results 1 – 6 of 6) sorted by relevance
24 Appendable::appendCodePoint(UChar32 c) { in appendCodePoint() function in Appendable
1729 UnicodeStringAppendable::appendCodePoint(UChar32 c) { in appendCodePoint() function in UnicodeStringAppendable
108 public static final void appendCodePoint(StringBuffer buffer, int ch) { in appendCodePoint() method in UTF16Util
217 static void appendCodePoint(unsigned Codepoint, in appendCodePoint() function
1056 public static StringBuffer appendCodePoint(StringBuffer target, int cp) { in appendCodePoint() method in UTF16
609 private static void appendCodePoint(Appendable app, int c) { in appendCodePoint() method in UnicodeSet