Home | History | Annotate | Download | only in javascript

Lines Matching refs:FX_BOOL

17 	static FX_BOOL AFNumber_Format(OBJ_METHOD_PARAMS);

18 static FX_BOOL AFNumber_Keystroke(OBJ_METHOD_PARAMS);
19 static FX_BOOL AFPercent_Format(OBJ_METHOD_PARAMS);
20 static FX_BOOL AFPercent_Keystroke(OBJ_METHOD_PARAMS);
21 static FX_BOOL AFDate_FormatEx(OBJ_METHOD_PARAMS);
22 static FX_BOOL AFDate_KeystrokeEx(OBJ_METHOD_PARAMS);
23 static FX_BOOL AFDate_Format(OBJ_METHOD_PARAMS);
24 static FX_BOOL AFDate_Keystroke(OBJ_METHOD_PARAMS);
25 static FX_BOOL AFTime_FormatEx(OBJ_METHOD_PARAMS); //
26 static FX_BOOL AFTime_KeystrokeEx(OBJ_METHOD_PARAMS);
27 static FX_BOOL AFTime_Format(OBJ_METHOD_PARAMS);
28 static FX_BOOL AFTime_Keystroke(OBJ_METHOD_PARAMS);
29 static FX_BOOL AFSpecial_Format(OBJ_METHOD_PARAMS);
30 static FX_BOOL AFSpecial_Keystroke(OBJ_METHOD_PARAMS);
31 static FX_BOOL AFSpecial_KeystrokeEx(OBJ_METHOD_PARAMS);//
32 static FX_BOOL AFSimple(OBJ_METHOD_PARAMS);
33 static FX_BOOL AFMakeNumber(OBJ_METHOD_PARAMS);
34 static FX_BOOL AFSimple_Calculate(OBJ_METHOD_PARAMS);
35 static FX_BOOL AFRange_Validate(OBJ_METHOD_PARAMS);
36 static FX_BOOL AFMergeChange(OBJ_METHOD_PARAMS);
37 static FX_BOOL AFParseDateEx(OBJ_METHOD_PARAMS);
38 static FX_BOOL AFExtractNums(OBJ_METHOD_PARAMS);
69 static double MakeRegularDate(const CFX_WideString & value,const CFX_WideString & format, FX_BOOL& bWrongFormat);
71 static FX_BOOL ConvertStringToNumber(FX_LPCWSTR swSource, double & dRet, FX_BOOL & bDot);
73 static double ParseNormalDate(const CFX_WideString & value, FX_BOOL& bWrongFormat);
75 static double ParseNumber(FX_LPCWSTR swSource, FX_BOOL& bAllDigits, FX_BOOL& bDot, FX_BOOL& bSign, FX_BOOL& bKXJS);
86 static FX_BOOL IsNumber(FX_LPCSTR string);
87 static FX_BOOL IsNumber(FX_LPCWSTR string);
89 static FX_BOOL IsDigit(char ch);
90 static FX_BOOL IsDigit(wchar_t ch);
91 static FX_BOOL IsAlphabetic(wchar_t ch);
92 static FX_BOOL IsAlphaNumeric(wchar_t ch);
94 static FX_BOOL maskSatisfied(wchar_t c_Change,wchar_t c_Mask);
95 static FX_BOOL isReservedMaskChar(wchar_t ch);