Searched defs:FieldsSet (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/icu/source/test/intltest/
H A Dfldset.h29 class FieldsSet { class
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* inheritFro
[all...]
H A Dfldset.cpp15 FieldsSet::FieldsSet() { function in class:FieldsSet
19 FieldsSet::FieldsSet(int32_t fieldCount) { function in class:FieldsSet
23 FieldsSet::FieldsSet(UDebugEnumType field) { function in class:FieldsSet
27 FieldsSet::~FieldsSet() {
31 int32_t FieldsSet::fieldCount() const {
35 void FieldsSet
[all...]
/external/icu/icu4c/source/test/intltest/
H A Dfldset.h29 class FieldsSet { class
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* inheritFro
[all...]
H A Dfldset.cpp15 FieldsSet::FieldsSet() { function in class:FieldsSet
19 FieldsSet::FieldsSet(int32_t fieldCount) { function in class:FieldsSet
23 FieldsSet::FieldsSet(UDebugEnumType field) { function in class:FieldsSet
27 FieldsSet::~FieldsSet() {
31 int32_t FieldsSet::fieldCount() const {
35 void FieldsSet
[all...]

Completed in 4257 milliseconds