Searched refs:nCommandOffset (Results 1 – 1 of 1) sorted by relevance
879 const size_t nCommandOffset = vTextLine.find_first_not_of(digits); in WrapCLICommandIntoMICommand() local889 const bool bIsEmptyCommand = (nCommandOffset == CMIUtilString::npos); in WrapCLICommandIntoMICommand()900 !bIsEmptyCommand && (vTextLine.at(nCommandOffset) != '-'); in WrapCLICommandIntoMICommand()909 vTextLine.begin() + nCommandOffset); in WrapCLICommandIntoMICommand()912 const CMIUtilString vCliCommand(std::string(vTextLine, nCommandOffset)); in WrapCLICommandIntoMICommand()