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

/external/pdfium/fpdfsdk/src/javascript/
H A DPublicMethods.cpp258 double CJS_PublicMethods::ParseNumber(FX_LPCWSTR swSource, FX_BOOL& bAllDigits, FX_BOOL& bDot, FX_BOOL& bSign, FX_BOOL& bKXJS) argument
285 bAllDigits = FALSE;
299 bAllDigits = TRUE;
316 bAllDigits = FALSE;
358 bAllDigits = FALSE;
406 FX_BOOL bAllDigits = FALSE; local
411 return ParseNumber(swSource, bAllDigits, bDot, bSign, bKXJS);
416 FX_BOOL bAllDigits = FALSE; local
420 dRet = ParseNumber(swSource, bAllDigits, bDot, bSign, bKXJS);
422 return bAllDigits;
[all...]

Completed in 312 milliseconds