Home | History | Annotate | Download | only in i18n

Lines Matching full:allownegative

2418                            UBool obeyCount, UBool allowNegative, UBool ambiguousYear[], int32_t& saveHebrewMonth, Calendar& cal,
2515 parseInt(*src, number, pos, allowNegative,currentNumberFormat);
3049 parseInt(*src, number, pos, allowNegative,currentNumberFormat);
3113 UBool allowNegative,
3115 parseInt(text, number, -1, pos, allowNegative,fmt);
3125 UBool allowNegative,
3129 if (!allowNegative && (df = dynamic_cast<DecimalFormat*>(fmt)) != NULL) {