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

/external/chromium_org/third_party/icu/source/i18n/unicode/
H A Dfmtable.h260 * Selector indicating a 64-bit integer value. Use getInt64
343 int64_t getInt64(void) const { return fValue.fInt64; } function in class:Formattable
360 int64_t getInt64(UErrorCode& status) const;
/external/icu/icu4c/source/i18n/unicode/
H A Dfmtable.h260 * Selector indicating a 64-bit integer value. Use getInt64
343 int64_t getInt64(void) const { return fValue.fInt64; } function in class:Formattable
360 int64_t getInt64(UErrorCode& status) const;
/external/chromium_org/third_party/icu/source/i18n/
H A Dfmtable.cpp448 Formattable::getInt64(UErrorCode& status) const function in class:Formattable
466 int64_t val = fDecimalNum->getInt64();
483 getNumber().getInt64(status);
732 fDecimalNum->set(this->getInt64());
786 fValue.fInt64 = fDecimalNum->getInt64();
1041 return obj->getInt64(*status);
/external/icu/icu4c/source/i18n/
H A Dfmtable.cpp448 Formattable::getInt64(UErrorCode& status) const function in class:Formattable
466 int64_t val = fDecimalNum->getInt64();
483 getNumber().getInt64(status);
732 fDecimalNum->set(this->getInt64());
786 fValue.fInt64 = fDecimalNum->getInt64();
1041 return obj->getInt64(*status);
/external/deqp/executor/
H A DxeTestCaseResult.hpp177 deInt64 getInt64 (void) const { DE_ASSERT(getType() == TYPE_INT64); return m_value.int64; } function in class:xe::ri::NumericValue
/external/llvm/include/llvm/IR/
H A DIRBuilder.h281 ConstantInt *getInt64(uint64_t C) { function in class:llvm::IRBuilderBase
371 return CreateMemSet(Ptr, Val, getInt64(Size), Align, isVolatile, TBAATag);
384 return CreateMemCpy(Dst, Src, getInt64(Size), Align, isVolatile, TBAATag,
399 return CreateMemMove(Dst, Src, getInt64(Size), Align, isVolatile, TBAATag);

Completed in 187 milliseconds