Lines Matching refs:UBool
92 virtual UPerfFunction* runIndexedTest(int32_t index, UBool exec, const char* &name, char* par = NULL);
102 UBool tf=FALSE;
105 tf=(UBool)(!tf);
109 int32_t span(const UChar *s, int32_t length, int32_t start, UBool tf) const {
184 UBool tf=FALSE;
187 tf=(UBool)(!tf);
195 static int32_t span(const UnicodeSet &set, const UChar *s, int32_t length, UBool tf) {
246 UBool tf=FALSE;
249 tf=(UBool)(!tf);
301 UBool tf=(UBool)((testcase.spanCount&1)==0);
304 tf=(UBool)(!tf);
347 UBool tf=FALSE;
350 tf=(UBool)(!tf);
397 UBool tf=(UBool)((testcase.spanCount&1)==0);
400 tf=(UBool)(!tf);
410 UPerfFunction* UnicodeSetPerformanceTest::runIndexedTest(int32_t index, UBool exec, const char* &name, char* par) {