Home
last modified time | relevance | path

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

/external/pdfium/xfa/src/fgas/src/localization/
Dfx_locale.cpp292 int64_t m_Integral; member in CFX_LCNumeric
301 int64_t* pIntegral = &lcnum.m_Integral; in FX_WStringToNumeric()
402 m_Integral = 0; in CFX_LCNumeric()
409 m_Integral = integral; in CFX_LCNumeric()
414 m_Integral = (int64_t)dbRetValue; in CFX_LCNumeric()
415 m_Fractional = (FX_DWORD)(((dbRetValue > 0) ? (dbRetValue - m_Integral) in CFX_LCNumeric()
416 : (m_Integral - dbRetValue)) * in CFX_LCNumeric()
421 m_Integral = (int64_t)dbvalue; in CFX_LCNumeric()
423 ((dbvalue > 0) ? (dbvalue - m_Integral) : (m_Integral - dbvalue)) * in CFX_LCNumeric()
432 dbRetValue = m_Integral + (m_Integral >= 0 ? dbRetValue : -dbRetValue); in GetFloat()
[all …]