Searched refs:shortBits (Results 1 – 1 of 1) sorted by relevance
87 BitSet(const UnicodeSet &set, UErrorCode &errorCode) : bits(shortBits), restSet(set.clone()) { in BitSet()150 if(bitHash->countKeys()>UPRV_LENGTHOF(shortBits)) { in BitSet()156 bits=shortBits; in BitSet()174 if(bits!=shortBits) { in ~BitSet()192 int64_t shortBits[32]; member in BitSet