Home | History | Annotate | Download | only in i18n

Lines Matching refs:parse

456         //   set to a decimal number, or if the value originated with a parse.
542 parse(source, result, parse_pos);
577 // parse position is 0, that means the parsing failed, the status
578 // code needs to be set to failure. Ignores the returned parse
582 NumberFormat::parse(const UnicodeString& text,
589 parse(text, result, parsePosition);
600 parse(text, result, pos);
619 // Sets to only parse integers.