Home | History | Annotate | Download | only in cintltst

Lines Matching refs:UBool

49 static UBool ctst_free = FALSE;
85 UBool defaultDataFound;
463 UBool ctest_resetICU() {
665 U_CFUNC UBool assertSuccessCheck(const char* msg, UErrorCode* ec, UBool possibleDataError) {
678 U_CFUNC UBool assertSuccess(const char* msg, UErrorCode* ec) {
683 /* if 'condition' is a UBool, the compiler complains bitterly about
685 U_CFUNC UBool assertTrue(const char* msg, int /*not UBool*/ condition) {
694 return (UBool)condition;
697 U_CFUNC UBool assertEquals(const char* message, const char* expected,
712 U_CFUNC UBool assertUEquals(const char* message, const UChar* expected,
732 U_CFUNC UBool assertIntEquals(const char* message, int64_t expected, int64_t actual) {