Home
last modified time | relevance | path

Searched refs:SkeletonFields (Results 1 – 11 of 11) sorted by relevance

/third_party/skia/third_party/externals/icu/source/i18n/
Ddtptngen_impl.h123 class SkeletonFields : public UMemory {
125 SkeletonFields();
127 void copyFrom(const SkeletonFields& other);
137 inline UBool operator==(const SkeletonFields& other) const;
138 inline UBool operator!=(const SkeletonFields& other) const;
145 inline UBool SkeletonFields::operator==(const SkeletonFields& other) const {
150 inline UBool SkeletonFields::operator!=(const SkeletonFields& other) const {
157 SkeletonFields original;
158 SkeletonFields baseOriginal;
Ddtptngen.cpp2633 SkeletonFields::SkeletonFields() { in SkeletonFields() function in SkeletonFields
2638 void SkeletonFields::clear() { in clear()
2643 void SkeletonFields::copyFrom(const SkeletonFields& other) { in copyFrom()
2648 void SkeletonFields::clearField(int32_t field) { in clearField()
2653 UChar SkeletonFields::getFieldChar(int32_t field) const { in getFieldChar()
2657 int32_t SkeletonFields::getFieldLength(int32_t field) const { in getFieldLength()
2661 void SkeletonFields::populate(int32_t field, const UnicodeString& value) { in populate()
2665 void SkeletonFields::populate(int32_t field, UChar ch, int32_t length) { in populate()
2670 UBool SkeletonFields::isFieldEmpty(int32_t field) const { in isFieldEmpty()
2674 UnicodeString& SkeletonFields::appendTo(UnicodeString& string) const { in appendTo()
[all …]
/third_party/flutter/skia/third_party/externals/icu/source/i18n/
Ddtptngen_impl.h123 class SkeletonFields : public UMemory {
125 SkeletonFields();
127 void copyFrom(const SkeletonFields& other);
137 inline UBool operator==(const SkeletonFields& other) const;
138 inline UBool operator!=(const SkeletonFields& other) const;
145 inline UBool SkeletonFields::operator==(const SkeletonFields& other) const {
150 inline UBool SkeletonFields::operator!=(const SkeletonFields& other) const {
157 SkeletonFields original;
158 SkeletonFields baseOriginal;
Ddtptngen.cpp2452 SkeletonFields::SkeletonFields() { in SkeletonFields() function in SkeletonFields
2457 void SkeletonFields::clear() { in clear()
2462 void SkeletonFields::copyFrom(const SkeletonFields& other) { in copyFrom()
2467 void SkeletonFields::clearField(int32_t field) { in clearField()
2472 UChar SkeletonFields::getFieldChar(int32_t field) const { in getFieldChar()
2476 int32_t SkeletonFields::getFieldLength(int32_t field) const { in getFieldLength()
2480 void SkeletonFields::populate(int32_t field, const UnicodeString& value) { in populate()
2484 void SkeletonFields::populate(int32_t field, UChar ch, int32_t length) { in populate()
2489 UBool SkeletonFields::isFieldEmpty(int32_t field) const { in isFieldEmpty()
2493 UnicodeString& SkeletonFields::appendTo(UnicodeString& string) const { in appendTo()
[all …]
/third_party/node/deps/icu-small/source/i18n/
Ddtptngen_impl.h123 class SkeletonFields : public UMemory {
125 SkeletonFields();
127 void copyFrom(const SkeletonFields& other);
137 inline bool operator==(const SkeletonFields& other) const;
138 inline bool operator!=(const SkeletonFields& other) const;
145 inline bool SkeletonFields::operator==(const SkeletonFields& other) const {
150 inline bool SkeletonFields::operator!=(const SkeletonFields& other) const {
157 SkeletonFields original;
158 SkeletonFields baseOriginal;
Ddtptngen.cpp2625 SkeletonFields::SkeletonFields() { in SkeletonFields() function in SkeletonFields
2630 void SkeletonFields::clear() { in clear()
2635 void SkeletonFields::copyFrom(const SkeletonFields& other) { in copyFrom()
2640 void SkeletonFields::clearField(int32_t field) { in clearField()
2645 UChar SkeletonFields::getFieldChar(int32_t field) const { in getFieldChar()
2649 int32_t SkeletonFields::getFieldLength(int32_t field) const { in getFieldLength()
2653 void SkeletonFields::populate(int32_t field, const UnicodeString& value) { in populate()
2657 void SkeletonFields::populate(int32_t field, UChar ch, int32_t length) { in populate()
2662 UBool SkeletonFields::isFieldEmpty(int32_t field) const { in isFieldEmpty()
2666 UnicodeString& SkeletonFields::appendTo(UnicodeString& string) const { in appendTo()
[all …]
/third_party/icu/icu4c/source/i18n/
Ddtptngen_impl.h123 class SkeletonFields : public UMemory {
125 SkeletonFields();
127 void copyFrom(const SkeletonFields& other);
137 inline UBool operator==(const SkeletonFields& other) const;
138 inline UBool operator!=(const SkeletonFields& other) const;
145 inline UBool SkeletonFields::operator==(const SkeletonFields& other) const {
150 inline UBool SkeletonFields::operator!=(const SkeletonFields& other) const {
157 SkeletonFields original;
158 SkeletonFields baseOriginal;
Ddtptngen.cpp2633 SkeletonFields::SkeletonFields() { in SkeletonFields() function in SkeletonFields
2638 void SkeletonFields::clear() { in clear()
2643 void SkeletonFields::copyFrom(const SkeletonFields& other) { in copyFrom()
2648 void SkeletonFields::clearField(int32_t field) { in clearField()
2653 UChar SkeletonFields::getFieldChar(int32_t field) const { in getFieldChar()
2657 int32_t SkeletonFields::getFieldLength(int32_t field) const { in getFieldLength()
2661 void SkeletonFields::populate(int32_t field, const UnicodeString& value) { in populate()
2665 void SkeletonFields::populate(int32_t field, UChar ch, int32_t length) { in populate()
2670 UBool SkeletonFields::isFieldEmpty(int32_t field) const { in isFieldEmpty()
2674 UnicodeString& SkeletonFields::appendTo(UnicodeString& string) const { in appendTo()
[all …]
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/
DDateTimePatternGenerator.java2476 private static class SkeletonFields { class in DateTimePatternGenerator
2487 void copyFieldFrom(SkeletonFields other, int field) { in copyFieldFrom()
2577 public int compareTo(SkeletonFields other) { in compareTo()
2593 return this == other || (other != null && other instanceof SkeletonFields in equals()
2594 && compareTo((SkeletonFields) other) == 0); in equals()
2607 private SkeletonFields original = new SkeletonFields();
2608 private SkeletonFields baseOriginal = new SkeletonFields();
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DDateTimePatternGenerator.java2527 private static class SkeletonFields { class in DateTimePatternGenerator
2538 void copyFieldFrom(SkeletonFields other, int field) { in copyFieldFrom()
2628 public int compareTo(SkeletonFields other) { in compareTo()
2644 return this == other || (other != null && other instanceof SkeletonFields in equals()
2645 && compareTo((SkeletonFields) other) == 0); in equals()
2658 private SkeletonFields original = new SkeletonFields();
2659 private SkeletonFields baseOriginal = new SkeletonFields();
/third_party/icu/icu4j/
Dcoverage-exclusion.txt785 com/ibm/icu/text/DateTimePatternGenerator$SkeletonFields#appendTo:(Ljava/lang/StringBuilder;)Ljava/…
786 …cu/text/DateTimePatternGenerator$SkeletonFields#copyFieldFrom:(Lcom/ibm/icu/text/DateTimePatternGe…
787 com/ibm/icu/text/DateTimePatternGenerator$SkeletonFields#hashCode:()I
788 com/ibm/icu/text/DateTimePatternGenerator$SkeletonFields#toCanonicalString:()Ljava/lang/String;
789 com/ibm/icu/text/DateTimePatternGenerator$SkeletonFields#toString:()Ljava/lang/String;