Searched refs:fKeys (Results 1 – 4 of 4) sorted by relevance
/external/icu/icu4c/source/tools/genrb/ |
D | reslist.cpp | 193 const char *resKeyString = fRoot->fKeys + res->fKey; in add() 199 const char *currentKeyString = fRoot->fKeys + current->fKey; in add() 844 fKeys[fKeysTop++] = (char)0xaa; in write() 1027 uint32_t checksum = computeCRC((const char *)(fKeys + fKeysBottom), in write() 1064 udata_writeBlock(mem, fKeys+fKeysBottom, in write() 1127 fKeys(NULL), fKeyMap(NULL), in SRBRoot() 1143 fKeys = (char *) uprv_malloc(sizeof(char) * KEY_SPACE_SIZE); in SRBRoot() 1149 if (fKeys == NULL || fRoot == NULL || U_FAILURE(errorCode)) { in SRBRoot() 1166 uprv_memset(fKeys, 0, fKeysBottom); in SRBRoot() 1185 uprv_free(fKeys); in ~SRBRoot() [all …]
|
D | reslist.h | 42 fKeys(NULL), fKeysLength(0), fKeysCount(0), in ResFile() 51 const char *fKeys; member 102 char *fKeys; member
|
D | genrb.cpp | 391 poolBundle.fKeys = (const char *)(pRoot + keysBottom); in main() 396 if (poolBundle.fKeys[i] == 0) { in main()
|
D | parse.cpp | 669 if (uprv_strcmp(((list->fRoot->fKeys) + (current->fKey)), key) == 0) { in resLookup()
|