jdk/src/share/classes/java/text/ChoiceFormat.java
changeset 21278 ef8a3a2a72f2
parent 19054 a64012cb49d6
child 24969 afa6934dd8e8
equal deleted inserted replaced
21277:bd380b80f9ea 21278:ef8a3a2a72f2
   407      * Parses a Number from the input text.
   407      * Parses a Number from the input text.
   408      * @param text the source text.
   408      * @param text the source text.
   409      * @param status an input-output parameter.  On input, the
   409      * @param status an input-output parameter.  On input, the
   410      * status.index field indicates the first character of the
   410      * status.index field indicates the first character of the
   411      * source text that should be parsed.  On exit, if no error
   411      * source text that should be parsed.  On exit, if no error
   412      * occured, status.index is set to the first unparsed character
   412      * occurred, status.index is set to the first unparsed character
   413      * in the source text.  On exit, if an error did occur,
   413      * in the source text.  On exit, if an error did occur,
   414      * status.index is unchanged and status.errorIndex is set to the
   414      * status.index is unchanged and status.errorIndex is set to the
   415      * first index of the character that caused the parse to fail.
   415      * first index of the character that caused the parse to fail.
   416      * @return A Number representing the value of the number parsed.
   416      * @return A Number representing the value of the number parsed.
   417      */
   417      */