Home | History | Annotate | Download | only in intltest

Lines Matching refs:UBool

55 DateFormatRoundTripTest::runIndexedTest( int32_t index, UBool exec, const char* &name, char* par )
65 UBool
76 UBool
220 UBool TEST_TABLE [24];//= new boolean[24];
279 void DateFormatRoundTripTest::test(DateFormat *fmt, const Locale &origLocale, UBool timeOnly)
287 UBool isGregorian = FALSE;
307 UBool hasEra = (pat.indexOf(UnicodeString("G")) != -1);
308 UBool hasZoneDisplayName = (pat.indexOf(UnicodeString("z")) != -1) || (pat.indexOf(UnicodeString("v")) != -1)
358 UBool match = s[loop] == s[loop-1];
369 UBool match = d[loop]/*.getTime()*/ == d[loop-1]/*.getTime()*/;
408 UBool in0;
472 UBool fail = (dmatch > maxDmatch || smatch > maxSmatch);