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.cpp438 Formattable::getInt64(UErrorCode& status) const function in class:Formattable
456 int64_t val = fDecimalNum->getInt64();
473 getNumber().getInt64(status);
712 fDecimalNum->set(this->getInt64());
748 fValue.fInt64 = fDecimalNum->getInt64();
/external/llvm/include/llvm/
H A DIRBuilder.h211 /// getInt64 - Get a constant 64-bit value.
212 ConstantInt *getInt64(uint64_t C) { function in class:llvm::IRBuilderBase
278 return CreateMemSet(Ptr, Val, getInt64(Size), Align, isVolatile, TBAATag);
289 return CreateMemCpy(Dst, Src, getInt64(Size), Align, isVolatile, TBAATag);
300 return CreateMemMove(Dst, Src, getInt64(Size), Align, isVolatile, TBAATag);

Completed in 95 milliseconds