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