Home
last modified time | relevance | path

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

/external/icu/icu4c/source/tools/genrb/
Dreslist.cpp193 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 …]
Dreslist.h42 fKeys(NULL), fKeysLength(0), fKeysCount(0), in ResFile()
51 const char *fKeys; member
102 char *fKeys; member
Dgenrb.cpp391 poolBundle.fKeys = (const char *)(pRoot + keysBottom); in main()
396 if (poolBundle.fKeys[i] == 0) { in main()
Dparse.cpp669 if (uprv_strcmp(((list->fRoot->fKeys) + (current->fKey)), key) == 0) { in resLookup()