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

/external/icu/icu4c/source/test/intltest/
H A Dfldset.h212 UBool fIsSet[U_FIELDS_SET_MAX]; member in class:FieldsSet
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/util/
H A DFieldsSet.java30 fIsSet = new boolean[fFieldsCount];
40 protected boolean fIsSet[] = null; field in class:FieldsSet
50 fIsSet[field] = false;
55 fIsSet[field] = true;
59 return fIsSet[field];
63 if (fIsSet[field]) {
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/
H A DFieldsSet.java29 fIsSet = new boolean[fFieldsCount];
39 protected boolean fIsSet[] = null; field in class:FieldsSet
49 fIsSet[field] = false;
54 fIsSet[field] = true;
58 return fIsSet[field];
62 if (fIsSet[field]) {
/external/icu/icu4c/source/i18n/unicode/
H A Dcalendar.h1919 UBool fIsSet[UCAL_FIELD_COUNT]; member in class:Calendar
2534 fIsSet[field] = TRUE; // Remove later

Completed in 130 milliseconds