Searched refs:fKeyMap (Results 1 – 2 of 2) sorted by relevance
486 const KeyMapEntry *map = fKeyMap; in mapKey()925 uprv_free(fKeyMap); in write()926 fKeyMap = NULL; in write()1129 fKeys(NULL), fKeyMap(NULL), in SRBRoot()1188 uprv_free(fKeyMap); in ~SRBRoot()1342 if (U_FAILURE(errorCode) || fKeysCount == 0 || fKeyMap != NULL) { in compactKeys()1448 fKeyMap = map; in compactKeys()
105 KeyMapEntry *fKeyMap; member