Home
last modified time | relevance | path

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

/packages/inputmethods/LatinIME/native/jni/src/suggest/core/dicnode/internal/
Ddic_node_properties.h68 const WordIdArrayView prevWordIdArrayView = dicNodeProp->getPrevWordIds(); in initByCopy() local
69 prevWordIdArrayView.copyToArray(&mPrevWordIds, 0 /* offset */); in initByCopy()
70 mPrevWordCount = prevWordIdArrayView.size(); in initByCopy()
80 const WordIdArrayView prevWordIdArrayView = dicNodeProp->getPrevWordIds(); in init() local
81 prevWordIdArrayView.copyToArray(&mPrevWordIds, 0 /* offset */); in init()
82 mPrevWordCount = prevWordIdArrayView.size(); in init()