Lines Matching refs:spanSet

205         : spanSet(0, 0x10ffff), pSpanNotSet(NULL), strings(setStrings),  in UnicodeSetStringSpan()
210 spanSet.retainAll(set); in UnicodeSetStringSpan()
214 pSpanNotSet=&spanSet; in UnicodeSetStringSpan()
233 spanLength=spanSet.span(s16, length16, USET_SPAN_CONTAINED); in UnicodeSetStringSpan()
258 spanSet.freeze(); in UnicodeSetStringSpan()
312 spanLength=spanSet.span(s16, length16, USET_SPAN_CONTAINED); in UnicodeSetStringSpan()
320 spanLength=length16-spanSet.spanBack(s16, length16, USET_SPAN_CONTAINED); in UnicodeSetStringSpan()
336 … spanLength=spanSet.spanUTF8((const char *)s8, length8, USET_SPAN_CONTAINED); in UnicodeSetStringSpan()
340 … spanLength=length8-spanSet.spanBackUTF8((const char *)s8, length8, USET_SPAN_CONTAINED); in UnicodeSetStringSpan()
393 : spanSet(otherStringSpan.spanSet), pSpanNotSet(NULL), strings(newParentSetStrings), in UnicodeSetStringSpan()
398 if(otherStringSpan.pSpanNotSet==&otherStringSpan.spanSet) { in UnicodeSetStringSpan()
399 pSpanNotSet=&spanSet; in UnicodeSetStringSpan()
424 if(pSpanNotSet!=NULL && pSpanNotSet!=&spanSet) { in ~UnicodeSetStringSpan()
433 if(pSpanNotSet==NULL || pSpanNotSet==&spanSet) { in addToSpanNotSet()
434 if(spanSet.contains(c)) { in addToSpanNotSet()
437 UnicodeSet *newSet=(UnicodeSet *)spanSet.cloneAsThawed(); in addToSpanNotSet()
636 int32_t spanLength=spanSet.span(s, length, USET_SPAN_CONTAINED); in span()
755 spanLength=spanSet.span(s+pos, rest, USET_SPAN_CONTAINED); in span()
768 spanLength=spanOne(spanSet, s+pos, rest); in span()
796 int32_t pos=spanSet.spanBack(s, length, USET_SPAN_CONTAINED); in spanBack()
921 pos=spanSet.spanBack(s, oldPos, USET_SPAN_CONTAINED); in spanBack()
933 spanLength=spanOneBack(spanSet, s, pos); in spanBack()
958 int32_t spanLength=spanSet.spanUTF8((const char *)s, length, USET_SPAN_CONTAINED); in spanUTF8()
1097 spanLength=spanSet.spanUTF8((const char *)s+pos, rest, USET_SPAN_CONTAINED); in spanUTF8()
1110 spanLength=spanOneUTF8(spanSet, s+pos, rest); in spanUTF8()
1138 int32_t pos=spanSet.spanBackUTF8((const char *)s, length, USET_SPAN_CONTAINED); in spanBackUTF8()
1277 pos=spanSet.spanBackUTF8((const char *)s, oldPos, USET_SPAN_CONTAINED); in spanBackUTF8()
1289 spanLength=spanOneBackUTF8(spanSet, s, pos); in spanBackUTF8()
1354 int32_t cpLength=spanOne(spanSet, s+pos, rest); in spanNot()
1394 int32_t cpLength=spanOneBack(spanSet, s, pos); in spanNotBack()
1442 int32_t cpLength=spanOneUTF8(spanSet, s+pos, rest); in spanNotUTF8()
1485 int32_t cpLength=spanOneBackUTF8(spanSet, s, pos); in spanNotBackUTF8()