Searched refs:SORTBUF_PREALLOCATED (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 Du-normalize-internal.h30 #define SORTBUF_PREALLOCATED 64 macro
31 struct ucs4_with_ccc sortbuf_preallocated[2 * SORTBUF_PREALLOCATED];
51 sortbuf_allocated = SORTBUF_PREALLOCATED;
H A Duninorm-filter.c44 #define SORTBUF_PREALLOCATED 64 macro
45 struct ucs4_with_ccc sortbuf_preallocated[2 * SORTBUF_PREALLOCATED];
68 filter->sortbuf_allocated = SORTBUF_PREALLOCATED;

Completed in 38 milliseconds