Home | History | Annotate | Download | only in intltest

Lines Matching refs:UBool

53 DateFormatRoundTripTest::runIndexedTest( int32_t index, UBool exec, const char* &name, char* par )
63 UBool
74 UBool
218 UBool TEST_TABLE [24];//= new boolean[24];
277 void DateFormatRoundTripTest::test(DateFormat *fmt, const Locale &origLocale, UBool timeOnly)
285 UBool isGregorian = FALSE;
305 UBool hasEra = (pat.indexOf(UnicodeString("G")) != -1);
306 UBool hasZoneDisplayName = (pat.indexOf(UnicodeString("z")) != -1) || (pat.indexOf(UnicodeString("v")) != -1)
356 UBool match = s[loop] == s[loop-1];
367 UBool match = d[loop]/*.getTime()*/ == d[loop-1]/*.getTime()*/;
406 UBool in0;
470 UBool fail = (dmatch > maxDmatch || smatch > maxSmatch);