Searched refs:asciiMIME (Results 1 – 1 of 1) sorted by relevance
/third_party/icu/icu4c/source/test/cintltst/ |
D | stdnmtst.c | 285 static const char *asciiMIME[] = { in TestStandardNames() local 295 doTestNames("ASCII", "MIME", asciiMIME, UPRV_LENGTHOF(asciiMIME)); in TestStandardNames() 296 doTestNames("ascii", "mime", asciiMIME, UPRV_LENGTHOF(asciiMIME)); in TestStandardNames() 298 doTestNames("ASCII", "crazy", asciiMIME, -1); in TestStandardNames() 299 doTestNames("crazy", "MIME", asciiMIME, -1); in TestStandardNames() 301 doTestNames("LMBCS-1", "MIME", asciiMIME, 0); in TestStandardNames()
|