Lines Matching refs:SkeletonFields
2298 SkeletonFields::SkeletonFields() {
2303 void SkeletonFields::clear() {
2308 void SkeletonFields::copyFrom(const SkeletonFields& other) {
2313 void SkeletonFields::clearField(int32_t field) {
2318 UChar SkeletonFields::getFieldChar(int32_t field) const {
2322 int32_t SkeletonFields::getFieldLength(int32_t field) const {
2326 void SkeletonFields::populate(int32_t field, const UnicodeString& value) {
2330 void SkeletonFields::populate(int32_t field, UChar ch, int32_t length) {
2335 UBool SkeletonFields::isFieldEmpty(int32_t field) const {
2339 UnicodeString& SkeletonFields::appendTo(UnicodeString& string) const {
2346 UnicodeString& SkeletonFields::appendFieldTo(int32_t field, UnicodeString& string) const {
2356 UChar SkeletonFields::getFirstChar() const {