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

  /external/chromium_org/third_party/icu/source/i18n/
zrule.h 26 struct ZRule;
27 typedef struct ZRule ZRule;
48 * ZRule API
52 * Disposes of the storage used by a ZRule object. This function should
58 zrule_close(ZRule* rule);
69 zrule_equals(const ZRule* rule1, const ZRule* rule2);
73 * @param rule, the Zrule to use
79 zrule_getName(ZRule* rule, UChar* name, int32_t nameLength)
    [all...]
  /external/icu4c/i18n/
zrule.h 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)
    [all...]

Completed in 39 milliseconds