Searched refs:sortbuf (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libunistring-0.9.3/lib/uninorm/
H A Duninorm-filter.c46 struct ucs4_with_ccc *sortbuf; /* array of size 2 * sortbuf_allocated */ member in struct:uninorm_filter
67 filter->sortbuf = filter->sortbuf_preallocated;
133 /* Cache sortbuf and sortbuf_count in local register variables. */
134 struct ucs4_with_ccc * const sortbuf = filter->sortbuf; local
151 gl_uninorm_decompose_merge_sort_inplace (sortbuf, sortbuf_count,
152 sortbuf + sortbuf_count);
162 non-starter, the sortbuf also starts with a
168 2. If the sortbuf has more than one character, check
173 3. If only one character is left in sortbuf, chec
271 struct ucs4_with_ccc * const sortbuf = filter->sortbuf; local
[all...]
H A Du-normalize-internal.h32 struct ucs4_with_ccc *sortbuf; /* array of size 2 * sortbuf_allocated */ local
50 sortbuf = sortbuf_preallocated;
151 gl_uninorm_decompose_merge_sort_inplace (sortbuf, sortbuf_count,
152 sortbuf + sortbuf_count);
162 non-starter, the sortbuf also starts with a
168 2. If the sortbuf has more than one character, check
173 3. If only one character is left in sortbuf, check
176 if (sortbuf_count > 0 && sortbuf[0].ccc == 0)
180 if (sortbuf[j].ccc > sortbuf[
[all...]

Completed in 60 milliseconds