Home
last modified time | relevance | path

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

/third_party/icu/icu4j/main/tests/charset/src/com/ibm/icu/dev/test/charset/
DTestCharset.java5773 …String secondLine = "C077693790=|MEMO=|00=|023=|puncturing the fuel tank. I spoke to the store ope… in TestCharsetASCII8859BufferHandling() local
5785 CharBuffer charBuffer = CharBuffer.allocate(firstLine.length() + secondLine.length()); in TestCharsetASCII8859BufferHandling()
5787 charBuffer.put(secondLine); in TestCharsetASCII8859BufferHandling()
5795 charBufferSlice.limit(secondLine.length() - 2); in TestCharsetASCII8859BufferHandling()