Searched defs:countKeys (Results 1 - 1 of 1) sorted by relevance

/external/icu/icu4c/source/test/perf/unisetperf/draft/
H A Dbitset.cpp70 uint16_t countKeys() const { return count; } function in struct:BMPBitHash
73 * Invert the hash map: Fill an array of length countKeys() with the keys
150 if(bitHash->countKeys()>UPRV_LENGTHOF(shortBits)) {
151 bits=(int64_t *)uprv_malloc(bitHash->countKeys()*8);

Completed in 98 milliseconds