Home
last modified time | relevance | path

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

/external/icu/icu4c/source/i18n/
Dfmtable.cpp103 fValue.fInt64 = 0; in init()
144 fValue.fInt64 = value; in Formattable()
154 fValue.fInt64 = value; in Formattable()
248 fValue.fInt64 = source.fValue.fInt64; in operator =()
297 equal = (fValue.fInt64 == that.fValue.fInt64); in operator ==()
355 fValue.fInt64 = 0; in dispose()
405 return (int32_t)fValue.fInt64; in getLong()
407 if (fValue.fInt64 > INT32_MAX) { in getLong()
410 } else if (fValue.fInt64 < INT32_MIN) { in getLong()
414 return (int32_t)fValue.fInt64; in getLong()
[all …]
Ddigitlst.h478 int64_t fInt64; member
/external/icu/icu4c/source/i18n/unicode/
Dfmtable.h319 int32_t getLong(void) const { return (int32_t)fValue.fInt64; } in getLong()
345 int64_t getInt64(void) const { return fValue.fInt64; } in getInt64()
699 int64_t fInt64; member
/external/skia/tests/
DGrMemoryPoolTest.cpp88 fInt64 = static_cast<int64_t>(v); in setValues()
92 return fInt64 == static_cast<int64_t>(v) && in checkValues()
98 int64_t fInt64; member in C