OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:is_half_id
(Results
1 - 6
of
6
) sorted by null
/packages/inputmethods/PinyinIME/jni/include/
spellingtrie.h
182
bool
is_half_id
(uint16 splid) const;
/packages/inputmethods/PinyinIME/jni/share/
matrixsearch.cpp
1050
if (NULL != dmi && spl_trie_->
is_half_id
(dmi->spl_id)) {
[
all
...]
spellingtrie.cpp
137
bool SpellingTrie::
is_half_id
(uint16 splid) const {
function in class:ime_pinyin::SpellingTrie
dictbuilder.cpp
551
if (spl_trie.
is_half_id
(spl_idxs[0])) {
dicttrie.cpp
690
if (spl_trie_->
is_half_id
(splid_str[spl_pos])) {
userdict.cpp
484
if (spl_trie.
is_half_id
(splid_str[i])) {
[
all
...]
Completed in 5244 milliseconds