Class ParseStatus

java.lang.Object
com.ibm.icu.impl.locale.ParseStatus

public class ParseStatus extends Object
  • Field Details

    • _parseLength

      int _parseLength
    • _errorIndex

      int _errorIndex
    • _errorMsg

      String _errorMsg
  • Constructor Details

    • ParseStatus

      public ParseStatus()
  • Method Details

    • reset

      public void reset()
    • isError

      public boolean isError()
    • getErrorIndex

      public int getErrorIndex()
    • getParseLength

      public int getParseLength()
    • getErrorMessage

      public String getErrorMessage()