Searched refs:bDot (Results 1 - 3 of 3) sorted by relevance

/external/pdfium/fpdfsdk/include/javascript/
H A DPublicMethods.h71 static FX_BOOL ConvertStringToNumber(FX_LPCWSTR swSource, double & dRet, FX_BOOL & bDot);
75 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.cpp110 FX_BOOL bDot = FALSE; local
118 if (bDot) return FALSE;
119 bDot = TRUE;
269 double CJS_PublicMethods::ParseNumber(FX_LPCWSTR swSource, FX_BOOL& bAllDigits, FX_BOOL& bDot, FX_BOOL& bSign, FX_BOOL& bKXJS) argument
271 bDot = FALSE;
331 if (!bDot)
344 bDot = TRUE;
371 if (p != pStart && !bDot && bDigitExist)
374 bDot = TRUE;
378 bDot
418 FX_BOOL bDot = FALSE; local
425 ConvertStringToNumber(FX_LPCWSTR swSource, double & dRet, FX_BOOL & bDot) argument
[all...]
H A DField.cpp3133 FX_BOOL bDot; local
3134 if (CJS_PublicMethods::ConvertStringToNumber(swValue,dRet,bDot))
3136 if (bDot)
3167 FX_BOOL bDot; local
3168 if (CJS_PublicMethods::ConvertStringToNumber(swValue,dRet,bDot))
3170 if (bDot)
3191 FX_BOOL bDot; local
3192 if (CJS_PublicMethods::ConvertStringToNumber(swValue,dRet,bDot))
3194 if (bDot)

Completed in 146 milliseconds