Home
last modified time | relevance | path

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

/third_party/icu/icu4j/main/tests/charset/src/com/ibm/icu/dev/test/charset/
DTestCharset.java5646 CharsetDecoder malformedDecoderTest = provider.charsetForName("LMBCS-1").newDecoder(); in TestCharsetLMBCS() local
5648 malformedDecoderTest.reset(); in TestCharsetLMBCS()
5655 malformedResult = malformedDecoderTest.decode(malformedSrc,malformedTrgt, true); in TestCharsetLMBCS()