Home | History | Annotate | Download | only in unicode

Lines Matching refs:fStamp

1561     inline int32_t internalGet(UCalendarDateFields field, int32_t defaultValue) const {return fStamp[field]>kUnset ? fFields[field] : defaultValue;}
1919 * @deprecated ICU 2.8 use (fStamp[n]!=kUnset)
1938 int32_t fStamp[UCAL_FIELD_COUNT];
2147 * The next available value for fStamp[]
2152 * Recalculates the time stamp array (fStamp).
2535 fStamp[field] = kInternallySet;