Home
last modified time | relevance | path

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

/OK3568_Linux_fs/app/forlinx/flapp/src/keyboard/pinyin/share/
H A Dspellingtrie.cpp373 SpellingTable *spl_table = new SpellingTable(); in build_ym_info() local
375 sucess = spl_table->init_table(kMaxPinyinSize - 1, 2 * kMaxYmNum, false); in build_ym_info()
382 sucess = spl_table->put_spelling(spl_str, 0); in build_ym_info()
390 ym_buf = spl_table->arrange(&ym_item_size, &ym_num); in build_ym_info()
396 delete spl_table; in build_ym_info()
404 delete spl_table; in build_ym_info()