Home | History | Annotate | Download | only in i18n

Lines Matching refs:fieldDifference

2270 int32_t Calendar::fieldDifference(UDate when, EDateFields field, UErrorCode& status) {
2271 return fieldDifference(when, (UCalendarDateFields) field, status);
2274 int32_t Calendar::fieldDifference(UDate targetMs, UCalendarDateFields field, UErrorCode& ec) {