final int loc = localsOffset();
final ExpressionCompilerForStrings str = method().stringCompiler();
str.compile( _a );
str.compile( _b );
mv.visitInsn( Opcodes.ICONST_1 );
mv.visitMethodInsn( Opcodes.INVOKESTATIC, "org/formulacompiler/runtime/internal/Runtime_v2", "fun_SEARCH", "(Ljava/lang/String;Ljava/lang/String;I)I" );
compileConversionFromInt();
}
private final void compile_fun_SEARCH( ExpressionNode _a, ExpressionNode _b, ExpressionNode _c ) throws CompilerException
{