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

  /external/icu4c/i18n/
digitlst.h 402 int64_t fInt64;
438 fUnion.fInt64=d;
  /external/icu4c/i18n/unicode/
fmtable.h 313 int32_t getLong(void) const { return (int32_t)fValue.fInt64; }
339 int64_t getInt64(void) const { return fValue.fInt64; }
650 int64_t fInt64;
  /external/skia/tests/
GrMemoryPoolTest.cpp 97 fInt64 = static_cast<int64_t>(v);
101 return fInt64 == static_cast<int64_t>(v) &&
107 int64_t fInt64;

Completed in 750 milliseconds