Lines Matching refs:equalsAsciiL
373 if ( rControlCommand.Command.equalsAsciiL( "SetStep", 7 )) in executeControlCommand()
381 if ( rControlCommand.Arguments[i].Name.equalsAsciiL( "Step", 4 )) in executeControlCommand()
390 else if ( rControlCommand.Command.equalsAsciiL( "SetValue", 8 )) in executeControlCommand()
394 if ( rControlCommand.Arguments[i].Name.equalsAsciiL( "Value", 5 )) in executeControlCommand()
409 else if ( rControlCommand.Command.equalsAsciiL( "SetValues", 9 )) in executeControlCommand()
420 if ( aName.equalsAsciiL( "Value", 5 )) in executeControlCommand()
425 else if ( aName.equalsAsciiL( "Step", 4 )) in executeControlCommand()
428 else if ( aName.equalsAsciiL( "LowerLimit", 10 )) in executeControlCommand()
431 else if ( aName.equalsAsciiL( "UpperLimit", 10 )) in executeControlCommand()
435 else if ( aName.equalsAsciiL( "OutputFormat", 12 )) in executeControlCommand()
439 else if ( rControlCommand.Command.equalsAsciiL( "SetLowerLimit", 13 )) in executeControlCommand()
447 if ( rControlCommand.Arguments[i].Name.equalsAsciiL( "LowerLimit", 10 )) in executeControlCommand()
456 else if ( rControlCommand.Command.equalsAsciiL( "SetUpperLimit", 13 )) in executeControlCommand()
464 if ( rControlCommand.Arguments[i].Name.equalsAsciiL( "UpperLimit", 10 )) in executeControlCommand()
473 else if ( rControlCommand.Command.equalsAsciiL( "SetOutputFormat", 15 )) in executeControlCommand()
477 if ( rControlCommand.Arguments[i].Name.equalsAsciiL( "OutputFormat", 10 )) in executeControlCommand()