Searched refs:shortBits (Results 1 – 1 of 1) sorted by relevance
91 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