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

/packages/inputmethods/PinyinIME/jni/include/
H A Dspellingtrie.h26 static const unsigned short kFullSplIdStart = kHalfSpellingIdNum + 1; member in namespace:ime_pinyin
53 static const char kHalfId2Sc_[kFullSplIdStart + 1];
76 // The length of the list is spelling_num_ + kFullSplIdStart,
110 // [1..kFullSplIdStart-1] is the arrange of half id.
111 uint16 h2f_start_[kFullSplIdStart];
112 uint16 h2f_num_[kFullSplIdStart];

Completed in 27 milliseconds