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

  /packages/inputmethods/PinyinIME/jni/include/
spellingtable.h 67 size_t hash_pos_next(size_t hash_pos);
  /packages/inputmethods/PinyinIME/jni/share/
spellingtable.cpp 92 size_t SpellingTable::hash_pos_next(size_t hash_pos) { function in class:ime_pinyin::SpellingTable
176 hash_pos = hash_pos_next(hash_pos);
201 hash_pos = hash_pos_next(hash_pos);

Completed in 11 milliseconds