/glibc-2.36/string/ |
D | strxfrm_l.c | 54 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 …]
|
D | strcoll_l.c | 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() [all …]
|
/glibc-2.36/locale/programs/ |
D | ld-collate.c | 118 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/ |
D | fnmatch_loop.c | 355 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()
|
D | regcomp.c | 3508 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()
|
D | regexec.c | 3762 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()
|
D | tst-fnmatch.input | 80 # collation which depends on weights. The collation element ordering
|
/glibc-2.36/localedata/locales/ |
D | mr_IN | 56 % # weights, they are collated on primary level before
|
D | or_IN | 76 % # weights, they are collated on primary level between
|
D | km_KH | 96 % Define collation weights as symbols 332 % collation weights in order 565 % assignment of characters to weights
|
D | sl_SI | 96 % symbols have defined weights as
|
/glibc-2.36/manual/ |
D | conf.texi | 627 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}
|
D | charset.texi | 2264 edges. The weights on the edges are the costs specified in the
|
/glibc-2.36/po/ |
D | be.po | 1855 msgid "%s: weights must use the same ellipsis symbol as the name"
|
D | sl.po | 1879 msgid "%s: weights must use the same ellipsis symbol as the name"
|
D | ia.po | 1841 msgid "%s: weights must use the same ellipsis symbol as the name"
|
D | nb.po | 772 msgid "%s: weights must use the same ellipsis symbol as the name"
|
D | en_GB.po | 957 msgid "%s: weights must use the same ellipsis symbol as the name"
|
D | sk.po | 1344 msgid "%s: weights must use the same ellipsis symbol as the name"
|
D | gl.po | 1322 msgid "%s: weights must use the same ellipsis symbol as the name"
|
D | ja.po | 1693 msgid "%s: weights must use the same ellipsis symbol as the name"
|
D | libc.pot | 1947 msgid "%s: weights must use the same ellipsis symbol as the name"
|
D | bg.po | 2003 msgid "%s: weights must use the same ellipsis symbol as the name"
|
D | ru.po | 1999 msgid "%s: weights must use the same ellipsis symbol as the name"
|
/glibc-2.36/ChangeLog.old/ |
D | ChangeLog.localedata | 7506 ignoreable characters have modified weights. 11917 weights. 11969 * locales/de_DE: Correct syntax of multi-character weights.
|