Searched defs:setStartRule (Results 1 - 4 of 4) sorted by relevance

/external/chromium/third_party/icu/public/i18n/unicode/
H A Dsimpletz.h14 * Added setStartRule() / setEndRule() overloads
136 * setStartRule().
143 * day-of-week-in-month. See setStartRule() for a
146 * See setStartRule() for a complete explanation.
152 * See setStartRule() for a complete explanation.
154 * See setStartRule() for a complete explanation.
177 * setStartRule().
184 * day-of-week-in-month. See setStartRule() for a
187 * See setStartRule() for a complete explanation.
193 * See setStartRule() fo
883 inline void SimpleTimeZone::setStartRule(int32_t month, int32_t dayOfWeekInMonth, function in class:SimpleTimeZone
889 inline void SimpleTimeZone::setStartRule(int32_t month, int32_t dayOfMonth, function in class:SimpleTimeZone
895 inline void SimpleTimeZone::setStartRule(int32_t month, int32_t dayOfMonth, function in class:SimpleTimeZone
[all...]
/external/icu4c/i18n/unicode/
H A Dsimpletz.h14 * Added setStartRule() / setEndRule() overloads
136 * setStartRule().
143 * day-of-week-in-month. See setStartRule() for a
146 * See setStartRule() for a complete explanation.
152 * See setStartRule() for a complete explanation.
154 * See setStartRule() for a complete explanation.
177 * setStartRule().
184 * day-of-week-in-month. See setStartRule() for a
187 * See setStartRule() for a complete explanation.
193 * See setStartRule() fo
883 inline void SimpleTimeZone::setStartRule(int32_t month, int32_t dayOfWeekInMonth, function in class:SimpleTimeZone
889 inline void SimpleTimeZone::setStartRule(int32_t month, int32_t dayOfMonth, function in class:SimpleTimeZone
895 inline void SimpleTimeZone::setStartRule(int32_t month, int32_t dayOfMonth, function in class:SimpleTimeZone
[all...]
/external/chromium/third_party/icu/source/i18n/
H A Dsimpletz.cpp268 * setStartRule(TimeFields.APRIL, 1, TimeFields.SUNDAY, 2*60*60*1000);
304 SimpleTimeZone::setStartRule(int32_t month, int32_t dayOfWeekInMonth, int32_t dayOfWeek, function in class:SimpleTimeZone
319 SimpleTimeZone::setStartRule(int32_t month, int32_t dayOfMonth, function in class:SimpleTimeZone
322 setStartRule(month, dayOfMonth, 0, time, mode, status);
328 SimpleTimeZone::setStartRule(int32_t month, int32_t dayOfMonth, int32_t dayOfWeek, function in class:SimpleTimeZone
331 setStartRule(month, after ? dayOfMonth : -dayOfMonth,
344 * for setStartRule().
348 * day-of-week-in-month. See setStartRule() for a complete explanation.
349 * @param dayOfWeek the daylight savings ending day-of-week. See setStartRule()
795 // This is the format accepted by the constructor and by setStartRule()
[all...]
/external/icu4c/i18n/
H A Dsimpletz.cpp268 * setStartRule(TimeFields.APRIL, 1, TimeFields.SUNDAY, 2*60*60*1000);
304 SimpleTimeZone::setStartRule(int32_t month, int32_t dayOfWeekInMonth, int32_t dayOfWeek, function in class:SimpleTimeZone
319 SimpleTimeZone::setStartRule(int32_t month, int32_t dayOfMonth, function in class:SimpleTimeZone
322 setStartRule(month, dayOfMonth, 0, time, mode, status);
328 SimpleTimeZone::setStartRule(int32_t month, int32_t dayOfMonth, int32_t dayOfWeek, function in class:SimpleTimeZone
331 setStartRule(month, after ? dayOfMonth : -dayOfMonth,
344 * for setStartRule().
348 * day-of-week-in-month. See setStartRule() for a complete explanation.
349 * @param dayOfWeek the daylight savings ending day-of-week. See setStartRule()
795 // This is the format accepted by the constructor and by setStartRule()
[all...]

Completed in 68 milliseconds