Home
last modified time | relevance | path

Searched refs:fKeys (Results 1 – 4 of 4) sorted by relevance

/external/icu/icu4c/source/tools/genrb/
Dreslist.c762 bundle->fKeys[bundle->fKeysTop++] = (char)0xaa; in bundle_write()
896 (int32_t)computeCRC((char *)(bundle->fKeys + bundle->fKeysBottom), in bundle_write()
909 udata_writeBlock(mem, bundle->fKeys+bundle->fKeysBottom, in bundle_write()
1116 bundle->fKeys = (char *) uprv_malloc(sizeof(char) * KEY_SPACE_SIZE); in bundle_open()
1118 if (bundle->fKeys == NULL || bundle->fRoot == NULL || U_FAILURE(*status)) { in bundle_open()
1138 uprv_memset(bundle->fKeys, 0, bundle->fKeysBottom); in bundle_open()
1259 uprv_free(bundle->fKeys); in bundle_close()
1293 resKeyString = list->fRoot->fKeys + res->fKey; in table_add()
1298 const char *currentKeyString = list->fRoot->fKeys + current->fKey; in table_add()
1391 return bundle->fKeys + key; in getKeyString()
[all …]
Dgenrb.c100 const char *fKeys; member
377 poolBundle.fKeys = (const char *)header + header->dataHeader.headerSize; in main()
378 poolBundle.fIndexes = (const int32_t *)poolBundle.fKeys + 1; in main()
385 poolBundle.fKeys += keysBottom; in main()
390 if (poolBundle.fKeys[i] == 0) { in main()
589 data->fPoolBundleKeys = poolBundle.fKeys; in processFile()
Dreslist.h49 char *fKeys; member
Dparse.cpp664 if (uprv_strcmp(((list->fRoot->fKeys) + (current->fKey)), key) == 0) { in resLookup()