Searched refs:ucs (Results 1 – 9 of 9) sorted by relevance
/glibc-2.36/iconvdata/ |
D | jisx0213.h | 67 ucs4_to_jisx0213 (uint32_t ucs) in uint16_t() 69 if (ucs < NELEMS (__jisx0213_from_ucs_level1) << 6) in uint16_t() 71 int index1 = __jisx0213_from_ucs_level1[ucs >> 6]; in uint16_t() 73 return __jisx0213_from_ucs_level2[(index1 << 6) + (ucs & 0x3f)]; in uint16_t()
|
D | ksc5601.h | 33 uint16_t ucs; member 130 try = (uint32_t) __ksc5601_hanja_from_ucs[m].ucs; in size_t() 161 try = __ksc5601_sym_from_ucs[m].ucs; in size_t()
|
/glibc-2.36/locale/programs/ |
D | repertoire.c | 494 repertoire_find_symbol (const struct repertoire_t *rep, uint32_t ucs) in repertoire_find_symbol() argument 501 if (find_entry ((hash_table *) &rep->reverse_table, &ucs, sizeof (ucs), in repertoire_find_symbol() 510 repertoire_find_seq (const struct repertoire_t *rep, uint32_t ucs) in repertoire_find_seq() argument 517 if (find_entry ((hash_table *) &rep->seq_table, &ucs, sizeof (ucs), in repertoire_find_seq()
|
D | repertoire.h | 57 uint32_t ucs); 61 uint32_t ucs);
|
/glibc-2.36/iconv/ |
D | dummy-repertoire.c | 33 repertoire_find_symbol (const struct repertoire_t *repertoire, uint32_t ucs) in repertoire_find_symbol() argument
|
/glibc-2.36/benchtests/strcoll-inputs/ |
D | filelist#C | 11325 show-ucs-data.c
|
D | filelist#en_US.UTF-8 | 11325 show-ucs-data.c
|
/glibc-2.36/ChangeLog.old/ |
D | ChangeLog.localedata | 11102 suite files, gen-locale.sh, and show-ucs-data.c.
|
D | ChangeLog.12 | 5956 * localedata/show-ucs-data.c: Don't show < > for better readability.
|