Searched refs:bAllDigits (Results 1 - 2 of 2) sorted by relevance

/external/pdfium/fpdfsdk/include/javascript/
H A DPublicMethods.h75 static double ParseNumber(FX_LPCWSTR swSource, FX_BOOL& bAllDigits, FX_BOOL& bDot, FX_BOOL& bSign, FX_BOOL& bKXJS);
/external/pdfium/fpdfsdk/src/javascript/
H A DPublicMethods.cpp269 double CJS_PublicMethods::ParseNumber(FX_LPCWSTR swSource, FX_BOOL& bAllDigits, FX_BOOL& bDot, FX_BOOL& bSign, FX_BOOL& bKXJS) argument
296 bAllDigits = FALSE;
310 bAllDigits = TRUE;
327 bAllDigits = FALSE;
369 bAllDigits = FALSE;
417 FX_BOOL bAllDigits = FALSE; local
422 return ParseNumber(swSource, bAllDigits, bDot, bSign, bKXJS);
427 FX_BOOL bAllDigits = FALSE; local
431 dRet = ParseNumber(swSource, bAllDigits, bDot, bSign, bKXJS);
433 return bAllDigits;
[all...]

Completed in 770 milliseconds