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 32 struct IZRule;
33 typedef struct IZRule IZRule;
104 * IZRule API
108 * Constructs an IZRule with the name, the GMT offset of its
116 U_CAPI IZRule* U_EXPORT2
120 * Disposes of the storage used by a IZRule object. This function should
125 izrule_close(IZRule* rule);
129 * @param rule the original IZRule
130 * @return the newly allocated copy of the IZRule
    [all...]
zrule.cpp 65 * IZRule API
68 U_CAPI IZRule* U_EXPORT2
71 return (IZRule*) new InitialTimeZoneRule(s, rawOffset, dstSavings);
75 izrule_close(IZRule* rule) {
79 U_CAPI IZRule* U_EXPORT2
80 izrule_clone(IZRule *rule) {
81 return (IZRule*) (((InitialTimeZoneRule*)rule)->InitialTimeZoneRule::clone());
85 izrule_equals(const IZRule* rule1, const IZRule* rule2) {
90 izrule_getName(IZRule* rule, UChar* & name, int32_t & nameLength)
    [all...]
  /external/icu/icu4c/source/test/intltest/
tzrulets.cpp     [all...]

Completed in 95 milliseconds