Lines Matching refs:parse
53 * NumberFormat helps you to format and parse numbers for any locale.
96 * You can use a NumberFormat to parse also.
101 * nf->parse(myString, result, success);
134 * You can also use forms of the parse and format methods with
137 * <li>(a) progressively parse through pieces of a string.
245 * Parse a string to produce an object. This methods handles
255 * parse), while trailing whitespace is left as is.
260 * @param result Formattable to be set to the parse result.
261 * If parse fails, return contents are undefined.
388 * @param result Formattable to be set to the parse result.
389 * If parse fails, return contents are undefined.
392 * parse character. On parse failure, does not change.
397 virtual void parse(const UnicodeString& text,
402 * Parse a string as a numeric value, and return a Formattable
407 * @param result Formattable to be set to the parse result.
408 * If parse fails, return contents are undefined.
416 virtual void parse( const UnicodeString& text,
422 * the parse() method, this method will attempt to parse a generic
429 * @param text the string to parse
435 * the parse fails, the position in unchanged upon output.
444 * Return true if this format will parse numbers as integers
448 * the exact format accepted by the parse operation is locale
450 * @return true if this format will parse numbers as integers
458 * @param value set True, this format will parse numbers as integers