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

  /external/icu4c/tools/genrb/
reslist.h 50 char *fKeys;
172 int32_t fKey; /* Index into bundle->fKeys; -1 if no key. */
genrb.c 103 const char *fKeys;
383 poolBundle.fKeys = (const char *)header + header->dataHeader.headerSize;
384 poolBundle.fIndexes = (const int32_t *)poolBundle.fKeys + 1;
391 poolBundle.fKeys += keysBottom;
396 if (poolBundle.fKeys[i] == 0) {
584 data->fPoolBundleKeys = poolBundle.fKeys;

Completed in 69 milliseconds