Searched refs:IZRule (Results 1 - 3 of 3) sorted by relevance

/macosx-10.10.1/ICU-531.30/icuSources/i18n/
H A Dzrule.h32 struct IZRule;
33 typedef struct IZRule IZRule; typedef in typeref:struct: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...]
H A Dzrule.cpp65 * 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* rul
[all...]
/macosx-10.10.1/ICU-531.30/icuSources/test/intltest/
H A Dtzrulets.cpp2201 IZRule* ir1;
2202 IZRule* ir2;

Completed in 191 milliseconds