OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:pys_
(Results
1 - 2
of
2
) sorted by null
/packages/inputmethods/PinyinIME/jni/share/
matrixsearch.cpp
363
add_char(
pys_
[re_pos]);
392
bool b_ac_tmp = add_char(
pys_
[c_py_pos]);
413
while (start < kMaxRowNum - len && '\0' !=
pys_
[start]) {
414
pys_
[start] =
pys_
[start + len];
431
if ('\0' == py[ch_pos] || py[ch_pos] !=
pys_
[ch_pos])
441
memcpy(
pys_
+ ch_pos, py + ch_pos, py_len - ch_pos);
442
pys_
[py_len] = '\0';
444
while ('\0' !=
pys_
[ch_pos]) {
460
pys_
[py_len] = '\0'
[
all
...]
/packages/inputmethods/PinyinIME/jni/include/
matrixsearch.h
186
char
pys_
[kMaxRowNum];
member in class:ime_pinyin::MatrixSearch
264
// Note: this function should not destroy content of
pys_
.
268
// Delete a part of the content in
pys_
.
Completed in 15 milliseconds