Home | History | Annotate | Download | only in unicode

Lines Matching full:defaultvalue

1551      * the defaultValue is used.
1554 * @param defaultValue a default value used if the field is unset.
1558 inline int32_t internalGet(UCalendarDateFields field, int32_t defaultValue) const {return fStamp[field]>kUnset ? fFields[field] : defaultValue;}