Searched refs:stamp_b (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/icu/source/i18n/unicode/
H A Dgregocal.h680 * @param stamp_b Another given field.
683 int32_t aggregateStamp(int32_t stamp_a, int32_t stamp_b);
/external/icu/icu4c/source/i18n/unicode/
H A Dgregocal.h680 * @param stamp_b Another given field.
683 int32_t aggregateStamp(int32_t stamp_a, int32_t stamp_b);
/external/chromium_org/third_party/icu/source/i18n/
H A Dgregocal.cpp802 GregorianCalendar::aggregateStamp(int32_t stamp_a, int32_t stamp_b) argument
804 return (((stamp_a != kUnset && stamp_b != kUnset)
805 ? uprv_max(stamp_a, stamp_b)
/external/icu/icu4c/source/i18n/
H A Dgregocal.cpp802 GregorianCalendar::aggregateStamp(int32_t stamp_a, int32_t stamp_b) argument
804 return (((stamp_a != kUnset && stamp_b != kUnset)
805 ? uprv_max(stamp_a, stamp_b)

Completed in 129 milliseconds