Searched defs:fInt64 (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/icu/source/i18n/unicode/
H A Dfmtable.h303 int32_t getLong(void) const { return (int32_t)fValue.fInt64; }
329 int64_t getInt64(void) const { return fValue.fInt64; }
631 int64_t fInt64; member in union:Formattable::__anon11003
/external/icu4c/i18n/
H A Ddigitlst.h402 int64_t fInt64; member in union:DigitList::DoubleOrInt64
438 fUnion.fInt64=d;
/external/icu4c/i18n/unicode/
H A Dfmtable.h315 int32_t getLong(void) const { return (int32_t)fValue.fInt64; }
341 int64_t getInt64(void) const { return fValue.fInt64; }
652 int64_t fInt64; member in union:Formattable::__anon18329
/external/skia/tests/
H A DGrMemoryPoolTest.cpp97 fInt64 = static_cast<int64_t>(v);
101 return fInt64 == static_cast<int64_t>(v) &&
107 int64_t fInt64; member in class:__anon25639::C

Completed in 202 milliseconds