HomeSort by relevance Sort by last modified time
    Searched refs:kMaxSpellingNum (Results 1 - 2 of 2) sorted by null

  /packages/inputmethods/PinyinIME/jni/include/
dictdef.h 58 const size_t kMaxSpellingNum = 512 - kHalfSpellingIdNum - 1;
  /packages/inputmethods/PinyinIME/jni/share/
dictbuilder.cpp 191 // The root and first level nodes is less than kMaxSpellingNum + 1
193 lma_nodes_le0_ = new LmaNodeLE0[kMaxSpellingNum + 1];
213 memset(lma_nodes_le0_, 0, sizeof(LmaNodeLE0) * (kMaxSpellingNum + 1));

Completed in 47 milliseconds