OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:f2h_
(Results
1 - 2
of
2
) sorted by null
/packages/inputmethods/PinyinIME/jni/share/
spellingtrie.cpp
66
f2h_
= NULL;
110
if (NULL !=
f2h_
)
111
delete []
f2h_
;
257
return
f2h_
[full_id - kFullSplIdStart];
694
if (NULL !=
f2h_
)
695
delete []
f2h_
;
696
f2h_
= new uint16[spelling_num_];
697
if (NULL ==
f2h_
)
703
f2h_
[fid - kFullSplIdStart] = hid;
/packages/inputmethods/PinyinIME/jni/include/
spellingtrie.h
115
uint16 *
f2h_
;
member in class:ime_pinyin::SpellingTrie
Completed in 162 milliseconds