| 94 | } |
| 95 | |
| 96 | SJISDistributionAnalysis::SJISDistributionAnalysis() |
| 97 | { |
| 98 | mCharToFreqOrder = JISCharToFreqOrder; |
| 99 | mTableSize = JIS_TABLE_SIZE; |
| 100 | mTypicalDistributionRatio = JIS_TYPICAL_DISTRIBUTION_RATIO; |
| 101 | } |
| 102 | |
| 103 | EUCJPDistributionAnalysis::EUCJPDistributionAnalysis() |
| 104 | { |
nothing calls this directly
no outgoing calls
no test coverage detected