Searched refs:fIsSet (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/third_party/icu/source/test/intltest/
H A Dfldset.cpp157 fIsSet[i]=FALSE;
166 fIsSet[field] = FALSE;
173 fIsSet[field] = TRUE;
180 return fIsSet[field];
H A Dfldset.h212 UBool fIsSet[U_FIELDS_SET_MAX]; member in class:FieldsSet
/external/icu4c/test/intltest/
H A Dfldset.cpp161 fIsSet[i]=FALSE;
170 fIsSet[field] = FALSE;
177 fIsSet[field] = TRUE;
184 return fIsSet[field];
H A Dfldset.h212 UBool fIsSet[U_FIELDS_SET_MAX]; member in class:FieldsSet
/external/chromium_org/third_party/icu/source/i18n/
H A Dcalendar.cpp733 uprv_arrayCopy(right.fIsSet, fIsSet, UCAL_FIELD_COUNT);
1029 fIsSet[i] = FALSE;
1058 fIsSet[field] = TRUE; // Remove later
1105 fIsSet[i] = FALSE; // Remove later
1122 fIsSet[field] = FALSE; // Remove later
1237 fIsSet[i] = TRUE; // Remove later
1240 fIsSet[i] = FALSE; // Remove later
/external/chromium_org/third_party/icu/source/i18n/unicode/
H A Dcalendar.h1713 UBool fIsSet[UCAL_FIELD_COUNT]; member in class:Calendar
2239 fIsSet[field] = TRUE; // Remove later
/external/icu4c/i18n/
H A Dcalendar.cpp769 uprv_arrayCopy(right.fIsSet, fIsSet, UCAL_FIELD_COUNT);
1092 fIsSet[i] = FALSE;
1125 fIsSet[field] = TRUE; // Remove later
1172 fIsSet[i] = FALSE; // Remove later
1189 fIsSet[field] = FALSE; // Remove later
1304 fIsSet[i] = TRUE; // Remove later
1307 fIsSet[i] = FALSE; // Remove later
/external/icu4c/i18n/unicode/
H A Dcalendar.h1908 UBool fIsSet[UCAL_FIELD_COUNT]; member in class:Calendar
2470 fIsSet[field] = TRUE; // Remove later

Completed in 153 milliseconds