Home
last modified time | relevance | path

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

/external/pdfium/core/src/fxcrt/
Dfx_basic_wstring.cpp955 FX_FLOAT FX_wtof(const FX_WCHAR* str, int len) { in FX_wtof() function
992 return m_pData ? FX_wtof(m_pData->m_String, m_pData->m_nDataLength) : 0.0f; in GetFloat()