Searched refs:errorIndex (Results 1 – 12 of 12) sorted by relevance
90 private final int errorIndex; field in DateTimeParseException99 public DateTimeParseException(String message, CharSequence parsedData, int errorIndex) { in DateTimeParseException() argument102 this.errorIndex = errorIndex; in DateTimeParseException()113 …public DateTimeParseException(String message, CharSequence parsedData, int errorIndex, Throwable c… in DateTimeParseException() argument116 this.errorIndex = errorIndex; in DateTimeParseException()135 return errorIndex; in getErrorIndex()
66 int errorIndex = -1; field in ParsePosition106 errorIndex = ei; in setErrorIndex()118 return errorIndex; in getErrorIndex()130 return (index == other.index && errorIndex == other.errorIndex); in equals()138 return (errorIndex << 16) | index; in hashCode()148 ",errorIndex=" + errorIndex + ']'; in toString()
983 pos.errorIndex = sourceOffset; in parse()1003 pos.errorIndex = sourceOffset; in parse()1017 pos.errorIndex = sourceOffset; in parse()1028 pos.errorIndex = sourceOffset; in parse()1051 throw new ParseException("MessageFormat parse error!", pos.errorIndex); in parse()
246 pos.errorIndex); in parseObject()
1759 pos.errorIndex = start; in parseInternal()1769 pos.errorIndex = start; in parseInternal()1846 pos.errorIndex = start; in parseInternal()2295 origPos.errorIndex = start; in subParse()2723 origPos.errorIndex = pos.index; in subParse()
363 pos.errorIndex); in parse()
441 status.errorIndex = furthest; in parse()
376 parsePosition.errorIndex); in parse()
76 public IllformedLocaleException(String message, int errorIndex) { in IllformedLocaleException() argument77 super(message + ((errorIndex < 0) ? "" : " [at index " + errorIndex + "]")); in IllformedLocaleException()78 _errIdx = errorIndex; in IllformedLocaleException()
36 int errorIndex; field in ParseStatus45 errorIndex = -1; in reset()50 return (errorIndex >= 0); in isError()54 return errorIndex; in getErrorIndex()
44 public LocaleSyntaxException(String msg, int errorIndex) { in LocaleSyntaxException() argument46 index = errorIndex; in LocaleSyntaxException()
213 sts.errorIndex = itr.currentStart(); in parse()362 sts.errorIndex = start; in parseExtensions()405 sts.errorIndex = start; in parsePrivateuse()