Home
last modified time | relevance | path

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

/external/icu/icu4c/source/tools/genrb/
Dreslist.cpp486 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()
Dreslist.h105 KeyMapEntry *fKeyMap; member