Home
last modified time | relevance | path

Searched refs:setErrorIndex (Results 1 – 5 of 5) 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.java104 public void setErrorIndex(int ei) in setErrorIndex() method in ParsePosition
/libcore/ojluni/src/main/java/java/time/format/
DDateTimeFormatter.java2012 position.setErrorIndex(~pos); // index not updated from input in parseUnresolved0()
2142 pos.setErrorIndex(0); in parseObject()
2148 pos.setErrorIndex(0); in parseObject()
2159 pos.setErrorIndex(0); in parseObject()