Lines Matching full:x0000
260 log_data_err("unorm_normalize(%s) with 0x0000 failed: %s - (Are you missing data?)\n", name, u_errorName(status));
262 log_err("unorm_normalize(%s) with 0x0000 failed: Expected len %d, got %d\n", name, expLen, len);
279 log_verbose("unorm_normalize(%s) with 0x0000: OK\n", name);
285 UChar source_comp[] = { 0x0061, 0x0000, 0x0044, 0x0307 };
287 UChar expect_comp[] = { 0x0061, 0x0000, 0x1e0a };
290 UChar source_dcmp[] = { 0x1e0A, 0x0000, 0x0929 };
292 UChar expect_dcmp[] = { 0x0044, 0x0307, 0x0000, 0x0928, 0x093C };