Home
last modified time | relevance | path

Searched refs:Appendable (Results 1 – 25 of 80) sorted by relevance

1234

/third_party/flutter/skia/third_party/externals/icu/source/common/
Dappendable.cpp23 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/
Dappendable.cpp23 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/
Dappendable.cpp23 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/
Dappendable.cpp23 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/
Dformattedval_impl.h85 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/
Dappendable.h54 class U_COMMON_API Appendable : public UObject {
60 ~Appendable();
156 class U_COMMON_API UnicodeStringAppendable : public Appendable {
Ducharstrie.h36 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/
Dappendable.h54 class U_COMMON_API Appendable : public UObject {
60 ~Appendable();
156 class U_COMMON_API UnicodeStringAppendable : public Appendable {
Ducharstrie.h36 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/
Dappendable.h51 class U_COMMON_API Appendable : public UObject {
57 ~Appendable();
153 class U_COMMON_API UnicodeStringAppendable : public Appendable {
Ducharstrie.h33 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/
Dformattedval_impl.h88 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/
Dformattedval_impl.h88 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/
Dappendable.h54 class U_COMMON_API Appendable : public UObject {
60 ~Appendable();
156 class U_COMMON_API UnicodeStringAppendable : public Appendable {
Ducharstrie.h36 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/
Dustrtest.h18 class Appendable; variable
90 void doTestAppendable(UnicodeString &dest, Appendable &app);
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/
DCaseMap.java112 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()
DFilteredNormalizer2.java58 public Appendable normalize(CharSequence src, Appendable dest) { in normalize()
214 private Appendable normalize(CharSequence src, Appendable dest, in normalize()
DNormalizer2.java243 public abstract Appendable normalize(CharSequence src, Appendable dest); in normalize()
/third_party/icu/icu4c/source/i18n/unicode/
Dformattedvalue.h285 virtual Appendable& appendTo(Appendable& appendable, UErrorCode& status) const = 0;
/third_party/skia/third_party/externals/icu/source/i18n/unicode/
Dformattedvalue.h285 virtual Appendable& appendTo(Appendable& appendable, UErrorCode& status) const = 0;
/third_party/node/deps/icu-small/source/i18n/unicode/
Dformattedvalue.h285 virtual Appendable& appendTo(Appendable& appendable, UErrorCode& status) const = 0;
/third_party/protobuf/java/core/src/main/java/com/google/protobuf/
DTextFormat.java70 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/
DCaseMapImpl.java357 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()
DNorm2AllModes.java41 public Appendable normalize(CharSequence src, Appendable dest) { in normalize()
108 public Appendable normalize(CharSequence src, Appendable dest) { in normalize()

1234