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

  /packages/inputmethods/LatinIME/native/jni/src/dictionary/utils/
forgetting_curve_utils.h 43 static bool needsToKeep(const HistoricalInfo *const historicalInfo,
forgetting_curve_utils.cpp 96 /* static */ bool ForgettingCurveUtils::needsToKeep(const HistoricalInfo *const historicalInfo,
  /packages/inputmethods/LatinIME/native/jni/src/dictionary/structure/backward/v402/bigram/
ver4_bigram_list_policy.cpp 195 if (ForgettingCurveUtils::needsToKeep(&historicalInfo, mHeaderPolicy)) {
  /packages/inputmethods/LatinIME/native/jni/src/dictionary/structure/backward/v402/
ver4_patricia_trie_node_writer.cpp 183 const bool isValid = ForgettingCurveUtils::needsToKeep(&historicalInfo, mHeaderPolicy);

Completed in 58 milliseconds