Searched refs:pSpanNotSet (Results 1 - 2 of 2) sorted by relevance

/external/icu4c/common/
H A Dunisetspan.cpp203 : spanSet(0, 0x10ffff), pSpanNotSet(NULL), strings(setStrings),
212 pSpanNotSet=&spanSet;
303 // Set the meta data and pSpanNotSet and write the UTF-8 strings.
384 pSpanNotSet->freeze();
391 : spanSet(otherStringSpan.spanSet), pSpanNotSet(NULL), strings(newParentSetStrings),
396 if(otherStringSpan.pSpanNotSet==&otherStringSpan.spanSet) {
397 pSpanNotSet=&spanSet;
399 pSpanNotSet=(UnicodeSet *)otherStringSpan.pSpanNotSet->clone();
422 if(pSpanNotSet!
[all...]
H A Dunisetspan.h106 UnicodeSet *pSpanNotSet; member in class:UnicodeSetStringSpan

Completed in 10 milliseconds