Searched refs:allowNegative (Results 1 – 2 of 2) sorted by relevance
/external/icu4c/i18n/unicode/ |
D | smpdtfmt.h | 1061 …UBool obeyCount, UBool allowNegative, UBool ambiguousYear[], int32_t& saveHebrewMonth, Calendar& c… 1067 UBool allowNegative, 1074 UBool allowNegative,
|
/external/icu4c/i18n/ |
D | smpdtfmt.cpp | 2347 …UBool obeyCount, UBool allowNegative, UBool ambiguousYear[], int32_t& saveHebrewMonth, Calendar& c… in subParse() argument 2444 parseInt(*src, number, pos, allowNegative,currentNumberFormat); in subParse() 2883 parseInt(*src, number, pos, allowNegative,currentNumberFormat); in subParse() 2947 UBool allowNegative, in parseInt() argument 2949 parseInt(text, number, -1, pos, allowNegative,fmt); in parseInt() 2959 UBool allowNegative, in parseInt() argument 2963 if (!allowNegative && (df = dynamic_cast<DecimalFormat*>(fmt)) != NULL) { in parseInt()
|