OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:FieldsSet
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/icu/source/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
...]
/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 400 milliseconds