Lines Matching refs:weights
66 const USTRING_TYPE *weights, const int32_t *table, in get_next_seq() argument
184 len = weights[idx++]; in get_next_seq()
190 len = weights[idx]; in get_next_seq()
209 const USTRING_TYPE *weights) in do_compare() argument
229 if (weights[idx1] != weights[idx2]) in do_compare()
232 result = weights[idx1] - weights[idx2]; in do_compare()
265 const USTRING_TYPE *weights; in STRCOLL() local
280 weights = (const USTRING_TYPE *) in STRCOLL()
288 assert (((uintptr_t) weights) % __alignof__ (weights[0]) == 0); in STRCOLL()
335 get_next_seq (&seq1, nrules, rulesets, weights, table, in STRCOLL()
337 get_next_seq (&seq2, nrules, rulesets, weights, table, in STRCOLL()
359 result = do_compare (&seq1, &seq2, position, weights); in STRCOLL()