Home
last modified time | relevance | path

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

/external/icu4c/i18n/
Dfmtable.cpp98 fValue.fInt64 = 0; in init()
139 fValue.fInt64 = value; in Formattable()
149 fValue.fInt64 = value; in Formattable()
243 fValue.fInt64 = source.fValue.fInt64; in operator =()
292 equal = (fValue.fInt64 == that.fValue.fInt64); in operator ==()
350 fValue.fInt64 = 0; in dispose()
393 return (int32_t)fValue.fInt64; in getLong()
395 if (fValue.fInt64 > INT32_MAX) { in getLong()
398 } else if (fValue.fInt64 < INT32_MIN) { in getLong()
402 return (int32_t)fValue.fInt64; in getLong()
[all …]
/external/icu4c/i18n/unicode/
Dfmtable.h303 int32_t getLong(void) const { return (int32_t)fValue.fInt64; } in getLong()
329 int64_t getInt64(void) const { return fValue.fInt64; } in getInt64()
631 int64_t fInt64; member