Searched refs:SkeletonFields (Results 1 – 5 of 5) sorted by relevance
119 class SkeletonFields : public UMemory {121 SkeletonFields();123 void copyFrom(const SkeletonFields& other);133 inline UBool operator==(const SkeletonFields& other) const;134 inline UBool operator!=(const SkeletonFields& other) const;141 inline UBool SkeletonFields::operator==(const SkeletonFields& other) const {146 inline UBool SkeletonFields::operator!=(const SkeletonFields& other) const {153 SkeletonFields original;154 SkeletonFields baseOriginal;
2196 SkeletonFields::SkeletonFields() { in SkeletonFields() function in SkeletonFields2201 void SkeletonFields::clear() { in clear()2206 void SkeletonFields::copyFrom(const SkeletonFields& other) { in copyFrom()2211 void SkeletonFields::clearField(int32_t field) { in clearField()2216 UChar SkeletonFields::getFieldChar(int32_t field) const { in getFieldChar()2220 int32_t SkeletonFields::getFieldLength(int32_t field) const { in getFieldLength()2224 void SkeletonFields::populate(int32_t field, const UnicodeString& value) { in populate()2228 void SkeletonFields::populate(int32_t field, UChar ch, int32_t length) { in populate()2233 UBool SkeletonFields::isFieldEmpty(int32_t field) const { in isFieldEmpty()2237 UnicodeString& SkeletonFields::appendTo(UnicodeString& string) const { in appendTo()[all …]
2220 private static class SkeletonFields { class in DateTimePatternGenerator2231 void copyFieldFrom(SkeletonFields other, int field) { in copyFieldFrom()2308 public int compareTo(SkeletonFields other) { in compareTo()2324 return this == other || (other != null && other instanceof SkeletonFields in equals()2325 && compareTo((SkeletonFields) other) == 0); in equals()2338 private SkeletonFields original = new SkeletonFields();2339 private SkeletonFields baseOriginal = new SkeletonFields();
2245 private static class SkeletonFields { class in DateTimePatternGenerator2256 void copyFieldFrom(SkeletonFields other, int field) { in copyFieldFrom()2333 public int compareTo(SkeletonFields other) { in compareTo()2349 return this == other || (other != null && other instanceof SkeletonFields in equals()2350 && compareTo((SkeletonFields) other) == 0); in equals()2363 private SkeletonFields original = new SkeletonFields();2364 private SkeletonFields baseOriginal = new SkeletonFields();
652 com/ibm/icu/text/DateTimePatternGenerator$SkeletonFields#clearField:(I)V653 …cu/text/DateTimePatternGenerator$SkeletonFields#copyFieldFrom:(Lcom/ibm/icu/text/DateTimePatternGe…654 com/ibm/icu/text/DateTimePatternGenerator$SkeletonFields#hashCode:()I