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

  /external/chromium_org/third_party/icu/source/test/perf/unisetperf/draft/
bitset.cpp 86 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];
  /external/icu/icu4c/source/test/perf/unisetperf/draft/
bitset.cpp 86 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];

Completed in 79 milliseconds