Home
last modified time | relevance | path

Searched refs:sync_count_size_ (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/app/forlinx/flapp/src/keyboard/pinyin/share/
H A Duserdict.cpp265 sync_count_size_(0), in UserDict()
352 sync_count_size_ = 0; in close_dict()
1236 sync_count_size_ = dict_info.sync_count + kUserDictPreAlloc; in _get_lpis()
2146 if (dict_info_.sync_count < sync_count_size_) { in _get_lpis()
2150 syncs_, (sync_count_size_ + kUserDictPreAlloc) << 2); in _get_lpis()
2152 sync_count_size_ += kUserDictPreAlloc; in _get_lpis()
/OK3568_Linux_fs/app/forlinx/DWKeyboard/include/pinyin/include/
H A Duserdict.h189 size_t sync_count_size_; variable
/OK3568_Linux_fs/app/forlinx/flapp/src/keyboard/pinyin/include/
H A Duserdict.h189 size_t sync_count_size_; variable