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

  /external/icu/icu4c/source/i18n/
fmtable.cpp 103 fValue.fInt64 = 0;
144 fValue.fInt64 = value;
154 fValue.fInt64 = value;
248 fValue.fInt64 = source.fValue.fInt64;
297 equal = (fValue.fInt64 == that.fValue.fInt64);
355 fValue.fInt64 = 0;
405 return (int32_t)fValue.fInt64;
407 if (fValue.fInt64 > INT32_MAX)
    [all...]
digitlst.h 478 int64_t fInt64;
  /external/icu/icu4c/source/i18n/unicode/
fmtable.h 319 int32_t getLong(void) const { return (int32_t)fValue.fInt64; }
345 int64_t getInt64(void) const { return fValue.fInt64; }
699 int64_t fInt64;
  /external/skia/tests/
GrMemoryPoolTest.cpp 88 fInt64 = static_cast<int64_t>(v);
92 return fInt64 == static_cast<int64_t>(v) &&
98 int64_t fInt64;
  /external/skqp/tests/
GrMemoryPoolTest.cpp 88 fInt64 = static_cast<int64_t>(v);
92 return fInt64 == static_cast<int64_t>(v) &&
98 int64_t fInt64;
  /prebuilts/go/darwin-x86/src/testing/quick/
quick_test.go 61 func fInt64(a int64) int64 { return a }
179 reportError("fInt64", CheckEqual(fInt64, fInt64, nil), t)
  /prebuilts/go/linux-x86/src/testing/quick/
quick_test.go 61 func fInt64(a int64) int64 { return a }
179 reportError("fInt64", CheckEqual(fInt64, fInt64, nil), t)

Completed in 177 milliseconds