MCPcopy Create free account
hub / github.com/BYVoid/uchardet / SJISDistributionAnalysis

Method SJISDistributionAnalysis

src/CharDistribution.cpp:96–101  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

94}
95
96SJISDistributionAnalysis::SJISDistributionAnalysis()
97{
98 mCharToFreqOrder = JISCharToFreqOrder;
99 mTableSize = JIS_TABLE_SIZE;
100 mTypicalDistributionRatio = JIS_TYPICAL_DISTRIBUTION_RATIO;
101}
102
103EUCJPDistributionAnalysis::EUCJPDistributionAnalysis()
104{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected