Home
last modified time | relevance | path

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

/OK3568_Linux_fs/app/forlinx/flapp/src/keyboard/pinyin/include/
H A Ddictdef.h58 const size_t kMaxSpellingNum = 512 - kHalfSpellingIdNum - 1; variable
/OK3568_Linux_fs/app/forlinx/DWKeyboard/include/pinyin/include/
H A Ddictdef.h58 const size_t kMaxSpellingNum = 512 - kHalfSpellingIdNum - 1; variable
/OK3568_Linux_fs/app/forlinx/flapp/src/keyboard/pinyin/share/
H A Ddictbuilder.cpp193 lma_nodes_le0_ = new LmaNodeLE0[kMaxSpellingNum + 1]; in alloc_resource()
213 memset(lma_nodes_le0_, 0, sizeof(LmaNodeLE0) * (kMaxSpellingNum + 1)); in alloc_resource()