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

  /external/icu/icu4c/source/i18n/
fmtable.cpp 105 fValue.fInt64 = 0;
146 fValue.fInt64 = value;
156 fValue.fInt64 = value;
250 fValue.fInt64 = source.fValue.fInt64;
299 equal = (fValue.fInt64 == that.fValue.fInt64);
357 fValue.fInt64 = 0;
402 return (int32_t)fValue.fInt64;
404 if (fValue.fInt64 > INT32_MAX)
    [all...]
  /external/icu/icu4c/source/i18n/unicode/
fmtable.h 313 int32_t getLong(void) const { return (int32_t)fValue.fInt64; }
339 int64_t getInt64(void) const { return fValue.fInt64; }
694 int64_t fInt64;
  /external/skia/tests/
GrMemoryPoolTest.cpp 86 fInt64 = static_cast<int64_t>(v);
90 return fInt64 == static_cast<int64_t>(v) &&
96 int64_t fInt64;
  /external/skqp/tests/
GrMemoryPoolTest.cpp 86 fInt64 = static_cast<int64_t>(v);
90 return fInt64 == static_cast<int64_t>(v) &&
96 int64_t fInt64;

Completed in 333 milliseconds