Searched refs:fIsSet (Results 1 – 6 of 6) sorted by relevance
30 fIsSet = new boolean[fFieldsCount]; in FieldsSet()40 protected boolean fIsSet[] = null; field in FieldsSet50 fIsSet[field] = false; in clear()55 fIsSet[field] = true; in set()59 return fIsSet[field]; in isSet()63 if (fIsSet[field]) { in get()
29 fIsSet = new boolean[fFieldsCount]; in FieldsSet()39 protected boolean fIsSet[] = null; field in FieldsSet49 fIsSet[field] = false; in clear()54 fIsSet[field] = true; in set()58 return fIsSet[field]; in isSet()62 if (fIsSet[field]) { in get()
161 fIsSet[i]=FALSE; in clear()170 fIsSet[field] = FALSE; in clear()177 fIsSet[field] = TRUE; in set()184 return fIsSet[field]; in isSet()
212 UBool fIsSet[U_FIELDS_SET_MAX]; variable
802 uprv_arrayCopy(right.fIsSet, fIsSet, UCAL_FIELD_COUNT); in operator =()1157 fIsSet[i] = FALSE; in setTimeInMillis()1190 fIsSet[field] = TRUE; // Remove later in set()1366 fIsSet[i] = FALSE; // Remove later in clear()1383 fIsSet[field] = FALSE; // Remove later in clear()1498 fIsSet[i] = TRUE; // Remove later in computeFields()1501 fIsSet[i] = FALSE; // Remove later in computeFields()
1919 UBool fIsSet[UCAL_FIELD_COUNT]; variable2534 fIsSet[field] = TRUE; // Remove later in internalSet()