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

  /packages/inputmethods/LatinIME/native/jni/src/suggest/policyimpl/dictionary/utils/
historical_info.h 28 : mTimestamp(NOT_A_TIMESTAMP), mLevel(0), mCount(0) {}
34 return mTimestamp != NOT_A_TIMESTAMP;
forgetting_curve_utils.cpp 113 if (originalHistoricalInfo->getTimeStamp() == NOT_A_TIMESTAMP) {
  /packages/inputmethods/LatinIME/native/jni/src/suggest/core/dictionary/property/
unigram_property.h 52 mProbability(NOT_A_PROBABILITY), mTimestamp(NOT_A_TIMESTAMP), mLevel(0), mCount(0),
  /packages/inputmethods/LatinIME/native/jni/src/suggest/policyimpl/dictionary/structure/v4/content/
bigram_dict_content.cpp 41 int timestamp = NOT_A_TIMESTAMP;
142 NOT_A_PROBABILITY /* probability */, targetTerminalId, NOT_A_TIMESTAMP, 0 /* level */,
  /packages/inputmethods/LatinIME/native/jni/src/suggest/policyimpl/dictionary/structure/v2/
patricia_trie_policy.cpp 410 NOT_A_TIMESTAMP /* timestamp */, 0 /* level */, 0 /* count */);
435 NOT_A_TIMESTAMP /* timestamp */, 0 /* level */, 0 /* count */, &shortcuts);
  /packages/inputmethods/LatinIME/native/jni/src/
defines.h 302 #define NOT_A_TIMESTAMP (-1)
  /packages/inputmethods/LatinIME/native/jni/src/suggest/policyimpl/dictionary/structure/backward/v402/content/
bigram_dict_content.cpp 48 int timestamp = NOT_A_TIMESTAMP;
  /packages/inputmethods/LatinIME/native/jni/src/suggest/policyimpl/dictionary/structure/backward/v402/
ver4_patricia_trie_policy.cpp 291 NOT_A_TIMESTAMP /* timestamp */, 0 /* level */, 0 /* count */, &shortcuts);
  /packages/inputmethods/LatinIME/native/jni/src/suggest/policyimpl/dictionary/structure/v4/
ver4_patricia_trie_policy.cpp 303 NOT_A_TIMESTAMP /* timestamp */, 0 /* level */, 0 /* count */, &shortcuts);

Completed in 121 milliseconds