Home | History | Annotate | Download | only in unicode

Lines Matching refs:parse

53  * numbers. It has a variety of features designed to make it possible to parse
104 * form->parse(form->format(myNumber,str), fmtable, success);
128 * format->parse(form->format(myNumber, str), fmtable, success);
273 * suffixes must be distinct for parse() to be able
355 * <p>For currency parsing, the formatter is able to parse every currency
358 * NumberFormat.getInstance(ULocale, NumberFormat.CURRENCYSTYLE) can parse
361 * <p>If parse(UnicodeString&,Formattable&,ParsePosition&)
362 * fails to parse a string, it leaves the parse position unchanged.
363 * The convenience method parse(UnicodeString&,Formattable&,UErrorCode&)
364 * indicates parse failure by setting a failing
1068 * Parse the given string using this object's choices. The method
1078 * @param result Formattable to be set to the parse result.
1079 * If parse fails, return contents are undefined.
1082 * parse character. On parse failure, does not change.
1086 virtual void parse(const UnicodeString& text,
1092 * Parse the given string using this object's choices.
1095 * @param result Formattable to be set to the parse result.
1099 virtual void parse(const UnicodeString& text,
1105 * the parse() method, this method will attempt to parse a generic
1112 * @param text the string to parse
1118 * the parse fails, the position in unchanged upon output.
1936 void parse(const UnicodeString& text,
2240 // Information needed for DecimalFormat to format/parse currency plural.