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