OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:c_phrase_
(Results
1 - 2
of
2
) sorted by null
/packages/inputmethods/PinyinIME/jni/share/
matrixsearch.cpp
296
spl_start_[
c_phrase_
.length] <= ch_pos))) {
366
for (uint16 subpos = 0; subpos <
c_phrase_
.sublma_num; subpos++) {
367
uint16 splpos_begin =
c_phrase_
.sublma_start[subpos];
368
uint16 splpos_end =
c_phrase_
.sublma_start[subpos + 1];
371
uint16 spl_start =
c_phrase_
.spl_start[splpos];
372
uint16 spl_end =
c_phrase_
.spl_start[splpos + 1];
375
c_phrase_
.chn_str[splpos] = static_cast<char16>('\0');
376
c_phrase_
.sublma_start[subpos + 1] = splpos;
377
c_phrase_
.sublma_num = subpos + 1;
378
c_phrase_
.length = splpos
[
all
...]
/packages/inputmethods/PinyinIME/jni/include/
matrixsearch.h
221
ComposingPhrase
c_phrase_
;
member in class:ime_pinyin::MatrixSearch
Completed in 451 milliseconds