HomeSort by relevance Sort by last modified time
    Searched full:spanset (Results 1 - 4 of 4) sorted by null

  /external/chromium/third_party/icu/source/common/
unisetspan.h 102 UnicodeSet spanSet;
105 // Same as spanSet, plus characters that start or end strings.
150 return spanSet.contains(c);
unisetspan.cpp 203 : spanSet(0, 0x10ffff), pSpanNotSet(NULL), strings(setStrings),
208 spanSet.retainAll(set);
212 pSpanNotSet=&spanSet;
231 spanLength=spanSet.span(s16, length16, USET_SPAN_CONTAINED);
256 spanSet.freeze();
310 spanLength=spanSet.span(s16, length16, USET_SPAN_CONTAINED);
318 spanLength=length16-spanSet.spanBack(s16, length16, USET_SPAN_CONTAINED);
334 spanLength=spanSet.spanUTF8((const char *)s8, length8, USET_SPAN_CONTAINED);
338 spanLength=length8-spanSet.spanBackUTF8((const char *)s8, length8, USET_SPAN_CONTAINED);
391 : spanSet(otherStringSpan.spanSet), pSpanNotSet(NULL), strings(newParentSetStrings)
    [all...]
  /external/icu4c/common/
unisetspan.h 102 UnicodeSet spanSet;
105 // Same as spanSet, plus characters that start or end strings.
150 return spanSet.contains(c);
unisetspan.cpp 203 : spanSet(0, 0x10ffff), pSpanNotSet(NULL), strings(setStrings),
208 spanSet.retainAll(set);
212 pSpanNotSet=&spanSet;
231 spanLength=spanSet.span(s16, length16, USET_SPAN_CONTAINED);
256 spanSet.freeze();
310 spanLength=spanSet.span(s16, length16, USET_SPAN_CONTAINED);
318 spanLength=length16-spanSet.spanBack(s16, length16, USET_SPAN_CONTAINED);
334 spanLength=spanSet.spanUTF8((const char *)s8, length8, USET_SPAN_CONTAINED);
338 spanLength=length8-spanSet.spanBackUTF8((const char *)s8, length8, USET_SPAN_CONTAINED);
391 : spanSet(otherStringSpan.spanSet), pSpanNotSet(NULL), strings(newParentSetStrings)
    [all...]

Completed in 150 milliseconds