Searched defs:lmt (Results 1 - 1 of 1) sorted by relevance

/packages/inputmethods/PinyinIME/jni/share/
H A Duserdict.cpp76 // 2) lmt_off: lmt index (week offset for example)
106 uint64 lmt = ((raw_score & 0xffff0000) >> 16); local
109 lmt &= mask;
111 lmt = lmt * kUserDictLMTGranularity + kUserDictLMTSince;
112 return lmt;
115 inline int UserDict::build_score(uint64 lmt, int freq) { argument
116 lmt = (lmt - kUserDictLMTSince) / kUserDictLMTGranularity;
117 lmt
[all...]

Completed in 27 milliseconds