Home
last modified time | relevance | path

Searched refs:fInt64 (Results 1 – 5 of 5) sorted by relevance

/external/icu/icu4c/source/i18n/
Dfmtable.cpp101 fValue.fInt64 = 0; in init()
142 fValue.fInt64 = value; in Formattable()
152 fValue.fInt64 = value; in Formattable()
246 fValue.fInt64 = source.fValue.fInt64; in operator =()
295 equal = (fValue.fInt64 == that.fValue.fInt64); in operator ==()
353 fValue.fInt64 = 0; in dispose()
403 return (int32_t)fValue.fInt64; in getLong()
405 if (fValue.fInt64 > INT32_MAX) { in getLong()
408 } else if (fValue.fInt64 < INT32_MIN) { in getLong()
412 return (int32_t)fValue.fInt64; in getLong()
[all …]
Ddigitlst.h476 int64_t fInt64; member
518 fUnion.fInt64=d; in internalSetInt64()
Ddigitlst.cpp123 fUnion.fInt64 = other.fUnion.fInt64; in operator =()
440 return (double)fUnion.fInt64; in getDouble()
541 return fUnion.fInt64; in getInt64()
/external/icu/icu4c/source/i18n/unicode/
Dfmtable.h317 int32_t getLong(void) const { return (int32_t)fValue.fInt64; } in getLong()
343 int64_t getInt64(void) const { return fValue.fInt64; } in getInt64()
697 int64_t fInt64; member
/external/skia/tests/
DGrMemoryPoolTest.cpp87 fInt64 = static_cast<int64_t>(v); in setValues()
91 return fInt64 == static_cast<int64_t>(v) && in checkValues()
97 int64_t fInt64; member in C