Searched refs:fKeys (Results 1 – 8 of 8) sorted by relevance
/external/chromium_org/third_party/icu/source/tools/genrb/ |
D | reslist.c | 665 bundle->fKeys[bundle->fKeysTop++] = (char)0xaa; in bundle_write() 799 (int32_t)computeCRC((char *)(bundle->fKeys + bundle->fKeysBottom), in bundle_write() 812 udata_writeBlock(mem, bundle->fKeys+bundle->fKeysBottom, in bundle_write() 1074 bundle->fKeys = (char *) uprv_malloc(sizeof(char) * KEY_SPACE_SIZE); in bundle_open() 1076 if (bundle->fKeys == NULL || bundle->fRoot == NULL || U_FAILURE(*status)) { in bundle_open() 1096 uprv_memset(bundle->fKeys, 0, bundle->fKeysBottom); in bundle_open() 1219 uprv_free(bundle->fKeys); in bundle_close() 1261 resKeyString = list->fRoot->fKeys + res->fKey; in table_add() 1266 const char *currentKeyString = list->fRoot->fKeys + current->fKey; in table_add() 1359 return bundle->fKeys + key; in getKeyString() [all …]
|
D | genrb.c | 101 const char *fKeys; member 378 poolBundle.fKeys = (const char *)header + header->dataHeader.headerSize; in main() 379 poolBundle.fIndexes = (const int32_t *)poolBundle.fKeys + 1; in main() 386 poolBundle.fKeys += keysBottom; in main() 391 if (poolBundle.fKeys[i] == 0) { in main() 586 data->fPoolBundleKeys = poolBundle.fKeys; in processFile()
|
D | reslist.h | 50 char *fKeys; member
|
D | parse.cpp | 643 if (uprv_strcmp(((list->fRoot->fKeys) + (current->fKey)), key) == 0) { in resLookup()
|
/external/icu/icu4c/source/tools/genrb/ |
D | reslist.c | 762 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 …]
|
D | genrb.c | 116 const char *fKeys; member 393 poolBundle.fKeys = (const char *)header + header->dataHeader.headerSize; in main() 394 poolBundle.fIndexes = (const int32_t *)poolBundle.fKeys + 1; in main() 401 poolBundle.fKeys += keysBottom; in main() 406 if (poolBundle.fKeys[i] == 0) { in main() 602 data->fPoolBundleKeys = poolBundle.fKeys; in processFile()
|
D | reslist.h | 49 char *fKeys; member
|
D | parse.cpp | 664 if (uprv_strcmp(((list->fRoot->fKeys) + (current->fKey)), key) == 0) { in resLookup()
|