HomeSort by relevance Sort by last modified time
    Searched defs:DateTimeRule (Results 1 - 3 of 3) sorted by null

  /external/icu4c/i18n/
dtrule.cpp 18 UOBJECT_DEFINE_RTTI_IMPLEMENTATION(DateTimeRule)
20 DateTimeRule::DateTimeRule(int32_t month,
25 fDateRuleType(DateTimeRule::DOM), fTimeRuleType(timeType) {
28 DateTimeRule::DateTimeRule(int32_t month,
34 fDateRuleType(DateTimeRule::DOW), fTimeRuleType(timeType) {
37 DateTimeRule::DateTimeRule(int32_t month,
47 fDateRuleType = DateTimeRule::DOW_GEQ_DOM
    [all...]
  /external/icu4c/i18n/unicode/
dtrule.h 23 * <code>DateTimeRule</code> is a class representing a time in a year by
29 class U_I18N_API DateTimeRule : public UObject {
58 * Constructs a <code>DateTimeRule</code> by the day of month and
69 DateTimeRule(int32_t month, int32_t dayOfMonth,
73 * Constructs a <code>DateTimeRule</code> by the day of week and its oridinal
87 DateTimeRule(int32_t month, int32_t weekInMonth, int32_t dayOfWeek,
91 * Constructs a <code>DateTimeRule</code> by the first/last day of week
105 DateTimeRule(int32_t month, int32_t dayOfMonth, int32_t dayOfWeek, UBool after,
110 * @param source The DateTimeRule object to be copied.
113 DateTimeRule(const DateTimeRule& source)
    [all...]
  /external/icu4c/common/unicode/
urename.h     [all...]

Completed in 499 milliseconds