Home
last modified time | relevance | path

Searched refs:dotestconv (Results 1 – 1 of 1) sorted by relevance

/external/icu/icu4c/source/test/cintltst/
Dstdnmtst.c115 static int dotestconv(const char *name, const char *standard, const char *expected) { in dotestconv() function
146 if (dotestconv("UTF-8", "IANA", "UTF-8") && /* default name */ in TestCanonicalName()
147 dotestconv("UTF-8", "MIME", "UTF-8") && /* default name */ in TestCanonicalName()
148 dotestconv("ibm-1208", "IBM", "UTF-8") && /* default name */ in TestCanonicalName()
149 dotestconv("ibm-5305", "IBM", "UTF-8") && /* non-default name */ in TestCanonicalName()
150 dotestconv("ibm-5305", "MIME", NULL) && /* mapping does not exist */ in TestCanonicalName()
151 dotestconv("ascii", "MIME", NULL) && /* mapping does not exist */ in TestCanonicalName()
152 dotestconv("ibm-1208", "IANA", NULL) && /* mapping does not exist */ in TestCanonicalName()
153 dotestconv("ibm-5305", "IANA", NULL) && /* mapping does not exist */ in TestCanonicalName()
154 dotestconv("cp1208", "", "UTF-8") && /* default name due to ordering */ in TestCanonicalName()
[all …]