Home
last modified time | relevance | path

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

/external/pdfium/xfa/src/fgas/src/crt/
Dfx_system.cpp84 FX_FLOAT FX_strtof(const FX_CHAR* pcsStr, int32_t iLength, int32_t* pUsedLen) { in FX_strtof() argument
85 FXSYS_assert(pcsStr != NULL); in FX_strtof()
87 iLength = FXSYS_strlen(pcsStr); in FX_strtof()
89 return FX_wcstof(CFX_WideString::FromLocal(pcsStr, iLength), iLength, in FX_strtof()
/external/pdfium/core/src/fxcrt/
Dfx_extension.cpp129 FX_FLOAT FXSYS_strtof(const FX_CHAR* pcsStr, in FXSYS_strtof() argument
132 FXSYS_assert(pcsStr); in FXSYS_strtof()
134 iLength = (int32_t)FXSYS_strlen(pcsStr); in FXSYS_strtof()
136 CFX_WideString ws = CFX_WideString::FromLocal(pcsStr, iLength); in FXSYS_strtof()
/external/pdfium/xfa/src/fgas/include/
Dfx_sys.h27 FX_FLOAT FX_strtof(const FX_CHAR* pcsStr,
/external/pdfium/core/include/fxcrt/
Dfx_ext.h17 FX_FLOAT FXSYS_strtof(const FX_CHAR* pcsStr,