Home | History | Annotate | Download | only in unisetperf

Lines Matching refs:span

80                            "cp/span:%.3g  UChar/span:%.3g  B/span:%.3g  B/cp:%.3g\n",
94 // not-span is counted.
101 i=span(s, length, i, tf);
106 int32_t span(const UChar *s, int32_t length, int32_t start, UBool tf) const {
144 // Input code points, plus one for the end of each span except the last span.
183 i+=span(set, s+i, length-i, tf);
192 static int32_t span(const UnicodeSet &set, const UChar *s, int32_t length, UBool tf) {
215 if(testcase.set.span(utf16, 1, USET_SPAN_CONTAINED)>0) {
223 if(testcase.set.span(utf16, 2, USET_SPAN_CONTAINED)>0) {
245 i+=set.span(s+i, length-i, (USetSpanCondition)tf);
294 * Get the same spans as with span() where we always start with a not-contained span.
295 * If testcase.spanCount is an odd number, then the last span() was not-contained.
296 * The last spanBack() must be not-contained to match the first span().
390 * Get the same spans as with span() where we always start with a not-contained span.
391 * If testcase.spanCount is an odd number, then the last span() was not-contained.
392 * The last spanBack() must be not-contained to match the first span().