Searched refs:fIsSet (Results 1 – 6 of 6) sorted by relevance
34 fIsSet = new boolean[fFieldsCount]; in FieldsSet()44 protected boolean fIsSet[] = null; field in FieldsSet54 fIsSet[field] = false; in clear()59 fIsSet[field] = true; in set()63 return fIsSet[field]; in isSet()67 if (fIsSet[field]) { in get()
31 fIsSet = new boolean[fFieldsCount]; in FieldsSet()41 protected boolean fIsSet[] = null; field in FieldsSet51 fIsSet[field] = false; in clear()56 fIsSet[field] = true; in set()60 return fIsSet[field]; in isSet()64 if (fIsSet[field]) { in get()
163 fIsSet[i]=FALSE; in clear()172 fIsSet[field] = FALSE; in clear()179 fIsSet[field] = TRUE; in set()186 return fIsSet[field]; in isSet()
214 UBool fIsSet[U_FIELDS_SET_MAX]; variable
809 uprv_arrayCopy(right.fIsSet, fIsSet, UCAL_FIELD_COUNT); in operator =()1166 fIsSet[i] = FALSE; in setTimeInMillis()1199 fIsSet[field] = TRUE; // Remove later in set()1375 fIsSet[i] = FALSE; // Remove later in clear()1392 fIsSet[field] = FALSE; // Remove later in clear()1507 fIsSet[i] = TRUE; // Remove later in computeFields()1510 fIsSet[i] = FALSE; // Remove later in computeFields()
1902 UBool fIsSet[UCAL_FIELD_COUNT]; variable2517 fIsSet[field] = TRUE; // Remove later in internalSet()