D | stdnmtst.c | 38 static int dotestname(const char *name, const char *standard, const char *expected) { in dotestname() argument 45 tag = ucnv_getStandardName(name, standard, &error); in dotestname() 47 log_err_status(error, "FAIL: could not find %s standard name for %s\n", standard, name); in dotestname() 50 … log_err("FAIL: expected %s for %s standard name for %s, got %s\n", expected, standard, name, tag); in dotestname() 66 const char *standard; in TestStandardName() local 69 standard = ucnv_getStandard(i, &err); in TestStandardName() 73 } else if (!standard || !*standard) { in TestStandardName() 74 log_err("FAIL: %s standard name at index %d\n", (standard ? "empty" : in TestStandardName() 114 static int dotestconv(const char *name, const char *standard, const char *expected) { in dotestconv() argument 121 tag = ucnv_getCanonicalName(name, standard, &error); in dotestconv() [all …]
|