Home
last modified time | relevance | path

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

/external/icu/icu4c/source/test/perf/unisetperf/draft/
Dbitset.cpp87 BitSet(const UnicodeSet &set, UErrorCode &errorCode) : bits(shortBits), restSet(set.clone()) { in BitSet()
150 if(bitHash->countKeys()>UPRV_LENGTHOF(shortBits)) { in BitSet()
156 bits=shortBits; in BitSet()
174 if(bits!=shortBits) { in ~BitSet()
192 int64_t shortBits[32]; member in BitSet