Searched refs:fKeyMap (Results 1 – 2 of 2) sorted by relevance
484 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()
103 KeyMapEntry *fKeyMap; member