Searched refs:fKeys (Results 1 – 4 of 4) sorted by relevance
663 bundle->fKeys[bundle->fKeysTop++] = (char)0xaa; in bundle_write()797 (int32_t)computeCRC((char *)(bundle->fKeys + bundle->fKeysBottom), in bundle_write()810 udata_writeBlock(mem, bundle->fKeys+bundle->fKeysBottom, in bundle_write()1072 bundle->fKeys = (char *) uprv_malloc(sizeof(char) * KEY_SPACE_SIZE); in bundle_open()1074 if (bundle->fKeys == NULL || bundle->fRoot == NULL || U_FAILURE(*status)) { in bundle_open()1094 uprv_memset(bundle->fKeys, 0, bundle->fKeysBottom); in bundle_open()1213 uprv_free(bundle->fKeys); in bundle_close()1255 resKeyString = list->fRoot->fKeys + res->fKey; in table_add()1260 const char *currentKeyString = list->fRoot->fKeys + current->fKey; in table_add()1353 return bundle->fKeys + key; in getKeyString()[all …]
103 const char *fKeys; member383 poolBundle.fKeys = (const char *)header + header->dataHeader.headerSize; in main()384 poolBundle.fIndexes = (const int32_t *)poolBundle.fKeys + 1; in main()391 poolBundle.fKeys += keysBottom; in main()396 if (poolBundle.fKeys[i] == 0) { in main()584 data->fPoolBundleKeys = poolBundle.fKeys; in processFile()
50 char *fKeys; member
646 if (uprv_strcmp(((list->fRoot->fKeys) + (current->fKey)), key) == 0) { in resLookup()