Lines Matching full:c_str
82 const FX_WCHAR* pTrim = sTrim.c_str();
173 return StrRTrim(StrLTrim(pStr).c_str());
357 StrArray.SetElement(nIndex, CJS_Value(pRuntime, StrTrim(p).c_str()));
365 StrArray.SetElement(nIndex, CJS_Value(pRuntime, StrTrim(pSub).c_str()));
492 return JS_DateParse(swTemp.c_str());
677 if (sFullMonths.Find(sMonth.c_str(), 0) != -1) {
757 dRet = JS_DateParse(value.c_str());
930 std::wstring wstrCurrency(params[4].ToCFXWideString().c_str());
1006 std::wstring strValue2 = Value.c_str();
1077 Value = strValue2.c_str();
1106 CFX_WideString wstrValue = StrLTrim(w_strValue.c_str());
1112 if (!IsNumber(swTemp.c_str())) {
1115 Alert(pContext, sError.c_str());
1121 std::wstring w_strValue2 = w_strValue.c_str();
1122 std::wstring w_strChange2 = w_strChange.c_str();
1196 w_strValue = w_strValue2.c_str();
1336 swMsg.Format(JSGetStringFromID(pContext, IDS_STRING_JSPARSEDATE).c_str(),
1337 sFormat.c_str());
1338 Alert(pContext, swMsg.c_str());
1400 nDay = (int)ParseStringToNumber(wsArray[2].c_str());
1401 nHour = (int)ParseStringToNumber(wsArray[3].c_str());
1402 nMin = (int)ParseStringToNumber(wsArray[4].c_str());
1403 nSec = (int)ParseStringToNumber(wsArray[5].c_str());
1404 nYear = (int)ParseStringToNumber(wsArray[7].c_str());
1410 dRet = JS_DateParse(strValue.c_str());
1442 swMsg.Format(JSGetStringFromID(pContext, IDS_STRING_JSPARSEDATE).c_str(),
1443 sFormat.c_str());
1444 Alert(pContext, swMsg.c_str());
1607 std::string strSrc = CFX_ByteString::FromUnicode(Value).c_str();
1632 Value = CFX_WideString::FromLocal(strDes.c_str());
1659 const std::wstring wstrValue = valEvent.c_str();
1675 JSGetStringFromID(pContext, IDS_STRING_JSAFNUMBER_KEYSTROKE).c_str());
1682 std::wstring wChange = wideChange.c_str();
1692 JSGetStringFromID(pContext, IDS_STRING_JSPARAM_TOOLONG).c_str());
1699 JSGetStringFromID(pContext, IDS_STRING_JSPARAM_TOOLONG).c_str());
1707 JSGetStringFromID(pContext, IDS_STRING_JSPARAM_TOOLONG).c_str());
1723 wideChange = wChange.c_str();
1746 std::string strSrc = CFX_ByteString::FromUnicode(val).c_str();
1747 std::wstring wstrChange = pEvent->Change().c_str();
1775 params2.push_back(CJS_Value(CJS_Runtime::FromContext(cc), cFormat.c_str()));
1796 vRet = swValue.c_str();
1814 vRet = (prefix + pEventHandler->Change() + postfix).c_str();
1838 swMsg.Format(JSGetStringFromID(pContext, IDS_STRING_JSPARSEDATE).c_str(),
1839 sFormat.c_str());
1840 Alert((CJS_Context*)cc, swMsg.c_str());
1860 vRet = (double)AF_Simple(params[0].ToCFXWideString().c_str(),
1876 vRet = ParseStringToNumber(params[0].ToCFXWideString().c_str());
1902 double dValue = wcscmp(sFunction.c_str(), L"PRD") == 0 ? 1.0 : 0.0;
1920 dTemp = ParseStringToNumber(pFormField->GetValue().c_str());
1934 ParseStringToNumber(pFormCtrl->GetExportValue().c_str());
1945 dTemp = ParseStringToNumber(pFormField->GetValue().c_str());
1952 if (i == 0 && j == 0 && (wcscmp(sFunction.c_str(), L"MIN") == 0 ||
1953 wcscmp(sFunction.c_str(), L"MAX") == 0))
1956 dValue = AF_Simple(sFunction.c_str(), dValue, dTemp);
1963 if (wcscmp(sFunction.c_str(), L"AVG") == 0 && nFieldsCount > 0)
2004 swMsg.Format(JSGetStringFromID(pContext, IDS_STRING_JSRANGE1).c_str(),
2005 params[1].ToCFXWideString().c_str(),
2006 params[3].ToCFXWideString().c_str());
2009 swMsg.Format(JSGetStringFromID(pContext, IDS_STRING_JSRANGE2).c_str(),
2010 params[1].ToCFXWideString().c_str());
2013 swMsg.Format(JSGetStringFromID(pContext, IDS_STRING_JSRANGE3).c_str(),
2014 params[3].ToCFXWideString().c_str());
2018 Alert(pContext, swMsg.c_str());
2050 nums.SetElement(nIndex, CJS_Value(pRuntime, sPart.c_str()));
2058 nums.SetElement(nIndex, CJS_Value(pRuntime, sPart.c_str()));