OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:remain_num
(Results
1 - 2
of
2
) sorted by null
/packages/inputmethods/PinyinIME/jni/share/
searchutility.cpp
191
size_t
remain_num
= 1; // The first one is reserved.
local
194
npre_items[
remain_num
- 1].pre_hzs,
196
if (
remain_num
!= pos) {
197
npre_items[
remain_num
] = npre_items[pos];
199
remain_num
++;
202
return
remain_num
;
matrixsearch.cpp
1716
size_t
remain_num
= 0;
local
1747
size_t
remain_num
= 0;
local
[
all
...]
Completed in 26 milliseconds