Home | History | Annotate | Download | only in javascript

Lines Matching refs:CFX_WideString

67 	static int				ParseStringInteger(const CFX_WideString & string,int nStart,int & nSkip, int nMaxStep);

68 static CFX_WideString ParseStringString(const CFX_WideString& string, int nStart, int& nSkip);
69 static double MakeRegularDate(const CFX_WideString & value,const CFX_WideString & format, FX_BOOL& bWrongFormat);
70 static CFX_WideString MakeFormatDate(double dDate,const CFX_WideString & format);
73 static double ParseNormalDate(const CFX_WideString & value, FX_BOOL& bWrongFormat);
74 static double MakeInterDate(CFX_WideString strValue);
78 static CFX_WideString StrLTrim(FX_LPCWSTR pStr);
79 static CFX_WideString StrRTrim(FX_LPCWSTR pStr);
80 static CFX_WideString StrTrim(FX_LPCWSTR pStr);