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

/external/icu4c/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...]

Completed in 40 milliseconds