OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:kMaxPinyinSize
(Results
1 - 4
of
4
) sorted by null
/packages/inputmethods/PinyinIME/jni/include/
dictdef.h
46
const size_t
kMaxPinyinSize
= 6;
149
char pinyin_str[kMaxLemmaSize][
kMaxPinyinSize
+ 1];
spellingtable.h
27
const size_t kMaxSpellingSize =
kMaxPinyinSize
;
/packages/inputmethods/PinyinIME/jni/share/
spellingtrie.cpp
371
sucess = spl_table->init_table(
kMaxPinyinSize
- 1, 2 * kMaxYmNum, false);
786
if (NULL == splstr16 || splstr16_len <
kMaxPinyinSize
+ 1) return 0;
790
for (size_t pos = 0; pos <=
kMaxPinyinSize
; pos++) {
dictbuilder.cpp
216
spl_table_->init_table(
kMaxPinyinSize
, kSplTableHashLen, true);
474
assert(utf16_strlen(token) <=
kMaxPinyinSize
);
Completed in 933 milliseconds