Searched refs:weights (Results 1 - 4 of 4) sorted by relevance

/osnet-11/usr/src/grub/grub2/grub-core/gnulib/
H A Dfnmatch_loop.c342 const int32_t *weights; local
345 const unsigned char *weights; local
362 weights = (const int32_t *)
371 weights = (const unsigned char *)
385 int len = weights[idx & 0xffffff];
392 && len == weights[idx2 & 0xffffff])
400 && (weights[idx + 1 + cnt]
401 == weights[idx2 + 1 + cnt]))
H A Dregcomp.c3450 const unsigned char *weights, *extra, *cp;
3460 weights = (const unsigned char *) _NL_CURRENT (LC_COLLATE,
3473 len = weights[idx1 & 0xffffff];
3487 if (len == weights[idx2 & 0xffffff] && (idx1 >> 24) == (idx2 >> 24))
3492 weights[(idx1 & 0xffffff) + 1 + cnt]
3493 == weights[(idx2 & 0xffffff) + 1 + cnt])
3441 const unsigned char *weights, *extra, *cp; local
H A Dregexec.c3900 const unsigned char *weights, *extra;
3954 weights = (const unsigned char *)
3965 size_t weight_len = weights[idx & 0xffffff];
3966 if (weight_len == weights[equiv_class_idx & 0xffffff]
3975 && (weights[equiv_class_idx + 1 + cnt]
3976 == weights[idx + 1 + cnt]))
3896 const unsigned char *weights, *extra; local
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Unicode/
H A DCollate.pm45 # Minimum weights at level 2 and 3, respectively
52 # A boolean for Variable and 16-bit weights at 4 levels of Collation Element
54 # has weights over 0xFFFF at the 4th level.
55 # The tie-breaking in the variable weights
59 # A sort key: 16-bit weights
77 # boolean values of variable weights
698 # modification of tertiary weights
828 ## bool _nonIgnorAtLevel(arrayref weights, int level)
840 ## arrayref of arrayref[weights] source,
841 ## arrayref of arrayref[weights] subst
[all...]

Completed in 39 milliseconds