OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:kValidSplCharNum
(Results
1 - 2
of
2
) sorted by null
/packages/inputmethods/PinyinIME/jni/include/
spellingtrie.h
42
static const size_t
kValidSplCharNum
= 26;
104
SpellingNode* level1_sons_[
kValidSplCharNum
];
/packages/inputmethods/PinyinIME/jni/share/
spellingtrie.cpp
329
memset(level1_sons_, 0, sizeof(SpellingNode*) *
kValidSplCharNum
);
Completed in 59 milliseconds