Home
last modified time | relevance | path

Searched defs:appendCodePoint (Results 1 – 6 of 6) sorted by relevance

/external/icu/icu4c/source/common/
Dappendable.cpp24 Appendable::appendCodePoint(UChar32 c) { in appendCodePoint() function in Appendable
Dunistr.cpp1729 UnicodeStringAppendable::appendCodePoint(UChar32 c) { in appendCodePoint() function in UnicodeStringAppendable
/external/icu/icu4j/main/tests/framework/src/com/ibm/icu/dev/test/
DUTF16Util.java108 public static final void appendCodePoint(StringBuffer buffer, int ch) { in appendCodePoint() method in UTF16Util
/external/clang/lib/Lex/
DLiteralSupport.cpp217 static void appendCodePoint(unsigned Codepoint, in appendCodePoint() function
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DUTF16.java1056 public static StringBuffer appendCodePoint(StringBuffer target, int cp) { in appendCodePoint() method in UTF16
DUnicodeSet.java609 private static void appendCodePoint(Appendable app, int c) { in appendCodePoint() method in UnicodeSet