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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libunistring-0.9.3/lib/unicase/
H A Du16-casemap.c37 #define U_UCTOMB u16_uctomb
H A Du16-ct-totitle.c40 #define U_UCTOMB u16_uctomb
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libunistring-0.9.3/lib/uninorm/
H A Du16-normalize.c36 #define U_UCTOMB u16_uctomb
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libunistring-0.9.3/tests/unistr/
H A Dtest-u16-uctomb.c1 /* Test of u16_uctomb() function.
39 ret = u16_uctomb (buf, uc, 0);
43 ret = u16_uctomb (buf, uc, 1);
56 ret = u16_uctomb (buf, uc, 0);
60 ret = u16_uctomb (buf, uc, 1);
72 ret = u16_uctomb (buf, uc, 0);
76 ret = u16_uctomb (buf, uc, 1);
80 ret = u16_uctomb (buf, uc, 2);
100 int ret = u16_uctomb (buf, uc, n);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libunistring-0.9.3/lib/unistr/
H A Du16-uctomb.c21 /* Tell unistr.h to declare u16_uctomb as 'extern', not 'static inline'. */
31 u16_uctomb (uint16_t *s, ucs4_t uc, int n) function
H A Du32-to-u16.c63 u16_uctomb will verify uc anyway. */
66 count = u16_uctomb (result + length, uc, allocated - length);
98 count = u16_uctomb (result + length, uc, allocated - length);
H A Du8-to-u16.c72 count = u16_uctomb (result + length, uc, allocated - length);
104 count = u16_uctomb (result + length, uc, allocated - length);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/libgettextpo/
H A Dunistr.h327 u16_uctomb (uint16_t *s, ucs4_t uc, int n);
330 u16_uctomb (uint16_t *s, ucs4_t uc, int n) function
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libunistring-0.9.3/lib/
H A Dunistr.h334 u16_uctomb (uint16_t *s, ucs4_t uc, int n);
337 u16_uctomb (uint16_t *s, ucs4_t uc, int n) function
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/
H A Dunistr.h327 u16_uctomb (uint16_t *s, ucs4_t uc, int n);
330 u16_uctomb (uint16_t *s, ucs4_t uc, int n) function

Completed in 78 milliseconds