Home | History | Annotate | Download | only in javascript

Lines Matching refs:bAllDigits

269 double CJS_PublicMethods::ParseNumber(FX_LPCWSTR swSource, FX_BOOL& bAllDigits, FX_BOOL& bDot, FX_BOOL& bSign, FX_BOOL& bKXJS)

296 bAllDigits = FALSE;
310 bAllDigits = TRUE;
327 bAllDigits = FALSE;
369 bAllDigits = FALSE;
417 FX_BOOL bAllDigits = FALSE;
422 return ParseNumber(swSource, bAllDigits, bDot, bSign, bKXJS);
427 FX_BOOL bAllDigits = FALSE;
431 dRet = ParseNumber(swSource, bAllDigits, bDot, bSign, bKXJS);
433 return bAllDigits;