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

  /packages/inputmethods/LatinIME/native/jni/src/suggest/policyimpl/dictionary/structure/backward/v402/
ver4_patricia_trie_writing_helper.h 82 // For truncateUnigrams() and truncateBigrams().
108 // For truncateUnigrams() and truncateBigrams().
129 bool truncateUnigrams(const Ver4PatriciaTrieNodeReader *const ptNodeReader,
ver4_patricia_trie_writing_helper.cpp 111 if (!truncateUnigrams(&ptNodeReader, &ptNodeWriter, maxUnigramCount)) {
199 bool Ver4PatriciaTrieWritingHelper::truncateUnigrams(
  /packages/inputmethods/LatinIME/native/jni/src/suggest/policyimpl/dictionary/structure/v4/
ver4_patricia_trie_writing_helper.h 69 // For truncateUnigrams() and truncateBigrams().
95 // For truncateUnigrams() and truncateBigrams().
116 bool truncateUnigrams(const Ver4PatriciaTrieNodeReader *const ptNodeReader,
ver4_patricia_trie_writing_helper.cpp 102 if (!truncateUnigrams(&ptNodeReader, &ptNodeWriter, maxUnigramCount)) {
190 bool Ver4PatriciaTrieWritingHelper::truncateUnigrams(

Completed in 126 milliseconds