OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:get_hash_pos
(Results
1 - 2
of
2
) sorted by null
/packages/inputmethods/PinyinIME/jni/share/
spellingtable.cpp
80
size_t SpellingTable::
get_hash_pos
(const char* spelling_str) {
function in class:ime_pinyin::SpellingTable
149
size_t hash_pos =
get_hash_pos
(spelling_str);
189
size_t hash_pos =
get_hash_pos
(spelling_str);
/packages/inputmethods/PinyinIME/jni/include/
spellingtable.h
66
size_t
get_hash_pos
(const char* spelling_str);
Completed in 581 milliseconds