OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:spl_trie_
(Results
1 - 8
of
8
) sorted by null
/packages/inputmethods/PinyinIME/jni/share/
splparser.cpp
23
spl_trie_
= SpellingTrie::get_cpinstance();
41
const SpellingNode *node_this =
spl_trie_
->root_;
55
if (
spl_trie_
->if_valid_id_update(&id_this)) {
65
node_this =
spl_trie_
->root_;
86
found_son =
spl_trie_
->level1_sons_[char_this - 'a'];
88
found_son =
spl_trie_
->level1_sons_[char_this - 'A'];
109
if (
spl_trie_
->if_valid_id_update(&id_this)) {
118
node_this =
spl_trie_
->root_;
129
if (
spl_trie_
->if_valid_id_update(&id_this)) {
149
if (
spl_trie_
->is_half_id_yunmu(spl_idx[pos]))
[
all
...]
matrixsearch.cpp
33
spl_trie_
= SpellingTrie::get_cpinstance();
1050
if (NULL != dmi &&
spl_trie_
->is_half_id(dmi->spl_id)) {
[
all
...]
dicttrie.cpp
29
spl_trie_
= SpellingTrie::get_cpinstance();
413
if (
spl_trie_
->is_half_id_yunmu(splid) && son_pos != son_start)
690
if (
spl_trie_
->is_half_id(splid_str[spl_pos])) {
691
id_num =
spl_trie_
->half_to_full(splid_str[spl_pos], &id_start);
804
if (1 == splid_str_len &&
spl_trie_
->is_half_id_yunmu(splid_str[0]))
866
if (arg_valid &&
spl_trie_
->is_full_id(splids[pos])) {
dictlist.cpp
33
spl_trie_
= SpellingTrie::get_cpinstance();
336
(!strict &&
spl_trie_
->half_full_compatible(half_splid,
/packages/inputmethods/PinyinIME/jni/include/
dictlist.h
33
const SpellingTrie *
spl_trie_
;
member in class:ime_pinyin::DictList
splparser.h
27
const SpellingTrie *
spl_trie_
;
member in class:ime_pinyin::SpellingParser
dicttrie.h
60
const SpellingTrie *
spl_trie_
;
member in class:ime_pinyin::DictTrie
matrixsearch.h
160
const SpellingTrie *
spl_trie_
;
member in class:ime_pinyin::MatrixSearch
Completed in 2696 milliseconds