Home
last modified time | relevance | path

Searched refs:bmpSet (Results 1 – 3 of 3) sorted by relevance

/external/icu4c/common/
Duniset.cpp144 len(1), capacity(1 + START_EXTRA), list(0), bmpSet(0), buffer(0), in UnicodeSet()
164 len(1), capacity(1 + START_EXTRA), list(0), bmpSet(0), buffer(0), in UnicodeSet()
184 bmpSet(0), in UnicodeSet()
201 bmpSet(0), in UnicodeSet()
226 delete bmpSet; in ~UnicodeSet()
248 if (o.bmpSet == NULL) { in operator =()
249 bmpSet = NULL; in operator =()
251 bmpSet = new BMPSet(*o.bmpSet, list, len); in operator =()
356 if (bmpSet != NULL) { in contains()
357 return bmpSet->contains(c); in contains()
[all …]
Duniset_props.cpp251 len(0), capacity(START_EXTRA), list(0), bmpSet(0), buffer(0), in UnicodeSet()
279 len(0), capacity(START_EXTRA), list(0), bmpSet(0), buffer(0), in UnicodeSet()
299 len(0), capacity(START_EXTRA), list(0), bmpSet(0), buffer(0), in UnicodeSet()
/external/icu4c/common/unicode/
Duniset.h268 BMPSet *bmpSet; // The set is frozen iff either bmpSet or stringSpan is not NULL. variable
1499 return (UBool)(bmpSet!=NULL || stringSpan!=NULL); in isFrozen()