Home
last modified time | relevance | path

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

/external/icu/icu4c/source/common/
Dappendable.cpp26 Appendable::appendCodePoint(UChar32 c) { in appendCodePoint() function in Appendable
Dbytesinkutil.cpp71 ByteSinkUtil::appendCodePoint(int32_t length, UChar32 c, ByteSink &sink, Edits *edits) { in appendCodePoint() function in ByteSinkUtil
Dunistr.cpp1905 UnicodeStringAppendable::appendCodePoint(UChar32 c) { in appendCodePoint() function in UnicodeStringAppendable
/external/icu/icu4j/main/tests/framework/src/com/ibm/icu/dev/test/
DUTF16Util.java110 public static final void appendCodePoint(StringBuffer buffer, int ch) { in appendCodePoint() method in UTF16Util
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/
DUTF16Util.java114 public static final void appendCodePoint(StringBuffer buffer, int ch) { in appendCodePoint() method in UTF16Util
/external/cldr/tools/java/com/ibm/icu/dev/test/
DUTF16Util.java109 public static final void appendCodePoint(StringBuffer buffer, int ch) { in appendCodePoint() method in UTF16Util
/external/cldr/tools/java/org/unicode/cldr/draft/
DGapString.java166 public GapString appendCodePoint(int x) { in appendCodePoint() method in GapString
/external/icu/icu4c/source/i18n/
Dnumber_stringbuilder.cpp139 int32_t NumberStringBuilder::appendCodePoint(UChar32 codePoint, Field field, UErrorCode &status) { in appendCodePoint() function in NumberStringBuilder
/external/clang/lib/Lex/
DLiteralSupport.cpp217 static void appendCodePoint(unsigned Codepoint, in appendCodePoint() function
/external/icu/android_icu4j/src/main/java/android/icu/impl/
DCaseMapImpl.java357 private static int appendCodePoint(Appendable a, int c) throws IOException { in appendCodePoint() method in CaseMapImpl
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
DCaseMapImpl.java352 private static int appendCodePoint(Appendable a, int c) throws IOException { in appendCodePoint() method in CaseMapImpl
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DUTF16.java1048 public static StringBuffer appendCodePoint(StringBuffer target, int cp) { in appendCodePoint() method in UTF16
DUnicodeSet.java612 private static void appendCodePoint(Appendable app, int c) { in appendCodePoint() method in UnicodeSet
/external/icu/android_icu4j/src/main/java/android/icu/text/
DUTF16.java1003 public static StringBuffer appendCodePoint(StringBuffer target, int cp) { in appendCodePoint() method in UTF16
DUnicodeSet.java593 private static void appendCodePoint(Appendable app, int c) { in appendCodePoint() method in UnicodeSet