Home | History | Annotate | Download | only in common

Lines Matching refs:pSpanNotSet

205         : spanSet(0, 0x10ffff), pSpanNotSet(NULL), strings(setStrings),
214 pSpanNotSet=&spanSet;
305 // Set the meta data and pSpanNotSet and write the UTF-8 strings.
386 pSpanNotSet->freeze();
393 : spanSet(otherStringSpan.spanSet), pSpanNotSet(NULL), strings(newParentSetStrings),
398 if(otherStringSpan.pSpanNotSet==&otherStringSpan.spanSet) {
399 pSpanNotSet=&spanSet;
401 pSpanNotSet=(UnicodeSet *)otherStringSpan.pSpanNotSet->clone();
424 if(pSpanNotSet!=NULL && pSpanNotSet!=&spanSet) {
425 delete pSpanNotSet;
433 if(pSpanNotSet==NULL || pSpanNotSet==&spanSet) {
441 pSpanNotSet=newSet;
444 pSpanNotSet->add(c);
1345 i=pSpanNotSet->span(s+pos, rest, USET_SPAN_NOT_CONTAINED);
1387 pos=pSpanNotSet->spanBack(s, pos, USET_SPAN_NOT_CONTAINED);
1433 i=pSpanNotSet->spanUTF8((const char *)s+pos, rest, USET_SPAN_NOT_CONTAINED);
1478 pos=pSpanNotSet->spanBackUTF8((const char *)s, pos, USET_SPAN_NOT_CONTAINED);