Add named constant for array size
git-svn-id: https://cld2.googlecode.com/svn/trunk@141 b252ecd4-b096-bf77-eb8e-91563289f87e
This commit is contained in:
@@ -16,7 +16,8 @@
|
|||||||
namespace CLD2 {
|
namespace CLD2 {
|
||||||
|
|
||||||
// Average score per 1024 bytes
|
// Average score per 1024 bytes
|
||||||
extern const short kAvgDeltaOctaScore[614 * 4] = {
|
static const int kAvgDeltaOctaScoreSize = 614 * 4;
|
||||||
|
extern const short kAvgDeltaOctaScore[kAvgDeltaOctaScoreSize] = {
|
||||||
// Latn Cyrl Arab Other script
|
// Latn Cyrl Arab Other script
|
||||||
// Updated 20140202 for CLD2 Chrome 256K entries
|
// Updated 20140202 for CLD2 Chrome 256K entries
|
||||||
1314, 0, 0, 0, // 0 ENGLISH en
|
1314, 0, 0, 0, // 0 ENGLISH en
|
||||||
|
Reference in New Issue
Block a user