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

/external/chromium/third_party/icu/public/i18n/unicode/
H A Ddtrule.h52 WALL_TIME = 0, /**< The local wall clock time */ enumerator in enum:DateTimeRule::TimeRuleType
65 * @param timeType The time type, <code>WALL_TIME</code> or <code>STANDARD_TIME</code>
83 * @param timeType The time type, <code>WALL_TIME</code> or <code>STANDARD_TIME</code>
101 * @param timeType The time type, <code>WALL_TIME</code> or <code>STANDARD_TIME</code>
163 * @return The time rule type, either <code>WALL_TIME</code> or <code>STANDARD_TIME</code>
H A Dsimpletz.h76 WALL_TIME = 0, enumerator in enum:SimpleTimeZone::TimeMode
886 setStartRule(month, dayOfWeekInMonth, dayOfWeek, time, WALL_TIME, status);
892 setStartRule(month, dayOfMonth, time, WALL_TIME, status);
898 setStartRule(month, dayOfMonth, dayOfWeek, time, WALL_TIME, after, status);
904 setEndRule(month, dayOfWeekInMonth, dayOfWeek, time, WALL_TIME, status);
909 setEndRule(month, dayOfMonth, time, WALL_TIME, status);
914 setEndRule(month, dayOfMonth, dayOfWeek, time, WALL_TIME, after, status);
/external/icu4c/i18n/unicode/
H A Ddtrule.h52 WALL_TIME = 0, /**< The local wall clock time */ enumerator in enum:DateTimeRule::TimeRuleType
65 * @param timeType The time type, <code>WALL_TIME</code> or <code>STANDARD_TIME</code>
83 * @param timeType The time type, <code>WALL_TIME</code> or <code>STANDARD_TIME</code>
101 * @param timeType The time type, <code>WALL_TIME</code> or <code>STANDARD_TIME</code>
163 * @return The time rule type, either <code>WALL_TIME</code> or <code>STANDARD_TIME</code>
H A Dsimpletz.h76 WALL_TIME = 0, enumerator in enum:SimpleTimeZone::TimeMode
886 setStartRule(month, dayOfWeekInMonth, dayOfWeek, time, WALL_TIME, status);
892 setStartRule(month, dayOfMonth, time, WALL_TIME, status);
898 setStartRule(month, dayOfMonth, dayOfWeek, time, WALL_TIME, after, status);
904 setEndRule(month, dayOfWeekInMonth, dayOfWeek, time, WALL_TIME, status);
909 setEndRule(month, dayOfMonth, time, WALL_TIME, status);
914 setEndRule(month, dayOfMonth, dayOfWeek, time, WALL_TIME, after, status);

Completed in 140 milliseconds