Lines Matching defs:bDot
111 FX_BOOL bDot = FALSE;
119 if (bDot) return FALSE;
120 bDot = TRUE;
258 double CJS_PublicMethods::ParseNumber(FX_LPCWSTR swSource, FX_BOOL& bAllDigits, FX_BOOL& bDot, FX_BOOL& bSign, FX_BOOL& bKXJS)
260 bDot = FALSE;
320 if (!bDot)
333 bDot = TRUE;
360 if (p != pStart && !bDot && bDigitExist)
363 bDot = TRUE;
367 bDot = FALSE;
388 if (bDot)
407 FX_BOOL bDot = FALSE;
411 return ParseNumber(swSource, bAllDigits, bDot, bSign, bKXJS);
414 FX_BOOL CJS_PublicMethods::ConvertStringToNumber(FX_LPCWSTR swSource, double & dRet, FX_BOOL & bDot)
420 dRet = ParseNumber(swSource, bAllDigits, bDot, bSign, bKXJS);