/third_party/flutter/skia/third_party/externals/icu/source/common/ |
D | appendable.cpp | 23 Appendable::~Appendable() {} in ~Appendable() 26 Appendable::appendCodePoint(UChar32 c) { in appendCodePoint() 35 Appendable::appendString(const UChar *s, int32_t length) { in appendString() 55 Appendable::reserveAppendCapacity(int32_t /*appendCapacity*/) { in reserveAppendCapacity() 60 Appendable::getAppendBuffer(int32_t minCapacity, in getAppendBuffer()
|
/third_party/node/deps/icu-small/source/common/ |
D | appendable.cpp | 23 Appendable::~Appendable() {} in ~Appendable() 26 Appendable::appendCodePoint(UChar32 c) { in appendCodePoint() 35 Appendable::appendString(const UChar *s, int32_t length) { in appendString() 55 Appendable::reserveAppendCapacity(int32_t /*appendCapacity*/) { in reserveAppendCapacity() 60 Appendable::getAppendBuffer(int32_t minCapacity, in getAppendBuffer()
|
/third_party/skia/third_party/externals/icu/source/common/ |
D | appendable.cpp | 23 Appendable::~Appendable() {} in ~Appendable() 26 Appendable::appendCodePoint(UChar32 c) { in appendCodePoint() 35 Appendable::appendString(const UChar *s, int32_t length) { in appendString() 55 Appendable::reserveAppendCapacity(int32_t /*appendCapacity*/) { in reserveAppendCapacity() 60 Appendable::getAppendBuffer(int32_t minCapacity, in getAppendBuffer()
|
/third_party/icu/icu4c/source/common/ |
D | appendable.cpp | 23 Appendable::~Appendable() {} in ~Appendable() 26 Appendable::appendCodePoint(UChar32 c) { in appendCodePoint() 35 Appendable::appendString(const UChar *s, int32_t length) { in appendString() 55 Appendable::reserveAppendCapacity(int32_t /*appendCapacity*/) { in reserveAppendCapacity() 60 Appendable::getAppendBuffer(int32_t minCapacity, in getAppendBuffer()
|
/third_party/icu/icu4c/source/i18n/ |
D | formattedval_impl.h | 85 Appendable& appendTo(Appendable& appendable, UErrorCode& status) const U_OVERRIDE; 137 Appendable& appendTo(Appendable& appendable, UErrorCode& status) const U_OVERRIDE; 209 Appendable& Name::appendTo(Appendable& appendable, UErrorCode& status) const { \
|
/third_party/icu/icu4c/source/common/unicode/ |
D | appendable.h | 54 class U_COMMON_API Appendable : public UObject { 60 ~Appendable(); 156 class U_COMMON_API UnicodeStringAppendable : public Appendable {
|
D | ucharstrie.h | 36 class Appendable; variable 290 int32_t getNextUChars(Appendable &out) const; 518 static void getNextBranchUChars(const char16_t *pos, int32_t length, Appendable &out);
|
/third_party/skia/third_party/externals/icu/source/common/unicode/ |
D | appendable.h | 54 class U_COMMON_API Appendable : public UObject { 60 ~Appendable(); 156 class U_COMMON_API UnicodeStringAppendable : public Appendable {
|
D | ucharstrie.h | 36 class Appendable; variable 288 int32_t getNextUChars(Appendable &out) const; 516 static void getNextBranchUChars(const char16_t *pos, int32_t length, Appendable &out);
|
/third_party/flutter/skia/third_party/externals/icu/source/common/unicode/ |
D | appendable.h | 51 class U_COMMON_API Appendable : public UObject { 57 ~Appendable(); 153 class U_COMMON_API UnicodeStringAppendable : public Appendable {
|
D | ucharstrie.h | 33 class Appendable; variable 252 int32_t getNextUChars(Appendable &out) const; 480 static void getNextBranchUChars(const char16_t *pos, int32_t length, Appendable &out);
|
/third_party/node/deps/icu-small/source/i18n/ |
D | formattedval_impl.h | 88 Appendable& appendTo(Appendable& appendable, UErrorCode& status) const U_OVERRIDE; 160 Appendable& appendTo(Appendable& appendable, UErrorCode& status) const U_OVERRIDE; 247 Appendable& Name::appendTo(Appendable& appendable, UErrorCode& status) const { \
|
/third_party/skia/third_party/externals/icu/source/i18n/ |
D | formattedval_impl.h | 88 Appendable& appendTo(Appendable& appendable, UErrorCode& status) const U_OVERRIDE; 160 Appendable& appendTo(Appendable& appendable, UErrorCode& status) const U_OVERRIDE; 246 Appendable& Name::appendTo(Appendable& appendable, UErrorCode& status) const { \
|
/third_party/node/deps/icu-small/source/common/unicode/ |
D | appendable.h | 54 class U_COMMON_API Appendable : public UObject { 60 ~Appendable(); 156 class U_COMMON_API UnicodeStringAppendable : public Appendable {
|
D | ucharstrie.h | 36 class Appendable; variable 288 int32_t getNextUChars(Appendable &out) const; 516 static void getNextBranchUChars(const char16_t *pos, int32_t length, Appendable &out);
|
/third_party/icu/icu4c/source/test/intltest/ |
D | ustrtest.h | 18 class Appendable; variable 90 void doTestAppendable(UnicodeString &dest, Appendable &app);
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/ |
D | CaseMap.java | 112 public <A extends Appendable> A apply( in apply() 168 public <A extends Appendable> A apply( in apply() 341 public <A extends Appendable> A apply( in apply() 425 public <A extends Appendable> A apply(CharSequence src, A dest, Edits edits) { in apply()
|
D | FilteredNormalizer2.java | 58 public Appendable normalize(CharSequence src, Appendable dest) { in normalize() 214 private Appendable normalize(CharSequence src, Appendable dest, in normalize()
|
D | Normalizer2.java | 243 public abstract Appendable normalize(CharSequence src, Appendable dest); in normalize()
|
/third_party/icu/icu4c/source/i18n/unicode/ |
D | formattedvalue.h | 285 virtual Appendable& appendTo(Appendable& appendable, UErrorCode& status) const = 0;
|
/third_party/skia/third_party/externals/icu/source/i18n/unicode/ |
D | formattedvalue.h | 285 virtual Appendable& appendTo(Appendable& appendable, UErrorCode& status) const = 0;
|
/third_party/node/deps/icu-small/source/i18n/unicode/ |
D | formattedvalue.h | 285 virtual Appendable& appendTo(Appendable& appendable, UErrorCode& status) const = 0;
|
/third_party/protobuf/java/core/src/main/java/com/google/protobuf/ |
D | TextFormat.java | 70 public static void print(final MessageOrBuilder message, final Appendable output) in print() 81 public static void print(final UnknownFieldSet fields, final Appendable output) in print() 92 public static void printUnicode(final MessageOrBuilder message, final Appendable output) in printUnicode() 103 public static void printUnicode(final UnknownFieldSet fields, final Appendable output) in printUnicode() 184 final FieldDescriptor field, final Object value, final Appendable output) in printField() 211 final FieldDescriptor field, final Object value, final Appendable output) in printUnicodeFieldValue() 228 final FieldDescriptor field, final Object value, final Appendable output) throws IOException { in printFieldValue() 242 final int tag, final Object value, final Appendable output) throws IOException { in printUnknownFieldValue() 335 public void print(final MessageOrBuilder message, final Appendable output) throws IOException { in print() 340 public void print(final UnknownFieldSet fields, final Appendable output) throws IOException { in print() [all …]
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/ |
D | CaseMapImpl.java | 357 private static int appendCodePoint(Appendable a, int c) throws IOException { in appendCodePoint() 372 private static void appendResult(int result, Appendable dest, in appendResult() 399 Appendable dest, int options, Edits edits) throws IOException { in appendUnchanged() 436 Appendable dest, Edits edits) throws IOException { in internalToLower() 518 CharSequence src, Appendable dest, Edits edits) throws IOException { in internalToUpper() 611 public static <A extends Appendable> A toLower(int caseLocale, int options, in toLower() 641 public static <A extends Appendable> A toUpper(int caseLocale, int options, in toUpper() 675 public static <A extends Appendable> A toTitle( in toTitle() 803 public static <A extends Appendable> A fold(int options, in fold() 1320 private static <A extends Appendable> A toUpper(int options, in toUpper()
|
D | Norm2AllModes.java | 41 public Appendable normalize(CharSequence src, Appendable dest) { in normalize() 108 public Appendable normalize(CharSequence src, Appendable dest) { in normalize()
|