Home | History | Annotate | Download | only in cintltst

Lines Matching refs:UBool

109 U_CFUNC UBool ctest_resetICU(void);
114 U_CFUNC UBool assertSuccess(const char* msg, UErrorCode* ec);
120 U_CFUNC UBool assertSuccessCheck(const char* msg, UErrorCode* ec, UBool possibleDataError);
123 * Assert that the UBool is TRUE, and return TRUE if it does.
125 * NOTE: Use 'int condition' rather than 'UBool condition' so the
129 U_CFUNC UBool assertTrue(const char* msg, int condition);
135 U_CFUNC UBool assertEquals(const char* msg, const char* expectedString,
142 U_CFUNC UBool assertUEquals(const char* msg, const UChar* expectedString,
148 U_CFUNC UBool assertIntEquals(const char* msg, int64_t expected, int64_t actual);