Home
last modified time | relevance | path

Searched refs:errorOffset (Results 1 – 1 of 1) sorted by relevance

/libcore/ojluni/src/main/java/java/text/
DParseException.java62 public ParseException(String s, int errorOffset) { in ParseException() argument
64 this.errorOffset = errorOffset; in ParseException()
73 return errorOffset; in getErrorOffset()
82 private int errorOffset; field in ParseException