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