Home
last modified time | relevance | path

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

/string/
A Dstrxfrm_l.c54 USTRING_TYPE *weights; member
106 size_t len = l_data->weights[idx++]; in find_idx()
112 len = l_data->weights[idx++]; in find_idx()
177 l_data->weights[weight_idx++]; in do_xfrm()
215 l_data->weights[weight_idx++]; in do_xfrm()
409 USTRING_TYPE *weights = l_data->weights; in do_xfrm_cached() local
441 len = weights[idxarr[backw]++]; in do_xfrm_cached()
458 len = weights[idxarr[idxcnt]++]; in do_xfrm_cached()
525 len = weights[idxarr[backw]++]; in do_xfrm_cached()
697 l_data.weights = (USTRING_TYPE *) in STRXFRM()
[all …]
A Dstrcoll_l.c66 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()
[all …]

Completed in 7 milliseconds