Home
last modified time | relevance | path

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

/external/icu/icu4c/source/i18n/
Dfmtable.cpp105 fValue.fInt64 = 0; in init()
146 fValue.fInt64 = value; in Formattable()
156 fValue.fInt64 = value; in Formattable()
250 fValue.fInt64 = source.fValue.fInt64; in operator =()
299 equal = (fValue.fInt64 == that.fValue.fInt64); in operator ==()
357 fValue.fInt64 = 0; in dispose()
402 return (int32_t)fValue.fInt64; in getLong()
404 if (fValue.fInt64 > INT32_MAX) { in getLong()
407 } else if (fValue.fInt64 < INT32_MIN) { in getLong()
411 return (int32_t)fValue.fInt64; in getLong()
[all …]
/external/icu/icu4c/source/i18n/unicode/
Dfmtable.h313 int32_t getLong(void) const { return (int32_t)fValue.fInt64; } in getLong()
339 int64_t getInt64(void) const { return fValue.fInt64; } in getInt64()
694 int64_t fInt64; member
/external/skqp/tests/
DGrMemoryPoolTest.cpp86 fInt64 = static_cast<int64_t>(v); in setValues()
90 return fInt64 == static_cast<int64_t>(v) && in checkValues()
96 int64_t fInt64; member in C
/external/skia/tests/
DGrMemoryPoolTest.cpp86 fInt64 = static_cast<int64_t>(v); in setValues()
90 return fInt64 == static_cast<int64_t>(v) && in checkValues()
96 int64_t fInt64; member in C