Home | History | Annotate | Download | only in unicode

Lines Matching full:defaultvalue

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