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

/external/icu4c/test/perf/unisetperf/draft/
H A Dbitset.cpp86 BitSet(const UnicodeSet &set, UErrorCode &errorCode) : bits(shortBits), restSet(set.clone()) {
149 if(bitHash->countKeys()>LENGTHOF(shortBits)) {
155 bits=shortBits;
173 if(bits!=shortBits) {
191 int64_t shortBits[32]; member in class:BitSet

Completed in 402 milliseconds