Lines Matching refs:parse
580 // set to a decimal number, or if the value originated with a parse.
676 parse(source, result, parse_pos);
711 // parse position is 0, that means the parsing failed, the status
712 // code needs to be set to failure. Ignores the returned parse
716 NumberFormat::parse(const UnicodeString& text,
723 parse(text, result, parsePosition);
734 parse(text, parseResult, pos);
752 // Sets to only parse integers.
761 // Sets whether lenient parse is enabled.