Searched refs:fIsSet (Results 1 – 6 of 6) sorted by relevance
32 fIsSet = new boolean[fFieldsCount]; in FieldsSet()42 protected boolean fIsSet[] = null; field in FieldsSet52 fIsSet[field] = false; in clear()57 fIsSet[field] = true; in set()61 return fIsSet[field]; in isSet()65 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
800 uprv_arrayCopy(right.fIsSet, fIsSet, UCAL_FIELD_COUNT); in operator =()1155 fIsSet[i] = FALSE; in setTimeInMillis()1188 fIsSet[field] = TRUE; // Remove later in set()1364 fIsSet[i] = FALSE; // Remove later in clear()1381 fIsSet[field] = FALSE; // Remove later in clear()1496 fIsSet[i] = TRUE; // Remove later in computeFields()1499 fIsSet[i] = FALSE; // Remove later in computeFields()
1921 UBool fIsSet[UCAL_FIELD_COUNT]; variable2536 fIsSet[field] = TRUE; // Remove later in internalSet()