Home
last modified time | relevance | path

Searched refs:kTCount (Results 1 – 1 of 1) sorted by relevance

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