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

  /external/icu4c/tools/genrb/
reslist.c 659 * Add padding bytes to fKeys so that fKeysTop is 4-aligned.
663 bundle->fKeys[bundle->fKeysTop++] = (char)0xaa;
797 (int32_t)computeCRC((char *)(bundle->fKeys + bundle->fKeysBottom),
810 udata_writeBlock(mem, bundle->fKeys+bundle->fKeysBottom,
    [all...]
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;
reslist.h 50 char *fKeys;
172 int32_t fKey; /* Index into bundle->fKeys; -1 if no key. */
parse.c 646 if (uprv_strcmp(((list->fRoot->fKeys) + (current->fKey)), key) == 0) {
    [all...]

Completed in 138 milliseconds