Searched refs:lmbcsNames (Results 1 – 2 of 2) sorted by relevance
1929 static const char *const lmbcsNames[]={ in TestUnicodeSet() local2012 for(i=0; i<UPRV_LENGTHOF(lmbcsNames); ++i) { in TestUnicodeSet()2014 name=lmbcsNames[i]; in TestUnicodeSet()
5558 String []lmbcsNames = { in TestCharsetLMBCS() local5582 for (int i = 0; i < lmbcsNames.length; i++) { in TestCharsetLMBCS()5583 Charset charset = provider.charsetForName(lmbcsNames[i]); in TestCharsetLMBCS()5585 errln("Unable to create LMBCS charset: " + lmbcsNames[i]); in TestCharsetLMBCS()5597 errln("Roundtrip test failed for charset: " + lmbcsNames[i]); in TestCharsetLMBCS()5604 errln("Exception thrown: " + ex + " while using charset: " + lmbcsNames[i]); in TestCharsetLMBCS()