Searched refs:unexpandedLocationCode (Results 1 – 1 of 1) sorted by relevance
348 * @param[in] unexpandedLocationCode - Unexpanded location code.355 const std::string& unexpandedLocationCode, in getExpandedLocationCode() argument 359 if (unexpandedLocationCode.empty()) in getExpandedLocationCode() 362 return unexpandedLocationCode; in getExpandedLocationCode() 365 auto expanded{unexpandedLocationCode}; in getExpandedLocationCode() 379 auto pos = unexpandedLocationCode.find("fcs"); in getExpandedLocationCode() 388 pos = unexpandedLocationCode.find("mts"); in getExpandedLocationCode() 470 if (unexpandedLocationCode.find("fcs") != std::string::npos) in getExpandedLocationCode()