ucs4_with_ccc      23 maint/gnulib/lib/uninorm/decompose-internal.c #define ELEMENT struct ucs4_with_ccc
ucs4_with_ccc      35 maint/gnulib/lib/uninorm/decompose-internal.h        gl_uninorm_decompose_merge_sort_inplace (struct ucs4_with_ccc *src, size_t n,
ucs4_with_ccc      36 maint/gnulib/lib/uninorm/decompose-internal.h                                                 struct ucs4_with_ccc *tmp);
ucs4_with_ccc      31 maint/gnulib/lib/uninorm/u-normalize-internal.h   struct ucs4_with_ccc sortbuf_preallocated[2 * SORTBUF_PREALLOCATED];
ucs4_with_ccc      32 maint/gnulib/lib/uninorm/u-normalize-internal.h   struct ucs4_with_ccc *sortbuf; /* array of size 2 * sortbuf_allocated */
ucs4_with_ccc     306 maint/gnulib/lib/uninorm/u-normalize-internal.h                 struct ucs4_with_ccc *new_sortbuf;
ucs4_with_ccc     312 maint/gnulib/lib/uninorm/u-normalize-internal.h                   (struct ucs4_with_ccc *) malloc (2 * sortbuf_allocated * sizeof (struct ucs4_with_ccc));
ucs4_with_ccc     319 maint/gnulib/lib/uninorm/u-normalize-internal.h                         sortbuf_count * sizeof (struct ucs4_with_ccc));
ucs4_with_ccc      53 maint/gnulib/lib/uninorm/uninorm-filter.c   struct ucs4_with_ccc sortbuf_preallocated[2 * SORTBUF_PREALLOCATED];
ucs4_with_ccc      54 maint/gnulib/lib/uninorm/uninorm-filter.c   struct ucs4_with_ccc *sortbuf; /* array of size 2 * sortbuf_allocated */
ucs4_with_ccc     142 maint/gnulib/lib/uninorm/uninorm-filter.c     struct ucs4_with_ccc *sortbuf = filter->sortbuf;
ucs4_with_ccc     244 maint/gnulib/lib/uninorm/uninorm-filter.c             struct ucs4_with_ccc *new_sortbuf;
ucs4_with_ccc     250 maint/gnulib/lib/uninorm/uninorm-filter.c               (struct ucs4_with_ccc *)
ucs4_with_ccc     251 maint/gnulib/lib/uninorm/uninorm-filter.c               malloc (2 * filter->sortbuf_allocated * sizeof (struct ucs4_with_ccc));
ucs4_with_ccc     259 maint/gnulib/lib/uninorm/uninorm-filter.c                     sortbuf_count * sizeof (struct ucs4_with_ccc));
ucs4_with_ccc     287 maint/gnulib/lib/uninorm/uninorm-filter.c   struct ucs4_with_ccc * const sortbuf = filter->sortbuf;