Searched refs:assertSuccessCheck (Results 1 – 6 of 6) sorted by relevance
/third_party/icu/icu4c/source/test/cintltst/ |
D | unumberrangeformattertst.c | 60 assertSuccessCheck("There should not be a failure in the example code", &ec, true); in TestExampleCode() 64 assertSuccessCheck("There should not be a failure in the example code", &ec, true); in TestExampleCode() 69 assertSuccessCheck("There should not be a failure in the example code", &ec, true); in TestExampleCode() 90 assertSuccessCheck("Should create without error", &ec, true); in TestFormattedValue() 97 if (assertSuccessCheck("Should format without error", &ec, true)) { in TestFormattedValue() 173 assertSuccessCheck("Should create without error", &ec, true); in TestGetDecimalNumbers() 179 assertSuccessCheck("Formatting should succeed", &ec, true); in TestGetDecimalNumbers()
|
D | unumberformattertst.c | 67 assertSuccessCheck("Should create without error", &ec, true); in TestSkeletonFormatToString() 74 if (assertSuccessCheck("Should format integer without error", &ec, true)) { in TestSkeletonFormatToString() 107 assertSuccessCheck("Should create without error", &ec, true); in TestSkeletonFormatToFields() 111 if (assertSuccessCheck("unumf_formatInt() failed", &ec, true)) { in TestSkeletonFormatToFields() 121 if (assertSuccessCheck("Should create iterator without error", &ec, true)) { in TestSkeletonFormatToFields() 192 assertSuccessCheck("There should not be a failure in the example code", &ec, true); in TestExampleCode() 196 if (assertSuccessCheck("There should not be a failure in the example code", &ec, true)) { in TestExampleCode() 219 assertSuccessCheck("Should create without error", &ec, true); in TestFormattedValue() 224 if (assertSuccessCheck("Should format without error", &ec, true)) { in TestFormattedValue() 280 assertSuccessCheck("Should create without error", &ec, true); in TestToDecimalNumber() [all …]
|
D | cintltst.h | 128 U_CFUNC UBool assertSuccessCheck(const char* msg, UErrorCode* ec, UBool possibleDataError);
|
D | cintltst.c | 694 U_CFUNC UBool assertSuccessCheck(const char* msg, UErrorCode* ec, UBool possibleDataError) { in assertSuccessCheck() function 709 return assertSuccessCheck(msg, ec, false); in assertSuccess()
|
D | cnumtst.c | 2364 if(assertSuccessCheck("calling unum_open()", &status, true)) { in TestUFormattable() 2389 if(assertSuccessCheck("calling ufmt_open() || unum_open()", &status, true)) { in TestUFormattable() 2437 if(assertSuccessCheck("calling unum_open()", &status, true)) { in TestUFormattable() 3173 if (!assertSuccessCheck("unum_open() failed", &status, true)) { return; } in Test12052_NullPointer()
|
D | cdattst.c | 1756 if (!assertSuccessCheck("udat_open()", &status, true)) { in TestParseErrorReturnValue()
|