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 71 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/
PublicMethods.cpp 110 FX_BOOL bDot = FALSE;
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)
271 bDot = FALSE;
331 if (!bDot)
344 bDot = TRUE;
371 if (p != pStart && !bDot && bDigitExist)
374 bDot = TRUE;
378 bDot = FALSE;
    [all...]
Field.cpp     [all...]

Completed in 451 milliseconds