Home
last modified time | relevance | path

Searched refs:from_ucs4_idx (Results 1 – 3 of 3) sorted by relevance

/glibc-2.36/iconvdata/
Dbig5hkscs.c17660 } from_ucs4_idx[] = variable
17974 i < sizeof (from_ucs4_idx) / sizeof (from_ucs4_idx[0]); \
17977 if (ch < from_ucs4_idx[i].from) \
17979 if (from_ucs4_idx[i].to >= ch) \
17981 cp = from_ucs4[from_ucs4_idx[i].offset \
17982 + ch - from_ucs4_idx[i].from]; \
/glibc-2.36/ChangeLog.old/
DChangeLog.137324 (from_ucs4, from_ucs4_idx): Update to Unicode 3.2.
DChangeLog.1865332 (from_ucs4_idx): Regenerate.