Dynamic mode cleanup: Use generated constants, cleanup TODOs. For more info:
https://code.google.com/p/cld2/issues/detail?id=7 git-svn-id: https://cld2.googlecode.com/svn/trunk@154 b252ecd4-b096-bf77-eb8e-91563289f87e
This commit is contained in:
@@ -8252,7 +8252,7 @@ static const IndirectProbBucket4 kCjkDeltaBi[kCjkDeltaBiSize] = {
|
||||
};
|
||||
|
||||
static const uint32 kCjkDeltaBiSizeOne = 33; // One-langprob count
|
||||
static const uint32 kCjkDeltaBiIndSize = 33; // Largest subscript
|
||||
extern const uint32 kCjkDeltaBiIndSize = 33; // Largest subscript
|
||||
static const uint32 kCjkDeltaBiInd[kCjkDeltaBiIndSize] = {
|
||||
// [0000]
|
||||
0x00000000, 0x00001d2d, 0x00001d1c, 0x00000000,
|
||||
|
Reference in New Issue
Block a user