Home
last modified time | relevance | path

Searched refs:index1 (Results 1 – 6 of 6) sorted by relevance

/glibc-2.36/locale/programs/
D3level.h86 uint32_t index1 = wc >> (t->q + t->p); in ELEMENT() local
87 if (index1 < t->level1_size) in ELEMENT()
89 uint32_t lookup1 = t->level1[index1]; in ELEMENT()
112 uint32_t index1 = wc >> (t->q + t->p); in CONCAT() local
120 if (index1 >= t->level1_size) in CONCAT()
122 if (index1 >= t->level1_alloc) in CONCAT()
125 if (alloc <= index1) in CONCAT()
126 alloc = index1 + 1; in CONCAT()
131 while (index1 >= t->level1_size) in CONCAT()
135 if (t->level1[index1] == EMPTY) in CONCAT()
[all …]
Dld-ctype.c3361 uint32_t index1 = wc >> (t->q + t->p + 5); in wctype_table_add() local
3367 if (index1 >= t->level1_size) in wctype_table_add()
3369 if (index1 >= t->level1_alloc) in wctype_table_add()
3372 if (alloc <= index1) in wctype_table_add()
3373 alloc = index1 + 1; in wctype_table_add()
3378 while (index1 >= t->level1_size) in wctype_table_add()
3382 if (t->level1[index1] == EMPTY) in wctype_table_add()
3395 t->level1[index1] = t->level2_size++; in wctype_table_add()
3398 index2 += t->level1[index1] << t->q; in wctype_table_add()
/glibc-2.36/wctype/
Dwchar-lookup.h54 uint32_t index1 = wc >> shift1; in wctype_table_lookup() local
56 if (index1 < bound) in wctype_table_lookup()
58 uint32_t lookup1 = ((const uint32_t *) table)[5 + index1]; in wctype_table_lookup()
86 uint32_t index1 = wc >> shift1; in wcwidth_table_lookup() local
88 if (index1 < bound) in wcwidth_table_lookup()
90 uint32_t lookup1 = ((const uint32_t *) table)[5 + index1]; in wcwidth_table_lookup()
120 uint32_t index1 = wc >> shift1; in uint32_t() local
122 if (index1 < bound) in uint32_t()
124 uint32_t lookup1 = ((const uint32_t *) table)[5 + index1]; in uint32_t()
/glibc-2.36/locale/
Dcoll-lookup.c25 uint32_t index1 = wc >> shift1; in __collidx_table_lookup() local
27 if (index1 < bound) in __collidx_table_lookup()
29 uint32_t lookup1 = ((const uint32_t *) table)[5 + index1]; in __collidx_table_lookup()
55 uint32_t index1 = wc >> shift1; in __collseq_table_lookup() local
57 if (index1 < bound) in __collseq_table_lookup()
59 uint32_t lookup1 = ((const uint32_t *) table)[5 + index1]; in __collseq_table_lookup()
/glibc-2.36/iconvdata/
Djisx0213.h71 int index1 = __jisx0213_from_ucs_level1[ucs >> 6]; in uint16_t() local
72 if (index1 >= 0) in uint16_t()
73 return __jisx0213_from_ucs_level2[(index1 << 6) + (ucs & 0x3f)]; in uint16_t()
/glibc-2.36/localedata/unicode-gen/
Dutf8_gen.py70 index1, index2 = divmod(index2, 21)
72 + JAMO_INITIAL_SHORT_NAME[index1] \