Lines Matching refs:CJS_PublicMethods
33 const JSMethodSpec CJS_PublicMethods::GlobalFunctionSpecs[] = {
207 CJS_PublicMethods::CJS_PublicMethods(v8::Local<v8::Object> pObject) in CJS_PublicMethods() function in CJS_PublicMethods
210 CJS_PublicMethods::~CJS_PublicMethods() {} in ~CJS_PublicMethods()
213 void CJS_PublicMethods::DefineJSObjects(CFXJS_Engine* pEngine) { in DefineJSObjects()
219 void CJS_PublicMethods::fun_name##_static( \
247 bool CJS_PublicMethods::IsNumber(const WideString& str) { in IsNumber()
281 bool CJS_PublicMethods::MaskSatisfied(wchar_t c_Change, wchar_t c_Mask) { in MaskSatisfied()
296 bool CJS_PublicMethods::IsReservedMaskChar(wchar_t ch) { in IsReservedMaskChar()
300 double CJS_PublicMethods::AF_Simple(const wchar_t* sFuction, in AF_Simple()
316 v8::Local<v8::Array> CJS_PublicMethods::AF_MakeArrayFromList( in AF_MakeArrayFromList()
347 int CJS_PublicMethods::ParseStringInteger(const WideString& str, in ParseStringInteger()
371 WideString CJS_PublicMethods::ParseStringString(const WideString& str, in ParseStringString()
388 double CJS_PublicMethods::ParseNormalDate(const WideString& value, in ParseNormalDate()
466 double CJS_PublicMethods::MakeRegularDate(const WideString& value, in MakeRegularDate()
729 WideString CJS_PublicMethods::MakeFormatDate(double dDate, in MakeFormatDate()
865 CJS_Return CJS_PublicMethods::AFNumber_Format( in AFNumber_Format()
972 CJS_Return CJS_PublicMethods::AFNumber_Keystroke( in AFNumber_Keystroke()
1060 CJS_Return CJS_PublicMethods::AFPercent_Format( in AFPercent_Format()
1138 CJS_Return CJS_PublicMethods::AFPercent_Keystroke( in AFPercent_Keystroke()
1145 CJS_Return CJS_PublicMethods::AFDate_FormatEx( in AFDate_FormatEx()
1182 double CJS_PublicMethods::MakeInterDate(const WideString& strValue) { in MakeInterDate()
1220 CJS_Return CJS_PublicMethods::AFDate_KeystrokeEx( in AFDate_KeystrokeEx()
1253 CJS_Return CJS_PublicMethods::AFDate_Format( in AFDate_Format()
1282 CJS_Return CJS_PublicMethods::AFDate_Keystroke( in AFDate_Keystroke()
1311 CJS_Return CJS_PublicMethods::AFTime_Format( in AFTime_Format()
1327 CJS_Return CJS_PublicMethods::AFTime_Keystroke( in AFTime_Keystroke()
1343 CJS_Return CJS_PublicMethods::AFTime_FormatEx( in AFTime_FormatEx()
1349 CJS_Return CJS_PublicMethods::AFTime_KeystrokeEx( in AFTime_KeystrokeEx()
1356 CJS_Return CJS_PublicMethods::AFSpecial_Format( in AFSpecial_Format()
1392 CJS_Return CJS_PublicMethods::AFSpecial_KeystrokeEx( in AFSpecial_KeystrokeEx()
1471 CJS_Return CJS_PublicMethods::AFSpecial_Keystroke( in AFSpecial_Keystroke()
1506 CJS_Return CJS_PublicMethods::AFMergeChange( in AFMergeChange()
1527 CJS_Return CJS_PublicMethods::AFParseDateEx( in AFParseDateEx()
1545 CJS_Return CJS_PublicMethods::AFSimple( in AFSimple()
1556 CJS_Return CJS_PublicMethods::AFMakeNumber( in AFMakeNumber()
1572 CJS_Return CJS_PublicMethods::AFSimple_Calculate( in AFSimple_Calculate()
1665 CJS_Return CJS_PublicMethods::AFRange_Validate( in AFRange_Validate()
1711 CJS_Return CJS_PublicMethods::AFExtractNums( in AFExtractNums()