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

  /external/icu/icu4c/source/i18n/
zrule.h 36 struct IZRule;
37 typedef struct IZRule IZRule;
108 * IZRule API
112 * Constructs an IZRule with the name, the GMT offset of its
120 U_CAPI IZRule* U_EXPORT2
124 * Disposes of the storage used by a IZRule object. This function should
129 izrule_close(IZRule* rule);
133 * @param rule the original IZRule
134 * @return the newly allocated copy of the IZRule
    [all...]
zrule.cpp 67 * IZRule API
70 U_CAPI IZRule* U_EXPORT2
73 return (IZRule*) new InitialTimeZoneRule(s, rawOffset, dstSavings);
77 izrule_close(IZRule* rule) {
81 U_CAPI IZRule* U_EXPORT2
82 izrule_clone(IZRule *rule) {
83 return (IZRule*) (((InitialTimeZoneRule*)rule)->InitialTimeZoneRule::clone());
87 izrule_equals(const IZRule* rule1, const IZRule* rule2) {
92 izrule_getName(IZRule* rule, UChar* & name, int32_t & nameLength)
    [all...]
  /external/icu/icu4c/source/test/intltest/
tzrulets.cpp     [all...]

Completed in 92 milliseconds