HomeSort by relevance Sort by last modified time
    Searched refs:expectedStatus (Results 1 - 13 of 13) sorted by null

  /external/icu4c/test/intltest/
regextst.h 58 UErrorCode expectedStatus, int32_t line);
testidna.cpp 451 UBool useSTD3ASCIIRules,UErrorCode expectedStatus,
478 if(U_SUCCESS(status) && expectedStatus != U_IDNA_STD3_ASCII_RULES_ERROR&& (doCompare==TRUE) && u_strCaseCompare(dest,destLen, expected,expectedLen,0,&status)!=0){
489 if(status != expectedStatus){
492 " null terminated source. Expected: " +UnicodeString(u_errorName(expectedStatus))
523 if(status != expectedStatus && expectedStatus != U_IDNA_UNASSIGNED_ERROR){
526 " null terminated source with options set. Expected: " +UnicodeString(u_errorName(expectedStatus))
551 if(status != expectedStatus){
554 " with source length. Expected: " +UnicodeString(u_errorName(expectedStatus))
578 if(status != expectedStatus && expectedStatus != U_IDNA_UNASSIGNED_ERROR)
    [all...]
testidna.h 82 UBool useSTD3ASCIIRules, UErrorCode expectedStatus,
loctest.cpp     [all...]
regextst.cpp 512 UErrorCode expectedStatus, int32_t line) {
524 if (status != expectedStatus) {
543 if (status != expectedStatus) {
    [all...]
  /external/icu4c/test/iotest/
stream.cpp 231 int32_t expectedStatus)
249 if (getBitStatus(sstrm) != expectedStatus) {
252 log_info("Warning. Expected status %d, Got %d. This maybe caused by the fact that the non-standardized iostream is being used.\n", expectedStatus, getBitStatus(sstrm));
255 log_err("Expected status %d, Got %d. See verbose output for details\n", expectedStatus, getBitStatus(sstrm));
  /external/icu4c/test/cintltst/
idnatest.c 74 UBool useSTD3ASCIIRules,UErrorCode expectedStatus,
102 if(U_SUCCESS(status) && expectedStatus != U_IDNA_STD3_ASCII_RULES_ERROR&& (doCompare==TRUE) && u_strCaseCompare(dest,destLen, expected,expectedLen,0,&status)!=0){
110 if(status != expectedStatus){
111 log_err_status(status, "Did not get the expected error for %s null terminated source failed. Expected: %s Got: %s\n",testName, u_errorName(expectedStatus), u_errorName(status));
133 if(status != expectedStatus && expectedStatus != U_IDNA_UNASSIGNED_ERROR){
134 log_err( "Did not get the expected error for %s null terminated source with options set. Expected: %s Got: %s\n",testName, u_errorName(expectedStatus), u_errorName(status));
156 if(status != expectedStatus){
157 log_err( "Did not get the expected error for %s with source length. Expected: %s Got: %s\n",testName, u_errorName(expectedStatus), u_errorName(status));
178 if(status != expectedStatus && expectedStatus != U_IDNA_UNASSIGNED_ERROR)
    [all...]
spreptst.c 111 UErrorCode expectedStatus;
327 UErrorCode expectedStatus = conformanceTestCases[i].expectedStatus;
339 if(expectedStatus != status){
340 log_data_err("Did not get the expected status for nfs4_cis_prep at index %i. Expected: %s Got: %s - (Are you missing data?)\n",i, u_errorName(expectedStatus), u_errorName(status));
ncnvtst.c 43 const char *codepage, const int32_t *expectOffsets, UBool doFlush, UErrorCode expectedStatus);
45 const char *codepage, const int32_t *expectOffsets, UBool doFlush, UErrorCode expectedStatus);
    [all...]
cloctst.c     [all...]
capitst.c     [all...]
cmsccoll.c     [all...]
  /packages/providers/DownloadProvider/src/com/android/providers/downloads/
DownloadThread.java 682 int expectedStatus = state.mContinuingDownload ? 206 : Downloads.Impl.STATUS_SUCCESS;
683 if (statusCode != expectedStatus) {
    [all...]

Completed in 342 milliseconds