/external/icu/icu4c/source/test/cintltst/ |
D | idnatest.c | 74 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 …]
|
D | spreptst.c | 111 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()
|
D | ncnvtst.c | 47 … const char *codepage, const int32_t *expectOffsets, UBool doFlush, UErrorCode expectedStatus); 49 … const char *codepage, const int32_t *expectOffsets, UBool doFlush, UErrorCode expectedStatus); 1008 … const char *codepage, const int32_t *expectOffsets, UBool doFlush, UErrorCode expectedStatus) in convertFromU() argument 1049 if(status != expectedStatus){ in convertFromU() 1050 …codepage=%s. Error =%s Expected=%s\n", codepage, myErrorName(status), myErrorName(expectedStatus)); in convertFromU() 1097 … const char *codepage, const int32_t *expectOffsets, UBool doFlush, UErrorCode expectedStatus) in convertToU() argument 1146 if(status != expectedStatus){ in convertToU() 1147 …codepage=%s. Error =%s Expected=%s\n", codepage, myErrorName(status), myErrorName(expectedStatus)); in convertToU()
|
D | cloctst.c | 1689 UErrorCode expectedStatus; /* from uloc_openKeywords */ in TestKeywordVariants() member 1743 if(status != testCases[i].expectedStatus) { in TestKeywordVariants() 1746 u_errorName(testCases[i].expectedStatus), u_errorName(status)); in TestKeywordVariants() 5811 const UErrorCode expectedStatus = maximizeErrors[i].uerror; in TestLikelySubtags() local 5823 …oc_addLikelySubtags(), minimal \"%s\" expected status %s\n", minimal, u_errorName(expectedStatus)); in TestLikelySubtags() 5826 else if (status != expectedStatus) { in TestLikelySubtags() 5827 …nimal \"%s\" expected status %s, but got %s\n", minimal, u_errorName(expectedStatus), u_errorName(… in TestLikelySubtags() 5845 const UErrorCode expectedStatus = minimizeErrors[i].uerror; in TestLikelySubtags() local 5857 …loc_minimizeSubtags(), maximal \"%s\" expected status %s\n", maximal, u_errorName(expectedStatus)); in TestLikelySubtags() 5860 else if (status != expectedStatus) { in TestLikelySubtags() [all …]
|
D | capitst.c | 2028 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()
|
D | cmsccoll.c | 3300 UErrorCode expectedStatus; in TestBeforeTightening() member 3329 if(status != tests[i].expectedStatus) { in TestBeforeTightening() 3331 tests[i].rules, u_errorName(status), u_errorName(tests[i].expectedStatus)); in TestBeforeTightening()
|
/external/icu/icu4c/source/test/intltest/ |
D | testidna.cpp | 455 UBool useSTD3ASCIIRules,UErrorCode expectedStatus, in testAPI() argument 482 …if(U_SUCCESS(status) && expectedStatus != U_IDNA_STD3_ASCII_RULES_ERROR&& (doCompare==TRUE) && u_s… in testAPI() 493 if(status != expectedStatus){ in testAPI() 496 " null terminated source. Expected: " +UnicodeString(u_errorName(expectedStatus)) in testAPI() 527 if(status != expectedStatus && expectedStatus != U_IDNA_UNASSIGNED_ERROR){ in testAPI() 530 … " null terminated source with options set. Expected: " +UnicodeString(u_errorName(expectedStatus)) in testAPI() 555 if(status != expectedStatus){ in testAPI() 558 " with source length. Expected: " +UnicodeString(u_errorName(expectedStatus)) in testAPI() 582 if(status != expectedStatus && expectedStatus != U_IDNA_UNASSIGNED_ERROR){ in testAPI() 585 … " with source length and options set. Expected: " +UnicodeString(u_errorName(expectedStatus)) in testAPI() [all …]
|
D | regextst.h | 70 UErrorCode expectedStatus, int32_t line);
|
D | testidna.h | 84 UBool useSTD3ASCIIRules, UErrorCode expectedStatus,
|
D | loctest.cpp | 1608 UErrorCode expectedStatus; in TestKeywordVariants() member 1644 if(status != testCases[i].expectedStatus) { in TestKeywordVariants() 1646 u_errorName(testCases[i].expectedStatus), u_errorName(status)); in TestKeywordVariants()
|
D | regextst.cpp | 485 UErrorCode expectedStatus, int32_t line) { in regex_err() argument 497 if (status != expectedStatus) { in regex_err() 516 if (status != expectedStatus) { in regex_err()
|
/external/icu/icu4c/source/test/iotest/ |
D | stream.cpp | 223 int32_t expectedStatus) in testString() argument 241 if (getBitStatus(sstrm) != expectedStatus) { in testString() 243 …log_err("Expected status %d, Got %d. See verbose output for details\n", expectedStatus, getBitStat… in testString()
|