Searched refs:ucs4_with_ccc (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libunistring-0.9.3/lib/uninorm/
H A Ddecompose-internal.h27 struct ucs4_with_ccc struct
33 /* Stable-sort an array of 'struct ucs4_with_ccc'. */
35 gl_uninorm_decompose_merge_sort_inplace (struct ucs4_with_ccc *src, size_t n,
36 struct ucs4_with_ccc *tmp);
H A Ddecompose-internal.c23 #define ELEMENT struct ucs4_with_ccc
H A Duninorm-filter.c45 struct ucs4_with_ccc sortbuf_preallocated[2 * SORTBUF_PREALLOCATED];
46 struct ucs4_with_ccc *sortbuf; /* array of size 2 * sortbuf_allocated */
134 struct ucs4_with_ccc * const sortbuf = filter->sortbuf;
236 struct ucs4_with_ccc *new_sortbuf;
242 (struct ucs4_with_ccc *)
243 malloc (2 * filter->sortbuf_allocated * sizeof (struct ucs4_with_ccc));
245 sortbuf_count * sizeof (struct ucs4_with_ccc));
271 struct ucs4_with_ccc * const sortbuf = filter->sortbuf;
H A Du-normalize-internal.h31 struct ucs4_with_ccc sortbuf_preallocated[2 * SORTBUF_PREALLOCATED];
32 struct ucs4_with_ccc *sortbuf; /* array of size 2 * sortbuf_allocated */
306 struct ucs4_with_ccc *new_sortbuf;
312 (struct ucs4_with_ccc *) malloc (2 * sortbuf_allocated * sizeof (struct ucs4_with_ccc));
314 sortbuf_count * sizeof (struct ucs4_with_ccc));

Completed in 30 milliseconds