Searched refs:kNCount (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/chrome/renderer/spellchecker/
H A Dspellcheck_worditerator.cc255 const int kNCount = kVCount * kTCount; local
256 const int kSCount = kLCount * kNCount;
267 int l = kLBase + index / kNCount;
268 int v = kVBase + (index % kNCount) / kTCount;

Completed in 1027 milliseconds