HomeSort by relevance Sort by last modified time
    Searched full:keys32 (Results 1 - 1 of 1) sorted by null

  /external/chromium/third_party/icu/source/tools/genrb/
reslist.c 184 int32_t *keys32 = NULL; local
203 keys32 = (int32_t *) uprv_malloc(sizeof(int32_t) * res->u.fTable.fCount);
204 if (keys32 == NULL) {
214 uprv_free(keys32);
229 keys32[i] = current->fKey;
258 udata_writeBlock(mem, keys32, sizeof(int32_t) * res->u.fTable.fCount);
264 uprv_free(keys32);

Completed in 51 milliseconds