Searched refs:spanSet (Results 1 – 2 of 2) sorted by relevance
/external/icu4c/common/ |
D | unisetspan.cpp | 203 : spanSet(0, 0x10ffff), pSpanNotSet(NULL), strings(setStrings), in UnicodeSetStringSpan() 208 spanSet.retainAll(set); in UnicodeSetStringSpan() 212 pSpanNotSet=&spanSet; in UnicodeSetStringSpan() 231 spanLength=spanSet.span(s16, length16, USET_SPAN_CONTAINED); in UnicodeSetStringSpan() 256 spanSet.freeze(); in UnicodeSetStringSpan() 310 spanLength=spanSet.span(s16, length16, USET_SPAN_CONTAINED); in UnicodeSetStringSpan() 318 spanLength=length16-spanSet.spanBack(s16, length16, USET_SPAN_CONTAINED); in UnicodeSetStringSpan() 334 … spanLength=spanSet.spanUTF8((const char *)s8, length8, USET_SPAN_CONTAINED); in UnicodeSetStringSpan() 338 … spanLength=length8-spanSet.spanBackUTF8((const char *)s8, length8, USET_SPAN_CONTAINED); in UnicodeSetStringSpan() 391 : spanSet(otherStringSpan.spanSet), pSpanNotSet(NULL), strings(newParentSetStrings), in UnicodeSetStringSpan() [all …]
|
D | unisetspan.h | 102 UnicodeSet spanSet; variable 150 return spanSet.contains(c); in contains()
|