Searched refs:fKeys (Results 1 – 4 of 4) sorted by relevance
/external/icu/icu4c/source/tools/genrb/ |
D | reslist.cpp | 202 const char *resKeyString = fRoot->fKeys + res->fKey; in add() 208 const char *currentKeyString = fRoot->fKeys + current->fKey; in add() 853 fKeys[fKeysTop++] = (char)0xaa; in write() 1033 uint32_t checksum = computeCRC((const char *)(fKeys + fKeysBottom), in write() 1071 udata_writeBlock(mem, fKeys+fKeysBottom, in write() 1134 fKeys(NULL), fKeyMap(NULL), in SRBRoot() 1151 fKeys = (char *) uprv_malloc(sizeof(char) * KEY_SPACE_SIZE); in SRBRoot() 1157 if (fKeys == NULL || fRoot == NULL || U_FAILURE(errorCode)) { in SRBRoot() 1174 uprv_memset(fKeys, 0, fKeysBottom); in SRBRoot() 1193 uprv_free(fKeys); in ~SRBRoot() [all …]
|
D | reslist.h | 48 fKeys(NULL), fKeysLength(0), fKeysCount(0), in ResFile() 57 const char *fKeys; member 108 char *fKeys; member
|
D | genrb.cpp | 411 poolBundle.fKeys = (const char *)(pRoot + keysBottom); in main() 416 if (poolBundle.fKeys[i] == 0) { in main()
|
D | parse.cpp | 671 if (uprv_strcmp(((list->fRoot->fKeys) + (current->fKey)), key) == 0) { in resLookup()
|