Lines Matching refs:weights
2913 const int32_t *weights; in PREFIX() local
2929 weights = (const int32_t *) in PREFIX()
3369 const unsigned char *weights; in PREFIX() local
3381 weights = (const unsigned char *) in PREFIX()
3411 size_t len = weights[idx2]; in PREFIX()
3414 if (weights[idx] == len) in PREFIX()
3421 && (weights[idx + 1 + cnt] in PREFIX()
3422 == weights[idx2 + 1 + cnt])) in PREFIX()
6323 const int32_t *weights; in wcs_re_match_2_internal() local
6335 weights = (const wint_t *) in wcs_re_match_2_internal()
6375 len = weights[idx2]; in wcs_re_match_2_internal()
6383 if (idx2 != 0 && len == weights[idx]) in wcs_re_match_2_internal()
6386 while (cnt < len && (weights[idx + 1 + cnt] in wcs_re_match_2_internal()
6387 == weights[idx2 + 1 + cnt])) in wcs_re_match_2_internal()