Lines Matching refs:sTemp
1356 CFX_WideString sTemp = L""; in MakeInterDate() local
1362 wsArray.Add(sTemp); in MakeInterDate()
1363 sTemp = L""; in MakeInterDate()
1367 sTemp += c; in MakeInterDate()
1370 wsArray.Add(sTemp); in MakeInterDate()
1374 sTemp = wsArray[1]; in MakeInterDate()
1375 if (sTemp.Compare(L"Jan") == 0) in MakeInterDate()
1377 if (sTemp.Compare(L"Feb") == 0) in MakeInterDate()
1379 if (sTemp.Compare(L"Mar") == 0) in MakeInterDate()
1381 if (sTemp.Compare(L"Apr") == 0) in MakeInterDate()
1383 if (sTemp.Compare(L"May") == 0) in MakeInterDate()
1385 if (sTemp.Compare(L"Jun") == 0) in MakeInterDate()
1387 if (sTemp.Compare(L"Jul") == 0) in MakeInterDate()
1389 if (sTemp.Compare(L"Aug") == 0) in MakeInterDate()
1391 if (sTemp.Compare(L"Sep") == 0) in MakeInterDate()
1393 if (sTemp.Compare(L"Oct") == 0) in MakeInterDate()
1395 if (sTemp.Compare(L"Nov") == 0) in MakeInterDate()
1397 if (sTemp.Compare(L"Dec") == 0) in MakeInterDate()