Home
last modified time | relevance | path

Searched refs:score_offset_pairs (Results 1 – 1 of 1) sorted by relevance

/packages/inputmethods/PinyinIME/jni/share/
Duserdict.cpp1974 UserDictScoreOffsetPair * score_offset_pairs = NULL; in _get_lpis() local
1975 score_offset_pairs = (UserDictScoreOffsetPair *)malloc( in _get_lpis()
1977 if (score_offset_pairs == NULL) { in _get_lpis()
1983 score_offset_pairs[i].score = s; in _get_lpis()
1984 score_offset_pairs[i].offset_index = i; in _get_lpis()
1988 shift_down(score_offset_pairs, i, rc); in _get_lpis()
1992 if (s < score_offset_pairs[0].score) { in _get_lpis()
1993 score_offset_pairs[0].score = s; in _get_lpis()
1994 score_offset_pairs[0].offset_index = i; in _get_lpis()
1995 shift_down(score_offset_pairs, 0, rc); in _get_lpis()
[all …]