Lines Matching full:parsing
12 # Formatting and Parsing
38 and parsing and allow the separation of the data that the end-user sees from the
41 other object from its internal representation into a string. Parsing is the
71 > :point_right: **Note**: Although parsing is supported in several legacy ICU APIs,
147 ## Formatting and Parsing Classes
157 for formatting and parsing numbers, dates, strings and other objects.
166 A concrete class for holding the parse position in a string during parsing.
178 `UParseError` is used to returned detailed information about parsing errors.
179 It is used by the ICU parsing engines that parse long rules, patterns, or
189 parsing localized strings to `Number` objects.
194 localized strings and parsing localized strings to `Number` objects, in base 10.
200 (e.g. "two hundred and thirty-four"), and parsing text into `Number` objects.
213 formatting `Date` objects to localized strings and parsing date and time
219 parsing date and time strings to `Date` objects, using a `GregorianCalendar`.