HomeSort by relevance Sort by last modified time
    Searched refs:bDot (Results 1 - 3 of 3) sorted by null

  /external/pdfium/fpdfsdk/include/javascript/
PublicMethods.h 73 static FX_BOOL ConvertStringToNumber(FX_LPCWSTR swSource, double & dRet, FX_BOOL & bDot);
77 static double ParseNumber(FX_LPCWSTR swSource, FX_BOOL& bAllDigits, FX_BOOL& bDot, FX_BOOL& bSign, FX_BOOL& bKXJS);
  /external/pdfium/fpdfsdk/src/javascript/
PublicMethods.cpp 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
    [all...]
Field.cpp     [all...]

Completed in 84 milliseconds