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

  /external/chromium_org/third_party/icu/source/i18n/
fmtable.cpp 101 fValue.fInt64 = 0;
142 fValue.fInt64 = value;
152 fValue.fInt64 = value;
246 fValue.fInt64 = source.fValue.fInt64;
295 equal = (fValue.fInt64 == that.fValue.fInt64);
353 fValue.fInt64 = 0;
403 return (int32_t)fValue.fInt64;
405 if (fValue.fInt64 > INT32_MAX)
    [all...]
digitlst.h 402 int64_t fInt64;
438 fUnion.fInt64=d;
digitlst.cpp 126 fUnion.fInt64 = other.fUnion.fInt64;
422 return (double)fUnion.fInt64;
523 return fUnion.fInt64;
  /external/icu/icu4c/source/i18n/
fmtable.cpp 101 fValue.fInt64 = 0;
142 fValue.fInt64 = value;
152 fValue.fInt64 = value;
246 fValue.fInt64 = source.fValue.fInt64;
295 equal = (fValue.fInt64 == that.fValue.fInt64);
353 fValue.fInt64 = 0;
403 return (int32_t)fValue.fInt64;
405 if (fValue.fInt64 > INT32_MAX)
    [all...]
digitlst.h 402 int64_t fInt64;
443 fUnion.fInt64=d;
digitlst.cpp 122 fUnion.fInt64 = other.fUnion.fInt64;
418 return (double)fUnion.fInt64;
519 return fUnion.fInt64;
  /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/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 692 milliseconds