Home | History | Annotate | Download | only in cintltst

Lines Matching full:dotestname

38 static int dotestname(const char *name, const char *standard, const char *expected) {
99 if (dotestname("ibm-1208", "MIME", "UTF-8") &&
100 /*dotestname("cp1252", "MIME", "windows-1252") &&*/
101 dotestname("ascii", "MIME", "US-ASCII") &&
102 dotestname("csiso2022jp2", "MIME", "ISO-2022-JP-2") &&
103 dotestname("Iso20-22__cN", "IANA", "ISO-2022-CN") &&
104 dotestname("ascii", "IANA", "ANSI_X3.4-1968") &&
105 dotestname("cp850", "IANA", "IBM850") &&
106 dotestname("crazy", "MIME", NULL) &&
107 dotestname("ASCII", "crazy", NULL) &&
108 dotestname("LMBCS-1", "MIME", NULL))