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

/external/pdfium/fpdfsdk/src/javascript/
H A DPublicMethods.cpp111 FX_BOOL bDot = FALSE; local
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) argument
260 bDot = FALSE;
320 if (!bDot)
333 bDot = TRUE;
360 if (p != pStart && !bDot && bDigitExist)
363 bDot = TRUE;
367 bDot
407 FX_BOOL bDot = FALSE; local
414 ConvertStringToNumber(FX_LPCWSTR swSource, double & dRet, FX_BOOL & bDot) argument
[all...]
H A DField.cpp3128 FX_BOOL bDot; local
3129 if (CJS_PublicMethods::ConvertStringToNumber(swValue.c_str(), dRet, bDot))
3131 if (bDot)
3162 FX_BOOL bDot; local
3163 if (CJS_PublicMethods::ConvertStringToNumber(swValue.c_str(), dRet, bDot))
3165 if (bDot)
3185 FX_BOOL bDot; local
3186 if (CJS_PublicMethods::ConvertStringToNumber(swValue.c_str(), dRet, bDot))
3188 if (bDot)

Completed in 78 milliseconds