Searched refs:lmt_off (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)
77 uint64 lmt_off = ((raw_score & 0xffff0000) >> 16); local
80 lmt_off &= mask;
89 int delta = now_off - lmt_off;

Completed in 27 milliseconds