Home
last modified time | relevance | path

Searched refs:fKeyMap (Results 1 – 2 of 2) sorted by relevance

/external/icu/icu4c/source/tools/genrb/
Dreslist.cpp484 const KeyMapEntry *map = fKeyMap; in mapKey()
923 uprv_free(fKeyMap); in write()
924 fKeyMap = NULL; in write()
1127 fKeys(NULL), fKeyMap(NULL), in SRBRoot()
1186 uprv_free(fKeyMap); in ~SRBRoot()
1340 if (U_FAILURE(errorCode) || fKeysCount == 0 || fKeyMap != NULL) { in compactKeys()
1446 fKeyMap = map; in compactKeys()
Dreslist.h103 KeyMapEntry *fKeyMap; member