Searched defs:kTCount (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/chrome/renderer/spellchecker/
H A Dspellcheck_worditerator.cc254 const int kTCount = 28; // The number of Hangul last consonants. local
255 const int kNCount = kVCount * kTCount;
268 int v = kVBase + (index % kNCount) / kTCount;
269 int t = kTBase + index % kTCount;

Completed in 161 milliseconds