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

/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/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();
/external/llvm/include/llvm/Support/
H A DIRBuilder.h210 /// getInt64 - Get a constant 64-bit value.
211 ConstantInt *getInt64(uint64_t C) { function in class:llvm::IRBuilderBase
277 return CreateMemSet(Ptr, Val, getInt64(Size), Align, isVolatile, TBAATag);
288 return CreateMemCpy(Dst, Src, getInt64(Size), Align, isVolatile, TBAATag);
299 return CreateMemMove(Dst, Src, getInt64(Size), Align, isVolatile, TBAATag);

Completed in 719 milliseconds