Home
last modified time | relevance | path

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

/posix/
A Dfnmatch_loop.c355 const int32_t *weights; in FCT() local
358 const unsigned char *weights; in FCT() local
368 weights = (const int32_t *) in FCT()
377 weights = (const unsigned char *) in FCT()
391 int len = weights[idx & 0xffffff]; in FCT()
399 && len == weights[idx2 & 0xffffff]) in FCT()
407 && (weights[idx + 1 + cnt] in FCT()
408 == weights[idx2 + 1 + cnt])) in FCT()
A Dregcomp.c3508 const unsigned char *weights, *extra, *cp; in build_equiv_class() local
3516 weights = (const unsigned char *) _NL_CURRENT (LC_COLLATE, in build_equiv_class()
3528 len = weights[idx1 & 0xffffff]; in build_equiv_class()
3542 if (len == weights[idx2 & 0xffffff] && (idx1 >> 24) == (idx2 >> 24) in build_equiv_class()
3543 && memcmp (weights + (idx1 & 0xffffff) + 1, in build_equiv_class()
3544 weights + (idx2 & 0xffffff) + 1, len) == 0) in build_equiv_class()
A Dregexec.c3762 const unsigned char *weights, *extra; in check_node_accept_bytes() local
3814 weights = (const unsigned char *) in check_node_accept_bytes()
3825 size_t weight_len = weights[idx]; in check_node_accept_bytes()
3831 if (weights[equiv_class_idx] == weight_len in check_node_accept_bytes()
3833 && memcmp (weights + idx + 1, in check_node_accept_bytes()
3834 weights + equiv_class_idx + 1, in check_node_accept_bytes()
A Dtst-fnmatch.input80 # collation which depends on weights. The collation element ordering

Completed in 22 milliseconds