Home
last modified time | relevance | path

Searched refs:fIsSet (Results 1 – 7 of 7) sorted by relevance

/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/
DFieldsSet.java31 fIsSet = new boolean[fFieldsCount]; in FieldsSet()
41 protected boolean fIsSet[] = null; field in FieldsSet
51 fIsSet[field] = false; in clear()
56 fIsSet[field] = true; in set()
60 return fIsSet[field]; in isSet()
64 if (fIsSet[field]) { in get()
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/util/
DFieldsSet.java34 fIsSet = new boolean[fFieldsCount]; in FieldsSet()
44 protected boolean fIsSet[] = null; field in FieldsSet
54 fIsSet[field] = false; in clear()
59 fIsSet[field] = true; in set()
63 return fIsSet[field]; in isSet()
67 if (fIsSet[field]) { in get()
/external/icu/icu4c/source/test/intltest/
Dfldset.cpp163 fIsSet[i]=FALSE; in clear()
172 fIsSet[field] = FALSE; in clear()
179 fIsSet[field] = TRUE; in set()
186 return fIsSet[field]; in isSet()
Dfldset.h214 UBool fIsSet[U_FIELDS_SET_MAX]; variable
/external/icu/icu4c/source/i18n/unicode/
Dcalendar.h1920 UBool fIsSet[UCAL_FIELD_COUNT]; variable
2534 fIsSet[field] = true; // Remove later in internalSet()
/external/icu/libicu/cts_headers/unicode/
Dcalendar.h1920 UBool fIsSet[UCAL_FIELD_COUNT]; variable
2534 fIsSet[field] = true; // Remove later in internalSet()
/external/icu/icu4c/source/i18n/
Dcalendar.cpp821 uprv_arrayCopy(right.fIsSet, fIsSet, UCAL_FIELD_COUNT); in operator =()
1182 fIsSet[i] = FALSE; in setTimeInMillis()
1215 fIsSet[field] = TRUE; // Remove later in set()
1391 fIsSet[i] = FALSE; // Remove later in clear()
1408 fIsSet[field] = FALSE; // Remove later in clear()
1523 fIsSet[i] = TRUE; // Remove later in computeFields()
1526 fIsSet[i] = FALSE; // Remove later in computeFields()