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

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

Completed in 222 milliseconds