HomeSort by relevance Sort by last modified time
    Searched refs:FieldsSet (Results 1 - 2 of 2) sorted by null

  /external/icu4c/test/intltest/
fldset.h 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
    [all...]
fldset.cpp 15 FieldsSet::FieldsSet() {
19 FieldsSet::FieldsSet(int32_t fieldCount) {
23 FieldsSet::FieldsSet(UDebugEnumType field) {
27 FieldsSet::~FieldsSet() {
31 int32_t FieldsSet::fieldCount() const {
35 void FieldsSet::construct(UDebugEnumType field, int32_t fieldCount)
    [all...]

Completed in 83 milliseconds