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

  /external/pdfium/fpdfsdk/src/javascript/
PublicMethods.cpp 34 /* -------------------------------- CJS_PublicMethods -------------------------------- */
38 BEGIN_JS_STATIC_GLOBAL_FUN(CJS_PublicMethods)
63 IMPLEMENT_JS_STATIC_GLOBAL_FUN(CJS_PublicMethods)
104 FX_BOOL CJS_PublicMethods::IsNumber(FX_LPCWSTR string)
152 FX_BOOL CJS_PublicMethods::IsDigit(wchar_t ch)
157 FX_BOOL CJS_PublicMethods::IsDigit(char ch)
162 FX_BOOL CJS_PublicMethods::IsAlphabetic(wchar_t ch)
167 FX_BOOL CJS_PublicMethods::IsAlphaNumeric(wchar_t ch)
172 FX_BOOL CJS_PublicMethods::maskSatisfied(wchar_t c_Change,wchar_t c_Mask)
189 FX_BOOL CJS_PublicMethods::isReservedMaskChar(wchar_t ch
    [all...]
JS_Runtime.cpp 180 if (CJS_PublicMethods::Init(*this) < 0) return FALSE;
util.cpp 129 else if (c == L'.' || c == L'+' || c == L'-' || c == L'#' || c == L' ' || CJS_PublicMethods::IsDigit(c))
590 dDate = CJS_PublicMethods::MakeRegularDate(sDate,sFormat,bWrongFormat);
Field.cpp     [all...]
  /external/pdfium/fpdfsdk/include/javascript/
PublicMethods.h 12 class CJS_PublicMethods : public CJS_Object
15 CJS_PublicMethods(JSFXObject pObject) : CJS_Object(pObject) {};
16 virtual ~CJS_PublicMethods(void){};

Completed in 830 milliseconds