Home
last modified time | relevance | path

Searched refs:strEU (Results 1 – 5 of 5) sorted by relevance

/dports/cad/sumo/sumo-1.2.0/src/foreign/PHEMlight/dll_code/
H A DHelpers.cs224 if (VEH.IndexOf("_" + Constants.strEU) > 0) in geteclass()
226 if (VEH.IndexOf("_", VEH.IndexOf("_" + Constants.strEU) + 1) > 0) in geteclass()
228strEU + VEH.Substring(VEH.IndexOf("_" + Constants.strEU) + 3, VEH.IndexOf("_", VEH.IndexOf("_" + C… in geteclass()
231 else if (VEH.IndexOf(".", VEH.IndexOf("_" + Constants.strEU) + 1) > 0) in geteclass()
233strEU + VEH.Substring(VEH.IndexOf("_" + Constants.strEU) + 3, VEH.IndexOf(".", VEH.IndexOf("_" + C… in geteclass()
238 …_eClass = Constants.strEU + VEH.Substring(VEH.IndexOf("_" + Constants.strEU) + 3, VEH.Length - (VE… in geteclass()
H A DConstants.cs53 public const string strEU = "EU"; field in PHEMlightdll.Constants
/dports/cad/sumo/sumo-1.2.0/src/foreign/PHEMlight/cpp/
H A DHelpers.cpp215 if ((int)VEH.find(std::string("_") + Constants::strEU) > 0) { in geteclass()
216 if ((int)VEH.find("_", (int)VEH.find(std::string("_") + Constants::strEU) + 1) > 0) { in geteclass()
217strEU + VEH.substr((int)VEH.find(std::string("_") + Constants::strEU) + 3, (int)VEH.find("_", (int… in geteclass()
220 … else if ((int)VEH.find(".", (int)VEH.find(std::string("_") + Constants::strEU) + 1) > 0) { in geteclass()
221strEU + VEH.substr((int)VEH.find(std::string("_") + Constants::strEU) + 3, (int)VEH.find(".", (int… in geteclass()
225 …ants::strEU + VEH.substr((int)VEH.find(std::string("_") + Constants::strEU) + 3, VEH.length() - ((… in geteclass()
H A DConstants.h66 static const std::string strEU; variable
H A DConstants.cpp51 const std::string Constants::strEU = "EU"; member in PHEMlightdll::Constants