Searched refs:u8_uctomb (Results 1 - 21 of 21) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libunistring-0.9.3/lib/unicase/
H A Du8-casemap.c37 #define U_UCTOMB u8_uctomb
H A Du8-ct-totitle.c40 #define U_UCTOMB u8_uctomb
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libunistring-0.9.3/lib/uninorm/
H A Du8-normalize.c36 #define U_UCTOMB u8_uctomb
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libunistring-0.9.3/tests/unistr/
H A Dtest-u8-uctomb.c1 /* Test of u8_uctomb() function.
39 ret = u8_uctomb (buf, uc, 0);
43 ret = u8_uctomb (buf, uc, 1);
56 ret = u8_uctomb (buf, uc, 0);
60 ret = u8_uctomb (buf, uc, 1);
64 ret = u8_uctomb (buf, uc, 2);
77 ret = u8_uctomb (buf, uc, 0);
81 ret = u8_uctomb (buf, uc, 1);
85 ret = u8_uctomb (buf, uc, 2);
90 ret = u8_uctomb (bu
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libunistring-0.9.3/lib/unistr/
H A Du32-to-u8.c63 u8_uctomb will verify uc anyway. */
66 count = u8_uctomb (result + length, uc, allocated - length);
98 count = u8_uctomb (result + length, uc, allocated - length);
H A Du16-to-u8.c72 count = u8_uctomb (result + length, uc, allocated - length);
104 count = u8_uctomb (result + length, uc, allocated - length);
H A Du8-uctomb.c21 /* Tell unistr.h to declare u8_uctomb as 'extern', not 'static inline'. */
31 u8_uctomb (uint8_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/uniconv/
H A Du16-conv-to-enc.c96 count = u8_uctomb (result + length, uc, allocated - length);
128 count = u8_uctomb (result + length, uc, allocated - length);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/libgettextpo/unistr/
H A Du8-uctomb.c26 u8_uctomb (uint8_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/unistr/
H A Du8-uctomb.c26 u8_uctomb (uint8_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/src/
H A Dread-properties.c259 int n = u8_uctomb (q, uc, 6);
344 q += u8_uctomb (q, uc, 6);
438 n = u8_uctomb (q, uc, 6);
H A Dx-perl.c1020 length = u8_uctomb ((unsigned char *) (buffer + bufpos),
1070 length = u8_uctomb ((unsigned char *) (buffer + bufpos),
1108 u8_uctomb ((unsigned char *) (buffer + bufpos),
H A Dread-stringtable.c345 n = u8_uctomb (q, uc, 6);
H A Dx-python.c502 int count = u8_uctomb (utf8buf, uc, 6);
843 int count = u8_uctomb (utf8buf, uc, 6);
H A Dx-tcl.c691 count = u8_uctomb (utf8buf, uc, 6);
H A Dx-java.c451 int count = u8_uctomb (utf8buf, uc, 6);
H A Dx-csharp.c558 int count = u8_uctomb (utf8buf, uc, 6);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/libgettextpo/
H A Dunistr.h305 u8_uctomb (uint8_t *s, ucs4_t uc, int n);
308 u8_uctomb (uint8_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.h312 u8_uctomb (uint8_t *s, ucs4_t uc, int n);
315 u8_uctomb (uint8_t *s, ucs4_t uc, int n) function
H A Dstriconveh.c317 m = u8_uctomb ((uint8_t *) outptr, uc, outsize);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/
H A Dunistr.h305 u8_uctomb (uint8_t *s, ucs4_t uc, int n);
308 u8_uctomb (uint8_t *s, ucs4_t uc, int n) function

Completed in 256 milliseconds