Home
last modified time | relevance | path

Searched refs:setErrorIndex (Results 1 – 7 of 7) 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()
80 pp.setErrorIndex(4564); in test_setErrorIndexI()
DMessageFormatTest.java860 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/luni/src/main/java/java/text/
DParsePosition.java90 public void setErrorIndex(int index) { in setErrorIndex() method in ParsePosition
DMessageFormat.java861 position.setErrorIndex(offset); in parse()
871 position.setErrorIndex(offset); in parse()
884 position.setErrorIndex(offset); in parse()
894 position.setErrorIndex(offset); in parse()
DChoiceFormat.java383 position.setErrorIndex(offset); in parse()
DSimpleDateFormat.java792 position.setErrorIndex(offset); in error()
1124 position.setErrorIndex(index); in parseNumber()