Home
last modified time | relevance | path

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

/external/icu/icu4c/source/test/cintltst/
Dncnvtst.c1929 static const char *const lmbcsNames[]={ in TestUnicodeSet() local
2012 for(i=0; i<UPRV_LENGTHOF(lmbcsNames); ++i) { in TestUnicodeSet()
2014 name=lmbcsNames[i]; in TestUnicodeSet()
/external/icu/icu4j/main/tests/charset/src/com/ibm/icu/dev/test/charset/
DTestCharset.java5558 String []lmbcsNames = { in TestCharsetLMBCS() local
5582 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()