Home
last modified time | relevance | path

Searched refs:expectedStatus (Results 1 – 12 of 12) sorted by relevance

/external/icu/icu4c/source/test/cintltst/
Didnatest.c74 UBool useSTD3ASCIIRules,UErrorCode expectedStatus, in testAPI() argument
102 …if(U_SUCCESS(status) && expectedStatus != U_IDNA_STD3_ASCII_RULES_ERROR&& (doCompare==TRUE) && u_s… in testAPI()
110 if(status != expectedStatus){ in testAPI()
111 …minated source failed. Expected: %s Got: %s\n",testName, u_errorName(expectedStatus), u_errorName(… in testAPI()
133 if(status != expectedStatus && expectedStatus != U_IDNA_UNASSIGNED_ERROR){ in testAPI()
134 …urce with options set. Expected: %s Got: %s\n",testName, u_errorName(expectedStatus), u_errorName(… in testAPI()
156 if(status != expectedStatus){ in testAPI()
157 …%s with source length. Expected: %s Got: %s\n",testName, u_errorName(expectedStatus), u_errorName(… in testAPI()
178 if(status != expectedStatus && expectedStatus != U_IDNA_UNASSIGNED_ERROR){ in testAPI()
179 …ength and options set. Expected: %s Got: %s\n",testName, u_errorName(expectedStatus), u_errorName(… in testAPI()
[all …]
Dspreptst.c111 UErrorCode expectedStatus; member
327 UErrorCode expectedStatus = conformanceTestCases[i].expectedStatus; in Test_nfs4_cis_prep() local
339 if(expectedStatus != status){ in Test_nfs4_cis_prep()
340 …%i. Expected: %s Got: %s - (Are you missing data?)\n",i, u_errorName(expectedStatus), u_errorName(… in Test_nfs4_cis_prep()
Dncnvtst.c45 … const char *codepage, const int32_t *expectOffsets, UBool doFlush, UErrorCode expectedStatus);
47 … const char *codepage, const int32_t *expectOffsets, UBool doFlush, UErrorCode expectedStatus);
1006 … const char *codepage, const int32_t *expectOffsets, UBool doFlush, UErrorCode expectedStatus) in convertFromU() argument
1047 if(status != expectedStatus){ in convertFromU()
1048 …codepage=%s. Error =%s Expected=%s\n", codepage, myErrorName(status), myErrorName(expectedStatus)); in convertFromU()
1095 … const char *codepage, const int32_t *expectOffsets, UBool doFlush, UErrorCode expectedStatus) in convertToU() argument
1144 if(status != expectedStatus){ in convertToU()
1145 …codepage=%s. Error =%s Expected=%s\n", codepage, myErrorName(status), myErrorName(expectedStatus)); in convertToU()
Dcloctst.c1687 UErrorCode expectedStatus; /* from uloc_openKeywords */ in TestKeywordVariants() member
1741 if(status != testCases[i].expectedStatus) { in TestKeywordVariants()
1744 u_errorName(testCases[i].expectedStatus), u_errorName(status)); in TestKeywordVariants()
5737 const UErrorCode expectedStatus = maximizeErrors[i].uerror; in TestLikelySubtags() local
5749 …oc_addLikelySubtags(), minimal \"%s\" expected status %s\n", minimal, u_errorName(expectedStatus)); in TestLikelySubtags()
5752 else if (status != expectedStatus) { in TestLikelySubtags()
5753 …nimal \"%s\" expected status %s, but got %s\n", minimal, u_errorName(expectedStatus), u_errorName(… in TestLikelySubtags()
5771 const UErrorCode expectedStatus = minimizeErrors[i].uerror; in TestLikelySubtags() local
5783 …loc_minimizeSubtags(), maximal \"%s\" expected status %s\n", maximal, u_errorName(expectedStatus)); in TestLikelySubtags()
5786 else if (status != expectedStatus) { in TestLikelySubtags()
[all …]
Dcapitst.c2028 UErrorCode expectedStatus; in TestShortString() member
2075 if(status != testCases[i].expectedStatus) { in TestShortString()
2077 u_errorName(status), u_errorName(testCases[i].expectedStatus), testCases[i].input); in TestShortString()
Dcmsccoll.c3303 UErrorCode expectedStatus; in TestBeforeTightening() member
3332 if(status != tests[i].expectedStatus) { in TestBeforeTightening()
3334 tests[i].rules, u_errorName(status), u_errorName(tests[i].expectedStatus)); in TestBeforeTightening()
/external/icu/icu4c/source/test/intltest/
Dtestidna.cpp454 UBool useSTD3ASCIIRules,UErrorCode expectedStatus, in testAPI() argument
481 …if(U_SUCCESS(status) && expectedStatus != U_IDNA_STD3_ASCII_RULES_ERROR&& (doCompare==TRUE) && u_s… in testAPI()
492 if(status != expectedStatus){ in testAPI()
495 " null terminated source. Expected: " +UnicodeString(u_errorName(expectedStatus)) in testAPI()
526 if(status != expectedStatus && expectedStatus != U_IDNA_UNASSIGNED_ERROR){ in testAPI()
529 … " null terminated source with options set. Expected: " +UnicodeString(u_errorName(expectedStatus)) in testAPI()
554 if(status != expectedStatus){ in testAPI()
557 " with source length. Expected: " +UnicodeString(u_errorName(expectedStatus)) in testAPI()
581 if(status != expectedStatus && expectedStatus != U_IDNA_UNASSIGNED_ERROR){ in testAPI()
584 … " with source length and options set. Expected: " +UnicodeString(u_errorName(expectedStatus)) in testAPI()
[all …]
Dregextst.h68 UErrorCode expectedStatus, int32_t line);
Dtestidna.h84 UBool useSTD3ASCIIRules, UErrorCode expectedStatus,
Dloctest.cpp1592 UErrorCode expectedStatus; in TestKeywordVariants() member
1628 if(status != testCases[i].expectedStatus) { in TestKeywordVariants()
1630 u_errorName(testCases[i].expectedStatus), u_errorName(status)); in TestKeywordVariants()
Dregextst.cpp547 UErrorCode expectedStatus, int32_t line) { in regex_err() argument
559 if (status != expectedStatus) { in regex_err()
578 if (status != expectedStatus) { in regex_err()
/external/icu/icu4c/source/test/iotest/
Dstream.cpp224 int32_t expectedStatus) in testString() argument
242 if (getBitStatus(sstrm) != expectedStatus) { in testString()
244 …log_err("Expected status %d, Got %d. See verbose output for details\n", expectedStatus, getBitStat… in testString()