Searched refs:errorIndex (Results 1 – 8 of 8) sorted by relevance
56 errorIndex(-1) in ParsePosition()67 errorIndex(-1) in ParsePosition()78 errorIndex(copy.errorIndex) in ParsePosition()178 int32_t errorIndex; variable186 errorIndex = copy.errorIndex;193 if(index != copy.index || errorIndex != copy.errorIndex)220 return errorIndex; in getErrorIndex()226 this->errorIndex = ei; in setErrorIndex()
53 public IllformedLocaleException(String message, int errorIndex) { in IllformedLocaleException() argument54 super(message + ((errorIndex < 0) ? "" : " [at index " + errorIndex + "]")); in IllformedLocaleException()55 _errIdx = errorIndex; in IllformedLocaleException()
19 public LocaleSyntaxException(String msg, int errorIndex) { in LocaleSyntaxException() argument21 _index = errorIndex; in LocaleSyntaxException()
412 int errorIndex = Integer.parseInt(DATA[i][2]); in TestSpaceParsing() local416 parsePosition.getErrorIndex() != errorIndex) { in TestSpaceParsing()713 int errorIndex = Integer.parseInt(DATA[i][2]); in TestMiscCurrencyParsing() local718 parsePosition.getErrorIndex() != errorIndex) { in TestMiscCurrencyParsing()719 …errln("FAIL: parse failed. expected error position: " + errorIndex + "; actual: " + parsePosition.… in TestMiscCurrencyParsing()
1248 int32_t errorIndex = (high_pp.getErrorIndex()>0)? high_pp.getErrorIndex(): 0; in parse() local1249 parsePosition.setErrorIndex(startIndex + errorIndex); in parse()
3050 int errorIndex; member3094 int errorIndex = DATA[i].errorIndex; in TestSpaceParsing() local3099 parsePosition.getErrorIndex() != errorIndex) { in TestSpaceParsing()3100 …i].lenient + "; wrong position, expected: (" + parsedPosition + ", " + errorIndex + "); got (" + p… in TestSpaceParsing()
META-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF ...