Home
last modified time | relevance | path

Searched refs:fIsSet (Results 1 – 4 of 4) sorted by relevance

/external/icu4c/test/intltest/
Dfldset.cpp157 fIsSet[i]=FALSE; in clear()
166 fIsSet[field] = FALSE; in clear()
173 fIsSet[field] = TRUE; in set()
180 return fIsSet[field]; in isSet()
Dfldset.h123 UBool fIsSet[U_FIELDS_SET_MAX]; variable
/external/icu4c/i18n/
Dcalendar.cpp618 uprv_arrayCopy(right.fIsSet, fIsSet, UCAL_FIELD_COUNT); in operator =()
931 fIsSet[field] = TRUE; // Remove later in set()
978 fIsSet[i] = FALSE; // Remove later in clear()
995 fIsSet[field] = FALSE; // Remove later in clear()
1110 fIsSet[i] = TRUE; // Remove later in computeFields()
1113 fIsSet[i] = FALSE; // Remove later in computeFields()
/external/icu4c/i18n/unicode/
Dcalendar.h1629 UBool fIsSet[UCAL_FIELD_COUNT]; variable
2148 fIsSet[field] = TRUE; // Remove later in internalSet()