Searched refs:muc (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 Duninorm-filter.c217 ucs4_t muc = sortbuf[j].code; local
219 /* Output muc to the encapsulated stream. */
220 int ret = filter->stream_func (filter->stream_data, muc);
330 ucs4_t muc = sortbuf[j].code; local
332 /* Output muc to the encapsulated stream. */
333 int ret = filter->stream_func (filter->stream_data, muc);
H A Du-normalize-internal.h217 ucs4_t muc = sortbuf[j].code; local
219 /* Append muc to the result accumulator. */
223 U_UCTOMB (result + length, muc, allocated - length);
279 U_UCTOMB (result + length, muc, allocated - length);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libunistring-0.9.3/lib/unicase/
H A Du-casemap.h281 ucs4_t muc = mapped_uc[i]; local
283 /* Append muc to the result accumulator. */
286 int ret = U_UCTOMB (result + length, muc, allocated - length);
339 int ret = U_UCTOMB (result + length, muc, allocated - length);
H A Du-ct-totitle.h357 ucs4_t muc = mapped_uc[i]; local
359 /* Append muc to the result accumulator. */
362 int ret = U_UCTOMB (result + length, muc, allocated - length);
415 int ret = U_UCTOMB (result + length, muc, allocated - length);

Completed in 31 milliseconds