Searched refs:stream_func (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.c40 int (*stream_func) (void *stream_data, ucs4_t uc); member in struct:uninorm_filter
53 int (*stream_func) (void *stream_data, ucs4_t uc),
65 filter->stream_func = stream_func;
220 int ret = filter->stream_func (filter->stream_data, muc);
333 int ret = filter->stream_func (filter->stream_data, muc);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libunistring-0.9.3/lib/
H A Duninorm.h213 The pair (stream_func, stream_data) is the encapsulated stream.
214 stream_func (stream_data, uc) receives the Unicode character uc
219 int (*stream_func) (void *stream_data, ucs4_t uc),

Completed in 59 milliseconds