HomeSort by relevance Sort by last modified time
    Searched defs:getInt64 (Results 1 - 5 of 5) sorted by null

  /external/chromium/third_party/icu/public/i18n/unicode/
fmtable.h 226 * Selector indicating a 64-bit integer value. Use getInt64
309 int64_t getInt64(void) const { return fValue.fInt64; }
326 int64_t getInt64(UErrorCode& status) const;
  /external/chromium/third_party/icu/source/i18n/
digitlst.cpp 251 int64_t DigitList::getInt64() /*const*/
fmtable.cpp 391 Formattable::getInt64(UErrorCode& status) const
419 getNumber().getInt64(status);
  /external/icu4c/i18n/unicode/
fmtable.h 246 * Selector indicating a 64-bit integer value. Use getInt64
329 int64_t getInt64(void) const { return fValue.fInt64; }
346 int64_t getInt64(UErrorCode& status) const;
  /external/icu4c/i18n/
fmtable.cpp 434 Formattable::getInt64(UErrorCode& status) const
462 getNumber().getInt64(status);
701 fDecimalNum->set(this->getInt64());
737 fValue.fInt64 = fDecimalNum->getInt64();

Completed in 254 milliseconds