Searched refs:fitsIntoLong (Results 1 - 6 of 6) sorted by relevance

/external/chromium/third_party/icu/source/i18n/
H A Ddigitlst.h126 * Make sure that fitsIntoLong() is called before calling this function.
147 UBool fitsIntoLong(UBool ignoreNegativeZero) /*const*/;
H A Ddigitlst.cpp23 * Fixed bug in fitsIntoLong
223 * Make sure that fitsIntoLong() is called before calling this function.
291 DigitList::fitsIntoLong(UBool ignoreNegativeZero) /*const*/ function in class:DigitList
H A Ddecimfmt.cpp1659 if (digits.fitsIntoLong(isParseIntegerOnly())) {
/external/icu4c/i18n/
H A Ddigitlst.h189 * Make sure that fitsIntoLong() is called before calling this function.
215 UBool fitsIntoLong(UBool ignoreNegativeZero) /*const*/;
H A Ddigitlst.cpp23 * Fixed bug in fitsIntoLong
558 DigitList::fitsIntoLong(UBool ignoreNegativeZero) /*const*/
H A Dfmtable.cpp732 if (fDecimalNum->fitsIntoLong(FALSE)) {

Completed in 82 milliseconds