Home | History | Annotate | Download | only in unicode

Lines Matching defs:fStamp

1558     inline int32_t internalGet(UCalendarDateFields field, int32_t defaultValue) const {return fStamp[field]>kUnset ? fFields[field] : defaultValue;}
1906 * @deprecated ICU 2.8 use (fStamp[n]!=kUnset)
1925 int32_t fStamp[UCAL_FIELD_COUNT];
2134 * The next available value for fStamp[]
2139 * Recalculates the time stamp array (fStamp).
2469 fStamp[field] = kInternallySet;