Searched refs:TestEBCDICSwapLFNL (Results 1 - 1 of 1) sorted by relevance
/external/icu/icu4c/source/test/cintltst/ |
H A D | ccapitst.c | 65 static void TestEBCDICSwapLFNL(void); 100 addTest(root, &TestEBCDICSwapLFNL, "tsconv/ccapitst/TestEBCDICSwapLFNL"); 3063 log_data_err("TestEBCDICSwapLFNL error: unable to open %s or %s (%s)\n", name, swapped, u_errorName(errorCode)); 3070 log_err("TestEBCDICSwapLFNL error: ucnv_getName(%s,swaplfnl) failed (%s)\n", name, u_errorName(errorCode)); 3076 log_err("TestEBCDICSwapLFNL error: ucnv_getName(%s,swaplfnl)=%s should (%d) contain 'swaplfnl'\n", name, swappedName, swap); 3092 log_err("TestEBCDICSwapLFNL error converting to %s - (%s)\n", name, u_errorName(errorCode)); 3098 log_err("TestEBCDICSwapLFNL error converting to %s - output lengths %d vs. %d\n", name, normalLength, swappedLength); 3113 log_err("TestEBCDICSwapLFNL error converting to %s - did not swap properly, output[%d]=0x%02x\n", name, i, (uint8_t)swapped[i]); 3130 log_err("TestEBCDICSwapLFNL erro 3163 TestEBCDICSwapLFNL() { function 3183 TestEBCDICSwapLFNL() { function [all...] |
Completed in 70 milliseconds