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

/external/chromium_org/third_party/icu/source/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
/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 93 milliseconds