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 661 * Add padding bytes to fKeys so that fKeysTop is 4-aligned.
665 bundle->fKeys[bundle->fKeysTop++] = (char)0xaa;
799 (int32_t)computeCRC((char *)(bundle->fKeys + bundle->fKeysBottom),
812 udata_writeBlock(mem, bundle->fKeys+bundle->fKeysBottom,
    [all...]
genrb.c 101 const char *fKeys;
378 poolBundle.fKeys = (const char *)header + header->dataHeader.headerSize;
379 poolBundle.fIndexes = (const int32_t *)poolBundle.fKeys + 1;
386 poolBundle.fKeys += keysBottom;
391 if (poolBundle.fKeys[i] == 0) {
586 data->fPoolBundleKeys = poolBundle.fKeys;
reslist.h 50 char *fKeys;
172 int32_t fKey; /* Index into bundle->fKeys; -1 if no key. */
parse.cpp 643 if (uprv_strcmp(((list->fRoot->fKeys) + (current->fKey)), key) == 0) {
    [all...]

Completed in 64 milliseconds