Home | History | Annotate | Download | only in javascript

Lines Matching refs:strFormat

316 		//CString strFormat = cppTm.Format(cFormat.c_str());

333 //cFormat = strFormat.GetBuffer(strFormat.GetLength()+1);
343 //strFormat.Replace(cTableAd[iIndex].lpszJSMark,"%d");
344 //strFormat.Format(strFormat,cTableAd[iIndex].iValue);
362 CFX_WideString strFormat;
363 // strFormat.Format((FX_LPCWSTR)L"%d,%d,%d,%d,%d,%d",iYear, iMonth, iDay, iHour, iMin, iSec);
364 // CString strFormat = cppTm.Format(cFormat.c_str());
366 strFormat = wcsftime(buf, 64, cFormat.c_str(), &time);
369 //rtRet = strFormat.GetBuffer(strFormat.GetLength()+1);
412 //CString strFormat = cppTm.Format(cFormat.c_str());
429 //cFormat = strFormat.GetBuffer(strFormat.GetLength()+1);
439 //strFormat.Replace(cTableAd[iIndex].lpszJSMark,"%d");
440 //strFormat.Format(strFormat,cTableAd[iIndex].iValue);
458 CFX_WideString strFormat;
459 // strFormat.Format((FX_LPCWSTR)L"%d,%d,%d,%d,%d,%d",iYear, iMonth, iDay, iHour, iMin, iSec);
460 // CString strFormat = cppTm.Format(cFormat.c_str());
462 strFormat = wcsftime(buf, 64, cFormat.c_str(), &time);