Home | History | Annotate | Download | only in unisetperf

Lines Matching defs:tf

99         UBool tf=FALSE;
101 i=span(s, length, i, tf);
102 tf=(UBool)(!tf);
106 int32_t span(const UChar *s, int32_t length, int32_t start, UBool tf) const {
111 if(tf!=set.contains(c)) {
181 UBool tf=FALSE;
183 i+=span(set, s+i, length-i, tf);
184 tf=(UBool)(!tf);
192 static int32_t span(const UnicodeSet &set, const UChar *s, int32_t length, UBool tf) {
197 if(tf!=set.contains(c)) {
243 UBool tf=FALSE;
245 i+=set.span(s+i, length-i, (USetSpanCondition)tf);
246 tf=(UBool)(!tf);
298 UBool tf=(UBool)((testcase.spanCount&1)==0);
299 while(length>0 || !tf) {
300 length=set.spanBack(s, length, (USetSpanCondition)tf);
301 tf=(UBool)(!tf);
344 UBool tf=FALSE;
346 i+=set.spanUTF8(s+i, length-i, (USetSpanCondition)tf);
347 tf=(UBool)(!tf);
394 UBool tf=(UBool)((testcase.spanCount&1)==0);
395 while(length>0 || !tf) {
396 length=set.spanBackUTF8(s, length, (USetSpanCondition)tf);
397 tf=(UBool)(!tf);