OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:sync_count
(Results
1 - 2
of
2
) sorted by null
/packages/inputmethods/PinyinIME/jni/share/
userdict.cpp
68
+ (info->
sync_count
<< 2)
919
for (; i < dict_info_.
sync_count
; i++) {
924
if (i < dict_info_.
sync_count
) {
925
syncs_[i] = syncs_[dict_info_.
sync_count
- 1];
926
dict_info_.
sync_count
--;
1134
syncs = (uint32 *)malloc((dict_info.
sync_count
+ kUserDictPreAlloc) << 2);
1184
toread = (dict_info.
sync_count
<< 2);
1202
sync_count_size_ = dict_info.
sync_count
+ kUserDictPreAlloc;
1283
write(fd, syncs_, dict_info_.
sync_count
<< 2);
[
all
...]
/packages/inputmethods/PinyinIME/jni/include/
userdict.h
134
uint32
sync_count
;
member in struct:ime_pinyin::UserDict::UserDictStat
214
uint32
sync_count
;
member in struct:ime_pinyin::UserDict::UserDictInfo
Completed in 776 milliseconds