Searched refs:u8_mbtoucr (Results 1 - 10 of 10) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libunistring-0.9.3/tests/unistr/
H A Dtest-u8-mbtoucr.c1 /* Test of u8_mbtoucr() function.
35 ret = u8_mbtoucr (&uc, input, 1);
49 ret = u8_mbtoucr (&uc, buf, 1);
59 ret = u8_mbtoucr (&uc, input, 2);
68 ret = u8_mbtoucr (&uc, input, 3);
77 ret = u8_mbtoucr (&uc, input, 4);
86 ret = u8_mbtoucr (&uc, input, 1);
93 ret = u8_mbtoucr (&uc, input, 1);
100 ret = u8_mbtoucr (&uc, input, 1);
107 ret = u8_mbtoucr (
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libunistring-0.9.3/lib/unistr/
H A Du8-mbsnlen.c32 int count = u8_mbtoucr (&uc, s, n);
H A Du8-to-u32.c61 count = u8_mbtoucr (&uc, s, s_end - s);
H A Du8-mbtoucr.c24 u8_mbtoucr (ucs4_t *puc, const uint8_t *s, size_t n) function
H A Du8-to-u16.c61 count = u8_mbtoucr (&uc, s, s_end - s);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/forked-daapd-0.19/sqlext/
H A Dsqlext.c222 ret = u8_mbtoucr(&lch, (const uint8_t *)left, llen);
226 ret = u8_mbtoucr(&rch, (const uint8_t *)right, rlen);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/libgettextpo/
H A Dunistr.h280 u8_mbtoucr (ucs4_t *puc, const uint8_t *s, size_t n);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libunistring-0.9.3/lib/
H A Dunistr.h287 u8_mbtoucr (ucs4_t *puc, const uint8_t *s, size_t n);
H A Dstriconveh.c299 n = u8_mbtoucr (&uc, (const uint8_t *) inptr, insize);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/
H A Dunistr.h280 u8_mbtoucr (ucs4_t *puc, const uint8_t *s, size_t n);

Completed in 49 milliseconds