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.cpp91 BitSet(const UnicodeSet &set, UErrorCode &errorCode) : bits(shortBits), restSet(set.clone()) { in BitSet()
154 if(bitHash->countKeys()>UPRV_LENGTHOF(shortBits)) { in BitSet()
160 bits=shortBits; in BitSet()
178 if(bits!=shortBits) { in ~BitSet()
196 int64_t shortBits[32]; member in BitSet