/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/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 char16_t *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/node/deps/icu-small/source/i18n/ |
D | formattedval_impl.h | 88 Appendable& appendTo(Appendable& appendable, UErrorCode& status) const override; 163 Appendable& appendTo(Appendable& appendable, UErrorCode& status) const override; 250 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/icu/icu4c/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/icu/icu4j/samples/src/com/ibm/icu/samples/text/messagepattern/ |
D | MiniMessageFormatter.java | 66 public Appendable format(Appendable dest, Object... args) { in format() 79 public Appendable format(Appendable dest, Map<String, Object> argsMap) { in format() 92 private int format(int msgStart, Appendable dest, Object[] args, Map<String, Object> argsMap) { in format()
|
/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 {
|
/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 {
|
/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 {
|
/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/icu4j/main/classes/core/src/com/ibm/icu/text/ |
D | CaseMap.java | 121 public <A extends Appendable> A apply( in apply() 181 public <A extends Appendable> A apply( in apply() 363 public <A extends Appendable> A apply( in apply() 452 public <A extends Appendable> A apply(CharSequence src, A dest, Edits edits) { in apply()
|
D | FilteredNormalizer2.java | 60 public Appendable normalize(CharSequence src, Appendable dest) { in normalize() 228 private Appendable normalize(CharSequence src, Appendable dest, in normalize()
|
D | Normalizer2.java | 257 public abstract Appendable normalize(CharSequence src, Appendable dest); in normalize()
|
/third_party/icu/icu4c/source/test/intltest/ |
D | ustrtest.h | 18 class Appendable; variable 90 void doTestAppendable(UnicodeString &dest, Appendable &app);
|
/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;
|
D | formattednumber.h | 103 Appendable &appendTo(Appendable& appendable, UErrorCode& status) const override;
|
/third_party/icu/icu4c/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/icu4j/main/classes/core/src/com/ibm/icu/impl/ |
D | CaseMapImpl.java | 363 private static int appendCodePoint(Appendable a, int c) throws IOException { in appendCodePoint() 378 private static void appendResult(int result, Appendable dest, in appendResult() 405 Appendable dest, int options, Edits edits) throws IOException { in appendUnchanged() 442 Appendable dest, Edits edits) throws IOException { in internalToLower() 524 CharSequence src, Appendable dest, Edits edits) throws IOException { in internalToUpper() 617 public static <A extends Appendable> A toLower(int caseLocale, int options, in toLower() 647 public static <A extends Appendable> A toUpper(int caseLocale, int options, in toUpper() 681 public static <A extends Appendable> A toTitle( in toTitle() 794 private static <A extends Appendable> int maybeTitleDutchIJ( in maybeTitleDutchIJ() 878 public static <A extends Appendable> A fold(int options, [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 | Utility.java | 358 private static final <T extends Appendable> void encodeRun(T buffer, int value, int length) { in encodeRun() 381 private static final <T extends Appendable> void appendInt(T buffer, int value) { in appendInt() 394 private static final <T extends Appendable> void encodeRun(T buffer, short value, int length) { in encodeRun() 426 private static final <T extends Appendable> void encodeRun(T buffer, byte value, int length, in encodeRun() 454 private static final <T extends Appendable> void appendEncodedByte(T buffer, byte value, in appendEncodedByte() 1001 …public static <S extends CharSequence, U extends CharSequence, T extends Appendable> T hex(S s, in… 1368 private static <T extends Appendable> void recursiveAppendNumber(T result, int n, 1396 public static <T extends Appendable> T appendNumber(T result, int n, 1480 public static <T extends Appendable> boolean escapeUnprintable(T result, int c) { 1857 public static <A extends Appendable> A appendTo(CharSequence string, A appendable) {
|