Lines Matching refs:SkeletonFields
2196 SkeletonFields::SkeletonFields() {
2201 void SkeletonFields::clear() {
2206 void SkeletonFields::copyFrom(const SkeletonFields& other) {
2211 void SkeletonFields::clearField(int32_t field) {
2216 UChar SkeletonFields::getFieldChar(int32_t field) const {
2220 int32_t SkeletonFields::getFieldLength(int32_t field) const {
2224 void SkeletonFields::populate(int32_t field, const UnicodeString& value) {
2228 void SkeletonFields::populate(int32_t field, UChar ch, int32_t length) {
2233 UBool SkeletonFields::isFieldEmpty(int32_t field) const {
2237 UnicodeString& SkeletonFields::appendTo(UnicodeString& string) const {
2244 UnicodeString& SkeletonFields::appendFieldTo(int32_t field, UnicodeString& string) const {
2254 UChar SkeletonFields::getFirstChar() const {