Home | History | Annotate | Download | only in intltest

Lines Matching refs:FieldsSet

29 class FieldsSet {
32 * subclass interface - construct the FieldsSet to reference one of the standard
38 FieldsSet(UDebugEnumType whichEnum);
41 * subclass interface - construct the FieldsSet without using a standard enum type.
44 FieldsSet(int32_t fieldsCount);
57 U_NAMESPACE_QUALIFIER UnicodeString diffFrom(const FieldsSet& other, UErrorCode &status) const;
73 * the specified FieldsSet's value for NAME1 will be copied into this.
79 const FieldsSet& inheritFrom,
87 * the specified FieldsSet's value for NAME1 will be copied into this.
93 const FieldsSet* inheritFrom,
111 virtual int32_t handleParseName(const FieldsSet* inheritFrom,
125 virtual void handleParseValue(const FieldsSet* inheritFrom,
136 void parseValueDefault(const FieldsSet* inheritFrom,
149 const FieldsSet* inheritFrom,
156 * Not callable - construct a default FieldsSet
159 FieldsSet();
171 virtual ~FieldsSet();
201 * Return true if both FieldsSet objects either are based on the same enum, or have the same number of fields.
203 UBool isSameType(const FieldsSet& other) const;
219 * A subclass of FieldsSet representing the fields in a Calendar
222 class CalendarFieldsSet : public FieldsSet {
253 void handleParseValue(const FieldsSet* inheritFrom,
265 class DateTimeStyleSet : public FieldsSet {
280 void handleParseValue(const FieldsSet* inheritFrom,
284 int32_t handleParseName(const FieldsSet* inheritFrom,