Home
last modified time | relevance | path

Searched refs:assertSuccessCheck (Results 1 – 6 of 6) sorted by relevance

/third_party/icu/icu4c/source/test/cintltst/
Dunumberrangeformattertst.c60 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()
Dunumberformattertst.c67 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 …]
Dcintltst.h128 U_CFUNC UBool assertSuccessCheck(const char* msg, UErrorCode* ec, UBool possibleDataError);
Dcintltst.c694 U_CFUNC UBool assertSuccessCheck(const char* msg, UErrorCode* ec, UBool possibleDataError) { in assertSuccessCheck() function
709 return assertSuccessCheck(msg, ec, false); in assertSuccess()
Dcnumtst.c2364 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()
Dcdattst.c1756 if (!assertSuccessCheck("udat_open()", &status, true)) { in TestParseErrorReturnValue()