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

  /external/chromium_org/third_party/icu/source/i18n/
zrule.h 34 struct IZRule;
35 typedef struct IZRule IZRule;
113 * IZRule API
117 * Constructs an IZRule with the name, the GMT offset of its
126 U_DRAFT IZRule* U_EXPORT2
130 * Disposes of the storage used by a IZRule object. This function should
136 izrule_close(IZRule* rule);
140 * @param rule the original IZRule
141 * @return the newly allocated copy of the IZRule
    [all...]
  /external/icu4c/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...]

Completed in 4056 milliseconds