Home
last modified time | relevance | path

Searched refs:offsets_ (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/app/forlinx/flapp/src/keyboard/pinyin/share/
H A Duserdict.cpp257 offsets_(NULL), in UserDict()
339 free(offsets_); in close_dict()
354 offsets_ = NULL; in close_dict()
485 uint32 offset = offsets_[middle]; in locate_first_in_offsets()
595 uint32 offset = offsets_[middle]; in _get_lpis()
748 uint32 offset = offsets_[off]; in _get_lpis()
801 uint32 offset = offsets_[middle]; in _get_lpis()
848 uint32 offset = offsets_[middle]; in _get_lpis()
986 uint32 offset = offsets_[off]; in _get_lpis()
989 offsets_[off] |= kUserDictOffsetFlagRemove; in _get_lpis()
[all …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/
H A Dtoken_functions.hpp345 std::vector<int> offsets_; member in boost::offset_separator
354 : offsets_(begin,end), current_offset_(0), in offset_separator()
359 : offsets_(1,1), current_offset_(), in offset_separator()
375 BOOST_ASSERT(!offsets_.empty()); in operator ()()
383 if (current_offset_ == offsets_.size()) in operator ()()
391 int c = offsets_[current_offset_]; in operator ()()
/OK3568_Linux_fs/app/forlinx/DWKeyboard/include/pinyin/include/
H A Duserdict.h157 uint32 * offsets_; variable
/OK3568_Linux_fs/app/forlinx/flapp/src/keyboard/pinyin/include/
H A Duserdict.h157 uint32 * offsets_; variable