Home | History | Annotate | Download | only in engine

Lines Matching refs:candidate_size

76     NJ_UINT16 candidate_size;   
154 NJ_UINT16 candidate_size, yomi_size;
176 candidate_size = GET_BITFIELD_16(data, j, cand_bit);
200 stem_size += candidate_size;
309 stem_set->candidate_size = GET_BITFIELD_16(data, j, bit);
331 dpos += stem_set->candidate_size;
376 stem_set->candidate_size = GET_BITFIELD_16(data, j, cand_bit);
397 NJ_UINT16 candidate_size;
417 candidate_size = GET_BITFIELD_16(data, j, cand_bit);
442 yomi_pos += candidate_size;
1362 if (stem_set.candidate_size == 0) {
1372 word->stem.info2 = (NJ_UINT16)(stem_set.candidate_size / sizeof(NJ_CHAR));
1414 len = stem_set.candidate_size / sizeof(NJ_CHAR);
1467 if (size < (stem_set.candidate_size + (NJ_TERM_LEN*sizeof(NJ_CHAR)))) {