Lines Matching refs:parse
77 * numbers. It has a variety of features designed to make it possible to parse
128 * form->parse(form->format(myNumber,str), fmtable, success);
152 * format->parse(form->format(myNumber, str), fmtable, success);
297 * suffixes must be distinct for parse() to be able
380 * <p>For currency parsing, the formatter is able to parse every currency
383 * NumberFormat.getInstance(ULocale, NumberFormat.CURRENCYSTYLE) can parse
386 * <p>If parse(UnicodeString&,Formattable&,ParsePosition&)
387 * fails to parse a string, it leaves the parse position unchanged.
388 * The convenience method parse(UnicodeString&,Formattable&,UErrorCode&)
389 * indicates parse failure by setting a failing
822 * @param value set True, this format will parse numbers as integers
1173 using NumberFormat::parse;
1176 * Parse the given string using this object's choices. The method
1186 * @param result Formattable to be set to the parse result.
1187 * If parse fails, return contents are undefined.
1190 * parse character. On parse failure, does not change.
1194 virtual void parse(const UnicodeString& text,
1200 * the parse() method, this method will attempt to parse a generic
1207 * @param text the string to parse
1211 * If the parse fails, the position in unchanged upon output.
1212 * @return if parse succeeds, a pointer to a newly-created CurrencyAmount
1214 * the parsed currency; if parse fails, this is NULL.
1710 * Allows you to get the parse behavior of the pattern decimal mark.
2103 void parse(const UnicodeString& text,
2241 // Information needed for DecimalFormat to format/parse currency plural.