Searched refs:lmbcsNames (Results 1 – 2 of 2) sorted by relevance
1911 static const char *const lmbcsNames[]={ in TestUnicodeSet() local1994 for(i=0; i<UPRV_LENGTHOF(lmbcsNames); ++i) { in TestUnicodeSet()1996 name=lmbcsNames[i]; in TestUnicodeSet()
5573 String []lmbcsNames = { in TestCharsetLMBCS() local5597 for (int i = 0; i < lmbcsNames.length; i++) { in TestCharsetLMBCS()5598 Charset charset = provider.charsetForName(lmbcsNames[i]); in TestCharsetLMBCS()5600 errln("Unable to create LMBCS charset: " + lmbcsNames[i]); in TestCharsetLMBCS()5612 errln("Roundtrip test failed for charset: " + lmbcsNames[i]); in TestCharsetLMBCS()5619 errln("Exception thrown: " + ex + " while using charset: " + lmbcsNames[i]); in TestCharsetLMBCS()