HomeSort by relevance Sort by last modified time
    Searched refs:syncs_ (Results 1 - 2 of 2) sorted by null

  /packages/inputmethods/PinyinIME/jni/share/
userdict.cpp 233 syncs_(NULL),
319 syncs_ = NULL;
920 unsigned int off = (syncs_[i] & kUserDictOffsetMask);
925 syncs_[i] = syncs_[dict_info_.sync_count - 1];
1201 syncs_ = syncs;
1283 write(fd, syncs_, dict_info_.sync_count << 2);
    [all...]
  /packages/inputmethods/PinyinIME/jni/include/
userdict.h 184 uint32 * syncs_; member in class:ime_pinyin::UserDict

Completed in 24 milliseconds