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

/external/chromium/third_party/icu/source/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);
/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 20 milliseconds