Home | History | Annotate | Download | only in i18n

Lines Matching defs:parseInt

2515             parseInt(*src, number, pos, allowNegative,currentNumberFormat);
3049 parseInt(*src, number, pos, allowNegative,currentNumberFormat);
3110 void SimpleDateFormat::parseInt(const UnicodeString& text,
3115 parseInt(text, number, -1, pos, allowNegative,fmt);
3121 void SimpleDateFormat::parseInt(const UnicodeString& text,