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

  /external/chromium_org/third_party/icu/source/i18n/
fmtable.cpp 97 fValue.fInt64 = 0;
138 fValue.fInt64 = value;
148 fValue.fInt64 = value;
245 fValue.fInt64 = source.fValue.fInt64;
294 equal = (fValue.fInt64 == that.fValue.fInt64);
352 fValue.fInt64 = 0;
395 return (int32_t)fValue.fInt64;
397 if (fValue.fInt64 > INT32_MAX)
    [all...]
  /external/icu4c/i18n/
fmtable.cpp 100 fValue.fInt64 = 0;
141 fValue.fInt64 = value;
151 fValue.fInt64 = value;
245 fValue.fInt64 = source.fValue.fInt64;
294 equal = (fValue.fInt64 == that.fValue.fInt64);
352 fValue.fInt64 = 0;
402 return (int32_t)fValue.fInt64;
404 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/chromium_org/third_party/icu/source/i18n/unicode/
fmtable.h 303 int32_t getLong(void) const { return (int32_t)fValue.fInt64; }
329 int64_t getInt64(void) const { return fValue.fInt64; }
631 int64_t fInt64;
  /external/icu4c/i18n/unicode/
fmtable.h 315 int32_t getLong(void) const { return (int32_t)fValue.fInt64; }
341 int64_t getInt64(void) const { return fValue.fInt64; }
652 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 487 milliseconds