# File lib/rchardet/eucjpprober.rb, line 31
    def initialize
      super()
      @_mCodingSM = CodingStateMachine.new(EUCJPSMModel)
      @_mDistributionAnalyzer = EUCJPDistributionAnalysis.new()
      @_mContextAnalyzer = EUCJPContextAnalysis.new()
      reset
    end