HomeSort by relevance Sort by last modified time
    Searched refs:FXSYS_wcstof (Results 1 - 2 of 2) sorted by null

  /external/pdfium/core/include/fxcrt/
fx_ext.h 32 FX_FLOAT FXSYS_wcstof(FX_LPCWSTR pwsStr, FX_INT32 iLength = -1, FX_INT32 *pUsedLen = NULL);
  /external/pdfium/core/src/fxcrt/
fx_extension.cpp 165 return FXSYS_wcstof((FX_LPCWSTR)ws, iLength, pUsedLen);
167 FX_FLOAT FXSYS_wcstof(FX_LPCWSTR pwsStr, FX_INT32 iLength, FX_INT32 *pUsedLen)

Completed in 35 milliseconds