Home | History | Annotate | Download | only in unisetperf

Lines Matching refs:tf

98         UBool tf=FALSE;
100 i=span(s, length, i, tf);
101 tf=(UBool)(!tf);
105 int32_t span(const UChar *s, int32_t length, int32_t start, UBool tf) const {
110 if(tf!=set.contains(c)) {
180 UBool tf=FALSE;
182 i+=span(set, s+i, length-i, tf);
183 tf=(UBool)(!tf);
191 static int32_t span(const UnicodeSet &set, const UChar *s, int32_t length, UBool tf) {
196 if(tf!=set.contains(c)) {
242 UBool tf=FALSE;
244 i+=set.span(s+i, length-i, (USetSpanCondition)tf);
245 tf=(UBool)(!tf);
297 UBool tf=(UBool)((testcase.spanCount&1)==0);
298 while(length>0 || !tf) {
299 length=set.spanBack(s, length, (USetSpanCondition)tf);
300 tf=(UBool)(!tf);
343 UBool tf=FALSE;
345 i+=set.spanUTF8(s+i, length-i, (USetSpanCondition)tf);
346 tf=(UBool)(!tf);
393 UBool tf=(UBool)((testcase.spanCount&1)==0);
394 while(length>0 || !tf) {
395 length=set.spanBackUTF8(s, length, (USetSpanCondition)tf);
396 tf=(UBool)(!tf);