Lines Matching refs:SkeletonFields
2456 SkeletonFields::SkeletonFields() { in SkeletonFields() function in SkeletonFields
2461 void SkeletonFields::clear() { in clear()
2466 void SkeletonFields::copyFrom(const SkeletonFields& other) { in copyFrom()
2471 void SkeletonFields::clearField(int32_t field) { in clearField()
2476 UChar SkeletonFields::getFieldChar(int32_t field) const { in getFieldChar()
2480 int32_t SkeletonFields::getFieldLength(int32_t field) const { in getFieldLength()
2484 void SkeletonFields::populate(int32_t field, const UnicodeString& value) { in populate()
2488 void SkeletonFields::populate(int32_t field, UChar ch, int32_t length) { in populate()
2493 UBool SkeletonFields::isFieldEmpty(int32_t field) const { in isFieldEmpty()
2497 UnicodeString& SkeletonFields::appendTo(UnicodeString& string) const { in appendTo()
2504 UnicodeString& SkeletonFields::appendFieldTo(int32_t field, UnicodeString& string) const { in appendFieldTo()
2514 UChar SkeletonFields::getFirstChar() const { in getFirstChar()