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

  /external/chromium_org/third_party/icu/source/tools/tzcode/
zic.c 438 #define erealloc(ptr, size) memcheck(irealloc((ptr), (size))) macro
574 finalRules = (const struct rule**) (void*) erealloc((char *) finalRules,
1111 rules = (struct rule *) (void *) erealloc((char *) rules,
1129 buf = erealloc(buf, (int) (132 + strlen(TZDEFAULT)));
1137 buf = erealloc(buf, (int) (132 + strlen(TZDEFRULES)));
1147 buf = erealloc(buf, (int) (132 +
1244 zones = (struct zone *) (void *) erealloc((char *) zones,
    [all...]
  /external/icu4c/tools/tzcode/
zic.c 438 #define erealloc(ptr, size) memcheck(irealloc((ptr), (size))) macro
574 finalRules = (const struct rule**) (void*) erealloc((char *) finalRules,
1111 rules = (struct rule *) (void *) erealloc((char *) rules,
1129 buf = erealloc(buf, (int) (132 + strlen(TZDEFAULT)));
1137 buf = erealloc(buf, (int) (132 + strlen(TZDEFRULES)));
1147 buf = erealloc(buf, (int) (132 +
1244 zones = (struct zone *) (void *) erealloc((char *) zones,
    [all...]

Completed in 854 milliseconds