OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:id_this
(Results
1 - 2
of
2
) sorted by null
/packages/inputmethods/PinyinIME/jni/share/
splparser.cpp
54
uint16
id_this
= node_this->spelling_idx;
local
55
if (spl_trie_->if_valid_id_update(&
id_this
)) {
56
spl_idx[idx_num] =
id_this
;
108
uint16
id_this
= node_this->spelling_idx;
local
109
if (spl_trie_->if_valid_id_update(&
id_this
)) {
111
spl_idx[idx_num] =
id_this
;
128
uint16
id_this
= node_this->spelling_idx;
local
129
if (spl_trie_->if_valid_id_update(&
id_this
)) {
131
spl_idx[idx_num] =
id_this
;
183
uint16
id_this
= node_this->spelling_idx
local
237
uint16
id_this
= node_this->spelling_idx;
local
257
uint16
id_this
= node_this->spelling_idx;
local
[
all
...]
dicttrie.cpp
644
LemmaIdType
id_this
= get_lemma_id(node_le0->homo_idx_buf_off + homo_pos);
local
646
get_lemma_str(
id_this
, str, 2);
647
if (
id_this
== id_lemma)
Completed in 263 milliseconds