Searched refs:expectedTarget (Results 1 - 2 of 2) sorted by relevance

/external/chromium/third_party/icu/source/test/cintltst/
H A Dccapitst.c451 const uint8_t expectedTarget[]={ 0x00, 0x37, 0x2d, 0x2e, 0x0e, 0x49, 0x62, 0x0f, 0x00}; local
469 if(target[i] != expectedTarget[i]){
470 log_err("FAIL: ucnv_convert(ibm-1363->ibm-1364) failed.at index \n i=%d, Expected: %lx Got: %lx\n", i, (UChar)expectedTarget[i], (uint8_t)target[i]);
/external/icu4c/test/cintltst/
H A Dccapitst.c457 const uint8_t expectedTarget[]={ 0x00, 0x37, 0x2d, 0x2e, 0x0e, 0x49, 0x62, 0x0f, 0x00}; local
475 if(target[i] != expectedTarget[i]){
476 log_err("FAIL: ucnv_convert(ibm-1363->ibm-1364) failed.at index \n i=%d, Expected: %lx Got: %lx\n", i, (UChar)expectedTarget[i], (uint8_t)target[i]);

Completed in 25 milliseconds