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

  /external/chromium_org/third_party/icu/source/i18n/
digitlst.h 402 int64_t fInt64;
438 fUnion.fInt64=d;
  /external/chromium_org/third_party/icu/source/i18n/unicode/
fmtable.h 317 int32_t getLong(void) const { return (int32_t)fValue.fInt64; }
343 int64_t getInt64(void) const { return fValue.fInt64; }
699 int64_t fInt64;
  /external/icu/icu4c/source/i18n/
digitlst.h 402 int64_t fInt64;
443 fUnion.fInt64=d;
  /external/icu/icu4c/source/i18n/unicode/
fmtable.h 317 int32_t getLong(void) const { return (int32_t)fValue.fInt64; }
343 int64_t getInt64(void) const { return fValue.fInt64; }
699 int64_t fInt64;
  /external/chromium_org/third_party/skia/tests/
GrMemoryPoolTest.cpp 96 fInt64 = static_cast<int64_t>(v);
100 return fInt64 == static_cast<int64_t>(v) &&
106 int64_t fInt64;
  /external/skia/tests/
GrMemoryPoolTest.cpp 96 fInt64 = static_cast<int64_t>(v);
100 return fInt64 == static_cast<int64_t>(v) &&
106 int64_t fInt64;

Completed in 235 milliseconds