Home
last modified time | relevance | path

Searched defs:appendCodePoint (Results 1 – 16 of 16) 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.cpp1908 UnicodeStringAppendable::appendCodePoint(UChar32 c) { in appendCodePoint() function in UnicodeStringAppendable
/external/icu/libicu/cts_headers/
Dformatted_string_builder.h114 inline int32_t appendCodePoint(UChar32 codePoint, Field field, UErrorCode &status) { in appendCodePoint() function
/external/icu/icu4c/source/i18n/
Dformatted_string_builder.h114 inline int32_t appendCodePoint(UChar32 codePoint, Field field, UErrorCode &status) { in appendCodePoint() function
/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/cldr/tools/cldr-code/src/main/java/com/ibm/icu/dev/test/
DUTF16Util.java109 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/cldr-code/src/main/java/org/unicode/cldr/draft/
DGapString.java170 public GapString appendCodePoint(int x) { in appendCodePoint() method in GapString
/external/clang/lib/Lex/
DLiteralSupport.cpp217 static void appendCodePoint(unsigned Codepoint, in appendCodePoint() function
/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/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/android_icu4j/src/main/java/android/icu/text/
DUTF16.java1006 public static StringBuffer appendCodePoint(StringBuffer target, int cp) { in appendCodePoint() method in UTF16
DUnicodeSet.java597 private static void appendCodePoint(Appendable app, int c) { in appendCodePoint() method in UnicodeSet
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DUTF16.java1051 public static StringBuffer appendCodePoint(StringBuffer target, int cp) { in appendCodePoint() method in UTF16
DUnicodeSet.java616 private static void appendCodePoint(Appendable app, int c) { in appendCodePoint() method in UnicodeSet