Searched refs:errorIndex (Results 1 – 2 of 2) sorted by relevance
27 private int currentPosition, errorIndex = -1; field in ParsePosition58 && errorIndex == pos.errorIndex; in equals()67 return errorIndex; in getErrorIndex()81 return currentPosition + errorIndex; in hashCode()91 errorIndex = index; in setErrorIndex()112 + ", errorIndex=" + errorIndex + "]"; in toString()
28 private final int errorIndex; field in IllformedLocaleException49 public IllformedLocaleException(String message, int errorIndex) { in IllformedLocaleException() argument51 this.errorIndex = errorIndex; in IllformedLocaleException()55 return errorIndex; in getErrorIndex()