Home | History | Annotate | Download | only in unisetperf

Lines Matching refs:tf

102         UBool tf=FALSE;
104 i=span(s, length, i, tf);
105 tf=(UBool)(!tf);
109 int32_t span(const UChar *s, int32_t length, int32_t start, UBool tf) const {
114 if(tf!=set.contains(c)) {
184 UBool tf=FALSE;
186 i+=span(set, s+i, length-i, tf);
187 tf=(UBool)(!tf);
195 static int32_t span(const UnicodeSet &set, const UChar *s, int32_t length, UBool tf) {
200 if(tf!=set.contains(c)) {
246 UBool tf=FALSE;
248 i+=set.span(s+i, length-i, (USetSpanCondition)tf);
249 tf=(UBool)(!tf);
301 UBool tf=(UBool)((testcase.spanCount&1)==0);
302 while(length>0 || !tf) {
303 length=set.spanBack(s, length, (USetSpanCondition)tf);
304 tf=(UBool)(!tf);
347 UBool tf=FALSE;
349 i+=set.spanUTF8(s+i, length-i, (USetSpanCondition)tf);
350 tf=(UBool)(!tf);
397 UBool tf=(UBool)((testcase.spanCount&1)==0);
398 while(length>0 || !tf) {
399 length=set.spanBackUTF8(s, length, (USetSpanCondition)tf);
400 tf=(UBool)(!tf);