Lines Matching refs:U_CFUNC
34 U_CFUNC void addAllTests(TestNode** root);
39 U_CFUNC const char* ctest_dataOutDir(void);
45 U_CFUNC const char* ctest_dataSrcDir(void);
51 U_CFUNC UChar* CharsToUChars(const char* chars);
60 U_CFUNC char *austrdup(const UChar* unichars);
69 U_CFUNC char *aescstrdup(const UChar* unichars, int32_t length);
78 U_CFUNC void *ctst_malloc(size_t size);
84 U_CFUNC const char* loadTestData(UErrorCode* err);
99 U_CFUNC void ctest_setTimeZone(const char *optionalTimeZone, UErrorCode *status);
103 U_CFUNC void ctest_resetTimeZone(void);
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);
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);