Lines Matching refs:i_unexpandedLocationCode

95             [this](const std::string& i_unexpandedLocationCode,  in Manager()
97 return this->getExpandedLocationCode(i_unexpandedLocationCode, in Manager()
110 [this](const std::string& i_unexpandedLocationCode, in Manager() argument
113 i_unexpandedLocationCode, i_nodeNumber); in Manager()
491 const std::string& i_unexpandedLocationCode) in isValidUnexpandedLocationCode() argument
493 if ((i_unexpandedLocationCode.length() < in isValidUnexpandedLocationCode()
495 ((i_unexpandedLocationCode.compare(0, 4, "Ufcs") != in isValidUnexpandedLocationCode()
497 (i_unexpandedLocationCode.compare(0, 4, "Umts") != in isValidUnexpandedLocationCode()
499 ((i_unexpandedLocationCode.length() > in isValidUnexpandedLocationCode()
501 (i_unexpandedLocationCode.find("-") != 4))) in isValidUnexpandedLocationCode()
510 const std::string& i_unexpandedLocationCode, in getExpandedLocationCode() argument
513 if (!isValidUnexpandedLocationCode(i_unexpandedLocationCode)) in getExpandedLocationCode()
518 i_unexpandedLocationCode.c_str())); in getExpandedLocationCode()
545 "LocationCode", "") == i_unexpandedLocationCode) in getExpandedLocationCode()
556 i_unexpandedLocationCode.c_str())); in getExpandedLocationCode()
560 const std::string& i_unexpandedLocationCode, in getFrusByUnexpandedLocationCode() argument
565 if (!isValidUnexpandedLocationCode(i_unexpandedLocationCode)) in getFrusByUnexpandedLocationCode()
570 i_unexpandedLocationCode.c_str())); in getFrusByUnexpandedLocationCode()
597 "LocationCode", "") == i_unexpandedLocationCode) in getFrusByUnexpandedLocationCode()
611 i_unexpandedLocationCode.c_str())); in getFrusByUnexpandedLocationCode()