Searched defs:BitSet (Results 1 - 6 of 6) sorted by relevance

/external/chromium/third_party/icu/source/test/perf/usetperf/
H A Dbitset.h14 * A simple, limited clone of the java.util.BitSet.
16 class BitSet { class
25 BitSet();
26 ~BitSet();
H A Dbitset.cpp20 BitSet::BitSet() { function in class:BitSet
26 BitSet::~BitSet() {
30 UBool BitSet::get(int32_t bitIndex) const {
37 void BitSet::set(int32_t bitIndex) {
46 void BitSet::clearAll() {
50 void BitSet::ensureCapacity(uint32_t minLen) {
/external/icu4c/test/perf/usetperf/
H A Dbitset.h14 * A simple, limited clone of the java.util.BitSet.
16 class BitSet { class
25 BitSet();
26 ~BitSet();
H A Dbitset.cpp20 BitSet::BitSet() { function in class:BitSet
26 BitSet::~BitSet() {
30 UBool BitSet::get(int32_t bitIndex) const {
37 void BitSet::set(int32_t bitIndex) {
46 void BitSet::clearAll() {
50 void BitSet::ensureCapacity(uint32_t minLen) {
/external/chromium/third_party/icu/source/test/perf/unisetperf/draft/
H A Dbitset.cpp84 class BitSet : public UObject, public UnicodeContainable { class in inherits:UObject,UnicodeContainable
86 BitSet(const UnicodeSet &set, UErrorCode &errorCode) : bits(shortBits), restSet(set.clone()) { function in class:BitSet
172 ~BitSet() {
/external/icu4c/test/perf/unisetperf/draft/
H A Dbitset.cpp84 class BitSet : public UObject, public UnicodeContainable { class in inherits:UObject,UnicodeContainable
86 BitSet(const UnicodeSet &set, UErrorCode &errorCode) : bits(shortBits), restSet(set.clone()) { function in class:BitSet
172 ~BitSet() {

Completed in 93 milliseconds