Searched refs:stringSpan (Results 1 - 3 of 3) sorted by relevance

/external/icu4c/common/
H A Duniset.cpp146 bufferCapacity(0), patLen(0), pat(NULL), strings(NULL), stringSpan(NULL),
173 bufferCapacity(0), patLen(0), pat(NULL), strings(NULL), stringSpan(NULL),
200 patLen(0), pat(NULL), strings(NULL), stringSpan(NULL),
224 patLen(0), pat(NULL), strings(NULL), stringSpan(NULL),
234 // *this = o except for bmpSet and stringSpan
264 delete stringSpan;
304 if (o.stringSpan == NULL) {
305 stringSpan = NULL;
307 stringSpan = new UnicodeSetStringSpan(*o.stringSpan, *string
[all...]
H A Duniset_props.cpp333 bufferCapacity(0), patLen(0), pat(NULL), strings(NULL), stringSpan(NULL),
362 bufferCapacity(0), patLen(0), pat(NULL), strings(NULL), stringSpan(NULL),
383 bufferCapacity(0), patLen(0), pat(NULL), strings(NULL), stringSpan(NULL),
/external/icu4c/common/unicode/
H A Duniset.h277 BMPSet *bmpSet; // The set is frozen iff either bmpSet or stringSpan is not NULL.
293 UnicodeSetStringSpan *stringSpan; member in class:UnicodeSet
1618 return (UBool)(bmpSet!=NULL || stringSpan!=NULL);

Completed in 47 milliseconds