Lines Matching refs:SkeletonFields
2625 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()
2673 UnicodeString& SkeletonFields::appendFieldTo(int32_t field, UnicodeString& string) const { in appendFieldTo()
2683 UChar SkeletonFields::getFirstChar() const { in getFirstChar()