Searched refs:swTemp (Results 1 – 1 of 1) sorted by relevance
343 CFX_WideString swTemp; in ParseNormalDate() local344 swTemp.Format(L"%d/%d/%d %d:%d:%d", nMonth, nDay, nYear, nHour, nMin, nSec); in ParseNormalDate()345 return JS_DateParse(swTemp); in ParseNormalDate()917 CFX_WideString swTemp = StrTrim(wstrValue); in AFNumber_Keystroke() local918 if (swTemp.IsEmpty()) in AFNumber_Keystroke()921 swTemp.Replace(L",", L"."); in AFNumber_Keystroke()922 if (!IsNumber(swTemp.c_str())) { in AFNumber_Keystroke()