Home
last modified time | relevance | path

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

/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/text/
DParsePositionTest.java42 pp2.setErrorIndex(56); in test_equalsLjava_lang_Object()
44 pp.setErrorIndex(56); in test_equalsLjava_lang_Object()
54 pp.setErrorIndex(56); in test_getErrorIndex()
81 pp.setErrorIndex(4564); in test_setErrorIndexI()
DMessageFormatTest.java863 pos.setErrorIndex(8); in test_parseLjava_lang_StringLjava_text_ParsePosition()
/libcore/luni/src/test/java/libcore/java/text/
DOldParsePositionTest.java38 pp.setErrorIndex(56); in test_getErrorIndex()
40 pp.setErrorIndex(Integer.MAX_VALUE); in test_getErrorIndex()
/libcore/ojluni/src/main/java/java/text/
DParsePosition.java96 public void setErrorIndex(int ei) in setErrorIndex() method in ParsePosition