Searched refs:level3 (Results 1 – 4 of 4) sorted by relevance
/glibc-2.36/locale/programs/ |
D | 3level.h | 60 ELEMENT *level3; member 73 t->level3 = NULL; in CONCAT() 99 ELEMENT lookup3 = t->level3[index3]; in ELEMENT() 158 t->level3 = (ELEMENT *) xrealloc ((char *) t->level3, in CONCAT() 165 t->level3[i] = DEFAULT; in CONCAT() 171 t->level3[index3] = value; in CONCAT() 197 ELEMENT lookup3 = t->level3[index3 + lookup2_shifted]; in CONCAT() 224 if (memcmp (&t->level3[i << t->p], &t->level3[j << t->p], in CONCAT() 232 memcpy (&t->level3[i << t->p], &t->level3[j << t->p], in CONCAT() 305 add_locale_raw_data (file, t->level3, t->level3_size << t->p); in CONCAT() [all …]
|
D | ld-ctype.c | 154 uint32_t *level3; member 3353 t->level3 = NULL; in wctype_table_init() 3405 t->level3 = (uint32_t *) xrealloc ((char *) t->level3, in wctype_table_add() 3412 t->level3[i] = 0; in wctype_table_add() 3418 t->level3[index3] |= (uint32_t)1 << index4; in wctype_table_add() 3435 if (memcmp (&t->level3[i << t->p], &t->level3[j << t->p], in add_locale_wctype_table() 3443 memcpy (&t->level3[i << t->p], &t->level3[j << t->p], in add_locale_wctype_table() 3513 add_locale_uint32_array (file, t->level3, t->level3_size << t->p); in add_locale_wctype_table() 3521 free (t->level3); in add_locale_wctype_table()
|
/glibc-2.36/locale/ |
D | C-ctype.c | 298 uint32_t level3[1 << p]; \ 463 int32_t level3[32]; member 509 int8_t level3[33]; member
|
/glibc-2.36/ChangeLog.old/ |
D | ChangeLog.11 | 1433 level2, and level3 as well. 2528 and level3 as well.
|