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