Lines Matching refs:spanSet
207 : spanSet(0, 0x10ffff), pSpanNotSet(NULL), strings(setStrings), in UnicodeSetStringSpan()
212 spanSet.retainAll(set); in UnicodeSetStringSpan()
216 pSpanNotSet=&spanSet; in UnicodeSetStringSpan()
235 spanLength=spanSet.span(s16, length16, USET_SPAN_CONTAINED); in UnicodeSetStringSpan()
260 spanSet.freeze(); in UnicodeSetStringSpan()
314 spanLength=spanSet.span(s16, length16, USET_SPAN_CONTAINED); in UnicodeSetStringSpan()
322 spanLength=length16-spanSet.spanBack(s16, length16, USET_SPAN_CONTAINED); in UnicodeSetStringSpan()
338 … spanLength=spanSet.spanUTF8((const char *)s8, length8, USET_SPAN_CONTAINED); in UnicodeSetStringSpan()
342 … spanLength=length8-spanSet.spanBackUTF8((const char *)s8, length8, USET_SPAN_CONTAINED); in UnicodeSetStringSpan()
395 : spanSet(otherStringSpan.spanSet), pSpanNotSet(NULL), strings(newParentSetStrings), in UnicodeSetStringSpan()
400 if(otherStringSpan.pSpanNotSet==&otherStringSpan.spanSet) { in UnicodeSetStringSpan()
401 pSpanNotSet=&spanSet; in UnicodeSetStringSpan()
426 if(pSpanNotSet!=NULL && pSpanNotSet!=&spanSet) { in ~UnicodeSetStringSpan()
435 if(pSpanNotSet==NULL || pSpanNotSet==&spanSet) { in addToSpanNotSet()
436 if(spanSet.contains(c)) { in addToSpanNotSet()
439 UnicodeSet *newSet=(UnicodeSet *)spanSet.cloneAsThawed(); in addToSpanNotSet()
638 int32_t spanLength=spanSet.span(s, length, USET_SPAN_CONTAINED); in span()
757 spanLength=spanSet.span(s+pos, rest, USET_SPAN_CONTAINED); in span()
770 spanLength=spanOne(spanSet, s+pos, rest); in span()
798 int32_t pos=spanSet.spanBack(s, length, USET_SPAN_CONTAINED); in spanBack()
923 pos=spanSet.spanBack(s, oldPos, USET_SPAN_CONTAINED); in spanBack()
935 spanLength=spanOneBack(spanSet, s, pos); in spanBack()
960 int32_t spanLength=spanSet.spanUTF8((const char *)s, length, USET_SPAN_CONTAINED); in spanUTF8()
1096 spanLength=spanSet.spanUTF8((const char *)s+pos, rest, USET_SPAN_CONTAINED); in spanUTF8()
1109 spanLength=spanOneUTF8(spanSet, s+pos, rest); in spanUTF8()
1137 int32_t pos=spanSet.spanBackUTF8((const char *)s, length, USET_SPAN_CONTAINED); in spanBackUTF8()
1276 pos=spanSet.spanBackUTF8((const char *)s, oldPos, USET_SPAN_CONTAINED); in spanBackUTF8()
1288 spanLength=spanOneBackUTF8(spanSet, s, pos); in spanBackUTF8()
1353 int32_t cpLength=spanOne(spanSet, s+pos, rest); in spanNot()
1393 int32_t cpLength=spanOneBack(spanSet, s, pos); in spanNotBack()
1441 int32_t cpLength=spanOneUTF8(spanSet, s+pos, rest); in spanNotUTF8()
1484 int32_t cpLength=spanOneBackUTF8(spanSet, s, pos); in spanNotBackUTF8()