Searched refs:sortbuf_count (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.c48 size_t sortbuf_count; member in struct:uninorm_filter
69 filter->sortbuf_count = 0;
133 /* Cache sortbuf and sortbuf_count in local register variables. */
135 size_t sortbuf_count = filter->sortbuf_count; local
150 if (sortbuf_count > 1)
151 gl_uninorm_decompose_merge_sort_inplace (sortbuf, sortbuf_count,
152 sortbuf + sortbuf_count);
176 if (sortbuf_count > 0 && sortbuf[0].ccc == 0)
178 for (j = 1; j < sortbuf_count; )
272 size_t sortbuf_count = filter->sortbuf_count; local
[all...]
H A Du-normalize-internal.h34 size_t sortbuf_count; local
52 sortbuf_count = 0;
150 if (sortbuf_count > 1)
151 gl_uninorm_decompose_merge_sort_inplace (sortbuf, sortbuf_count,
152 sortbuf + sortbuf_count);
176 if (sortbuf_count > 0 && sortbuf[0].ccc == 0)
178 for (j = 1; j < sortbuf_count; )
190 for (k = j + 1; k < sortbuf_count; k++)
192 sortbuf_count--;
198 if (s < s_end && sortbuf_count
[all...]

Completed in 55 milliseconds