OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:get_splid_by_str
(Results
1 - 3
of
3
) sorted by null
/packages/inputmethods/PinyinIME/jni/include/
splparser.h
67
uint16
get_splid_by_str
(const char *splstr, uint16 str_len, bool *is_pre);
80
// When auto-correction is not enabled,
get_splid_by_str
() will be called to
/packages/inputmethods/PinyinIME/jni/share/
splparser.cpp
288
uint16 SpellingParser::
get_splid_by_str
(const char *splstr, uint16 str_len,
function in class:ime_pinyin::SpellingParser
331
splidx[0] =
get_splid_by_str
(splstr, str_len, &is_pre);
matrixsearch.cpp
1009
spl_idx = spl_parser_->
get_splid_by_str
(pys_ + oldrow,
[
all
...]
Completed in 979 milliseconds