Searched refs:spanSet (Results 1 - 3 of 3) sorted by relevance

/macosx-10.10/ICU-531.30/icuSources/common/
H A Dunisetspan.cpp205 : spanSet(0, 0x10ffff), pSpanNotSet(NULL), strings(setStrings),
210 spanSet.retainAll(set);
214 pSpanNotSet=&spanSet;
233 spanLength=spanSet.span(s16, length16, USET_SPAN_CONTAINED);
258 spanSet.freeze();
312 spanLength=spanSet.span(s16, length16, USET_SPAN_CONTAINED);
320 spanLength=length16-spanSet.spanBack(s16, length16, USET_SPAN_CONTAINED);
336 spanLength=spanSet.spanUTF8((const char *)s8, length8, USET_SPAN_CONTAINED);
340 spanLength=length8-spanSet.spanBackUTF8((const char *)s8, length8, USET_SPAN_CONTAINED);
393 : spanSet(otherStringSpa
[all...]
H A Dunisetspan.h102 UnicodeSet spanSet; member in class:UnicodeSetStringSpan
105 // Same as spanSet, plus characters that start or end strings.
150 return spanSet.contains(c);
/macosx-10.10/Heimdal-398.1.2/lib/sqlite/
H A Dsqlite3.c105604 static void spanSet(ExprSpan *pOut, Token *pStart, Token *pEnd){ function
[all...]

Completed in 497 milliseconds