Home
last modified time | relevance | path

Searched refs:TC3_CALENDAR_CHECK (Results 1 – 1 of 1) sorted by relevance

/external/libtextclassifier/native/utils/calendar/
Dcalendar-common.h29 #define TC3_CALENDAR_CHECK(EXPR) \ macro
96 TC3_CALENDAR_CHECK(calendar->Initialize(reference_timezone, reference_locale, in InterpretParseData()
108 TC3_CALENDAR_CHECK(calendar->SetZoneOffset(zone_offset * kMillisInMinute)) in InterpretParseData()
115 TC3_CALENDAR_CHECK(calendar->SetDstOffset(dst_offset * kMillisInHour)) in InterpretParseData()
123 TC3_CALENDAR_CHECK(ApplyRelationField(relative_component, calendar)); in InterpretParseData()
128 TC3_CALENDAR_CHECK(calendar->SetHourOfDay(0)) in InterpretParseData()
129 TC3_CALENDAR_CHECK(calendar->SetMinute(0)) in InterpretParseData()
130 TC3_CALENDAR_CHECK(calendar->SetSecond(0)) in InterpretParseData()
131 TC3_CALENDAR_CHECK(calendar->SetMillisecond(0)) in InterpretParseData()
136 TC3_CALENDAR_CHECK(calendar->SetYear(year)) in InterpretParseData()
[all …]