Home | History | Annotate | Download | only in i18n

Lines Matching refs:fieldDifference

1905 int32_t Calendar::fieldDifference(UDate when, EDateFields field, UErrorCode& status) {
1906 return fieldDifference(when, (UCalendarDateFields) field, status);
1909 int32_t Calendar::fieldDifference(UDate targetMs, UCalendarDateFields field, UErrorCode& ec) {