Searched defs:getInt64 (Results 1 - 5 of 5) sorted by relevance

/external/chromium/third_party/icu/public/i18n/unicode/
H A Dfmtable.h226 * Selector indicating a 64-bit integer value. Use getInt64
309 int64_t getInt64(void) const { return fValue.fInt64; } function in class:Formattable
326 int64_t getInt64(UErrorCode& status) const;
/external/icu4c/i18n/unicode/
H A Dfmtable.h246 * Selector indicating a 64-bit integer value. Use getInt64
329 int64_t getInt64(void) const { return fValue.fInt64; } function in class:Formattable
346 int64_t getInt64(UErrorCode& status) const;
/external/chromium/third_party/icu/source/i18n/
H A Ddigitlst.cpp251 int64_t DigitList::getInt64() /*const*/ function in class:DigitList
H A Dfmtable.cpp391 Formattable::getInt64(UErrorCode& status) const function in class:Formattable
419 getNumber().getInt64(status);
/external/icu4c/i18n/
H A Dfmtable.cpp434 Formattable::getInt64(UErrorCode& status) const function in class:Formattable
462 getNumber().getInt64(status);
701 fDecimalNum->set(this->getInt64());
737 fValue.fInt64 = fDecimalNum->getInt64();

Completed in 67 milliseconds