Home
last modified time | relevance | path

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

123

/glibc-2.36/string/
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()
190 dest[needed++] = l_data->weights[weight_idx++]; in do_xfrm()
215 l_data->weights[weight_idx++]; in do_xfrm()
267 l_data->weights[weight_idx + i]; in do_xfrm()
278 l_data->weights[weight_idx + i]; in do_xfrm()
301 l_data->weights[weight_idx + i]; in do_xfrm()
312 l_data->weights[weight_idx + i]; in do_xfrm()
[all …]
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 …]
/glibc-2.36/locale/programs/
Dld-collate.c118 struct element_list_t *weights; member
380 newp->weights = NULL; in new_element()
730 elem->weights = (struct element_list_t *) in insert_weights()
732 memset (elem->weights, '\0', nrules * sizeof (struct element_list_t)); in insert_weights()
746 elem->weights[weight_cnt].w = (struct element_t **) in insert_weights()
748 elem->weights[weight_cnt].w[0] = NULL; in insert_weights()
749 elem->weights[weight_cnt].cnt = 1; in insert_weights()
774 elem->weights[weight_cnt].w = (struct element_t **) in insert_weights()
776 elem->weights[weight_cnt].w[0] = val; in insert_weights()
777 elem->weights[weight_cnt].cnt = 1; in insert_weights()
[all …]
/glibc-2.36/posix/
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()
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()
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()
Dtst-fnmatch.input80 # collation which depends on weights. The collation element ordering
/glibc-2.36/localedata/locales/
Dmr_IN56 % # weights, they are collated on primary level before
Dor_IN76 % # weights, they are collated on primary level between
Dkm_KH96 % Define collation weights as symbols
332 % collation weights in order
565 % assignment of characters to weights
Dsl_SI96 % symbols have defined weights as
/glibc-2.36/manual/
Dconf.texi627 Inquire about the maximum number of weights that can necessarily
642 Inquire about the maximum number of weights that can be assigned to an
1447 The largest number of weights that can necessarily be used in defining
1467 The maximum number of weights that can be assigned to an entry of the
1499 of weights that can necessarily be used in defining the collating
1517 of weights that can be assigned to an entry of the @code{LC_COLLATE}
Dcharset.texi2264 edges. The weights on the edges are the costs specified in the
/glibc-2.36/po/
Dbe.po1855 msgid "%s: weights must use the same ellipsis symbol as the name"
Dsl.po1879 msgid "%s: weights must use the same ellipsis symbol as the name"
Dia.po1841 msgid "%s: weights must use the same ellipsis symbol as the name"
Dnb.po772 msgid "%s: weights must use the same ellipsis symbol as the name"
Den_GB.po957 msgid "%s: weights must use the same ellipsis symbol as the name"
Dsk.po1344 msgid "%s: weights must use the same ellipsis symbol as the name"
Dgl.po1322 msgid "%s: weights must use the same ellipsis symbol as the name"
Dja.po1693 msgid "%s: weights must use the same ellipsis symbol as the name"
Dlibc.pot1947 msgid "%s: weights must use the same ellipsis symbol as the name"
Dbg.po2003 msgid "%s: weights must use the same ellipsis symbol as the name"
Dru.po1999 msgid "%s: weights must use the same ellipsis symbol as the name"
/glibc-2.36/ChangeLog.old/
DChangeLog.localedata7506 ignoreable characters have modified weights.
11917 weights.
11969 * locales/de_DE: Correct syntax of multi-character weights.

123