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

  /packages/inputmethods/PinyinIME/jni/include/
spellingtable.h 38 class SpellingTable {
70 SpellingTable();
71 ~SpellingTable();
dictbuilder.h 24 #include "./spellingtable.h"
69 SpellingTable *spl_table_;
  /packages/inputmethods/PinyinIME/jni/share/
spellingtable.cpp 22 #include "../include/spellingtable.h"
28 const char SpellingTable::
67 SpellingTable::SpellingTable() {
76 SpellingTable::~SpellingTable() {
80 size_t SpellingTable::get_hash_pos(const char* spelling_str) {
92 size_t SpellingTable::hash_pos_next(size_t hash_pos) {
98 void SpellingTable::free_resource() {
108 bool SpellingTable::init_table(size_t pure_spl_size, size_t spl_max_num
    [all...]
spellingtrie.cpp 23 #include "../include/spellingtable.h"
369 SpellingTable *spl_table = new SpellingTable();
dictbuilder.cpp 27 #include "../include/spellingtable.h"
200 spl_table_ = new SpellingTable();

Completed in 722 milliseconds