Home
last modified time | relevance | path

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

/external/icu/icu4c/source/tools/genrb/
Dreslist.cpp493 const KeyMapEntry *map = fKeyMap; in mapKey()
1134 fKeys(NULL), fKeyMap(NULL), in SRBRoot()
1194 uprv_free(fKeyMap); in ~SRBRoot()
1242 U_ASSERT(fKeyMap == nullptr); in addKeyBytes()
1375 if (U_FAILURE(errorCode) || fKeyMap != NULL) { in compactKeys()
1493 fKeyMap = map; in compactKeys()
Dreslist.h109 KeyMapEntry *fKeyMap; member