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

/external/icu4c/test/perf/unisetperf/draft/
H A Dunicont.h27 virtual int32_t spanNot(const UChar *s, int32_t length);
/external/icu4c/common/
H A Dunisetspan.h96 int32_t spanNot(const UChar *s, int32_t length) const;
H A Dunisetspan.cpp524 * after an empty code point span) and in spanNot() and spanNotUTF8(),
632 return spanNot(s, length);
1309 * Algorithm for spanNot()==span(USET_SPAN_NOT_CONTAINED)
1337 int32_t UnicodeSetStringSpan::spanNot(const UChar *s, int32_t length) const { function in class:UnicodeSetStringSpan

Completed in 241 milliseconds