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

  /packages/inputmethods/LatinIME/native/jni/src/dictionary/structure/pt_common/
dynamic_pt_updating_helper.cpp 49 const size_t nodeCodePointCount = ptNodeParams.getCodePointArrayView().size();
151 originalPtNodeParams->getCodePointArrayView(), unigramProperty->getProbability()));
215 reallocatingPtNodeParams->getCodePointArrayView().limit(overlappingCodePointCount);
246 reallocatingPtNodeParams->getCodePointArrayView().skip(overlappingCodePointCount),
pt_node_params.h 178 AK_FORCE_INLINE const CodePointArrayView getCodePointArrayView() const {
  /packages/inputmethods/LatinIME/native/jni/src/dictionary/structure/backward/v402/
ver4_patricia_trie_policy.cpp 83 wordId, ptNodeParams.getCodePointArrayView());
  /packages/inputmethods/LatinIME/native/jni/src/dictionary/structure/v4/
ver4_patricia_trie_policy.cpp 63 wordId, ptNodeParams.getCodePointArrayView());

Completed in 2934 milliseconds