HomeSort by relevance Sort by last modified time
    Searched refs:countKeys (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/icu/source/test/perf/unisetperf/draft/
bitset.cpp 69 uint16_t countKeys() const { return count; }
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/icu/icu4c/source/test/perf/unisetperf/draft/
bitset.cpp 69 uint16_t countKeys() const { return count; }
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 75 milliseconds