Home | History | Annotate | Download | only in i18n

Lines Matching refs:ZRule

25 struct ZRule;
26 typedef struct ZRule ZRule;
45 * ZRule API
49 * Disposes of the storage used by a ZRule object. This function should
54 zrule_close(ZRule* rule);
64 zrule_equals(const ZRule* rule1, const ZRule* rule2);
68 * @param rule, the Zrule to use
73 zrule_getName(ZRule* rule, UChar* name, int32_t nameLength);
77 * @param rule, the Zrule to use
81 zrule_getRawOffset(ZRule* rule);
85 * @param rule, the Zrule to use
90 zrule_getDSTSavings(ZRule* rule);
94 * When two ZRule objects differ only its names, this method
101 zrule_isEquivalentTo(ZRule* rule1, ZRule* rule2);