htmlEntityMaxKeyLength top-level constant
int
const htmlEntityMaxKeyLength
Length of the longest key in htmlNamedEntities.
Used to bound the substring search window when scanning for named entities.
Implementation
const int htmlEntityMaxKeyLength = 18;