OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:splstr16_queried_
(Results
1 - 2
of
2
) sorted by null
/packages/inputmethods/PinyinIME/jni/share/
spellingtrie.cpp
60
splstr16_queried_
= NULL;
83
if (NULL !=
splstr16_queried_
)
84
delete []
splstr16_queried_
;
305
if (NULL !=
splstr16_queried_
)
306
delete []
splstr16_queried_
;
307
splstr16_queried_
= new char16[spelling_size_];
308
if (NULL ==
splstr16_queried_
)
751
splstr16_queried_
[0] = '\0';
756
splstr16_queried_
[pos] = static_cast<char16>
761
splstr16_queried_
[0] = static_cast<char16>('C')
[
all
...]
/packages/inputmethods/PinyinIME/jni/include/
spellingtrie.h
90
char16 *
splstr16_queried_
;
member in class:ime_pinyin::SpellingTrie
Completed in 26 milliseconds