Searched refs:fIsSet (Results 1 – 7 of 7) sorted by relevance
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()
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()
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
1920 UBool fIsSet[UCAL_FIELD_COUNT]; variable2534 fIsSet[field] = true; // Remove later in internalSet()
821 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()