Searched refs:puc (Results 1 - 25 of 69) sorted by relevance

123

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libunistring-0.9.3/lib/unistr/
H A Du16-next.c24 u16_next (ucs4_t *puc, const uint16_t *s) argument
28 count = u16_strmbtouc (puc, s);
34 *puc = 0xfffd;
H A Du8-next.c24 u8_next (ucs4_t *puc, const uint8_t *s) argument
28 count = u8_strmbtouc (puc, s);
34 *puc = 0xfffd;
H A Du16-mbtoucr.c24 u16_mbtoucr (ucs4_t *puc, const uint16_t *s, size_t n) argument
30 *puc = c;
39 *puc = 0x10000 + ((c - 0xd800) << 10) + (s[1] - 0xdc00);
47 *puc = 0xfffd;
52 *puc = 0xfffd;
H A Du8-mbtoucr.c24 u8_mbtoucr (ucs4_t *puc, const uint8_t *s, size_t n) argument
30 *puc = c;
41 *puc = ((unsigned int) (c & 0x1f) << 6)
50 *puc = 0xfffd;
66 *puc = ((unsigned int) (c & 0x0f) << 12)
76 *puc = 0xfffd;
85 *puc = 0xfffd;
108 *puc = ((unsigned int) (c & 0x07) << 18)
119 *puc = 0xfffd;
128 *puc
[all...]
H A Du16-mbtouc-unsafe.c32 u16_mbtouc_unsafe (ucs4_t *puc, const uint16_t *s, size_t n) argument
38 *puc = c;
51 *puc = 0x10000 + ((c - 0xd800) << 10) + (s[1] - 0xdc00);
62 *puc = 0xfffd;
H A Du16-mbtouc.c31 u16_mbtouc (ucs4_t *puc, const uint16_t *s, size_t n) argument
37 *puc = c;
46 *puc = 0x10000 + ((c - 0xd800) << 10) + (s[1] - 0xdc00);
57 *puc = 0xfffd;
H A Du16-mbtouc-aux.c26 u16_mbtouc_aux (ucs4_t *puc, const uint16_t *s, size_t n) argument
36 *puc = 0x10000 + ((c - 0xd800) << 10) + (s[1] - 0xdc00);
47 *puc = 0xfffd;
H A Du16-mbtouc-unsafe-aux.c26 u16_mbtouc_unsafe_aux (ucs4_t *puc, const uint16_t *s, size_t n) argument
40 *puc = 0x10000 + ((c - 0xd800) << 10) + (s[1] - 0xdc00);
51 *puc = 0xfffd;
H A Du16-strmbtouc.c25 u16_strmbtouc (ucs4_t *puc, const uint16_t *s) argument
32 *puc = c;
45 *puc = 0x10000 + ((c - 0xd800) << 10) + (s[1] - 0xdc00);
H A Du32-mbtouc-unsafe.c32 u32_mbtouc_unsafe (ucs4_t *puc, const uint32_t *s, size_t n) argument
39 *puc = c;
43 *puc = 0xfffd;
H A Du32-mbtouc.c31 u32_mbtouc (ucs4_t *puc, const uint32_t *s, size_t n) argument
36 *puc = c;
39 *puc = 0xfffd;
H A Du32-mbtoucr.c24 u32_mbtoucr (ucs4_t *puc, const uint32_t *s, size_t n) argument
30 *puc = c;
36 *puc = 0xfffd;
H A Du32-next.c24 u32_next (ucs4_t *puc, const uint32_t *s) argument
28 count = u32_strmbtouc (puc, s);
35 *puc = 0xfffd;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/libgettextpo/unistr/
H A Du16-mbtouc-unsafe.c26 u16_mbtouc_unsafe (ucs4_t *puc, const uint16_t *s, size_t n) argument
32 *puc = c;
45 *puc = 0x10000 + ((c - 0xd800) << 10) + (s[1] - 0xdc00);
56 *puc = 0xfffd;
H A Du16-mbtouc.c26 u16_mbtouc (ucs4_t *puc, const uint16_t *s, size_t n) argument
32 *puc = c;
41 *puc = 0x10000 + ((c - 0xd800) << 10) + (s[1] - 0xdc00);
52 *puc = 0xfffd;
H A Du16-mbtouc-aux.c26 u16_mbtouc_aux (ucs4_t *puc, const uint16_t *s, size_t n) argument
36 *puc = 0x10000 + ((c - 0xd800) << 10) + (s[1] - 0xdc00);
47 *puc = 0xfffd;
H A Du16-mbtouc-unsafe-aux.c26 u16_mbtouc_unsafe_aux (ucs4_t *puc, const uint16_t *s, size_t n) argument
40 *puc = 0x10000 + ((c - 0xd800) << 10) + (s[1] - 0xdc00);
51 *puc = 0xfffd;
H A Du8-mbtouc.c26 u8_mbtouc (ucs4_t *puc, const uint8_t *s, size_t n) argument
32 *puc = c;
43 *puc = ((unsigned int) (c & 0x1f) << 6)
52 *puc = 0xfffd;
64 *puc = ((unsigned int) (c & 0x0f) << 12)
74 *puc = 0xfffd;
90 *puc = ((unsigned int) (c & 0x07) << 18)
101 *puc = 0xfffd;
114 *puc = ((unsigned int) (c & 0x03) << 24)
126 *puc
[all...]
H A Du8-mbtouc-aux.c26 u8_mbtouc_aux (ucs4_t *puc, const uint8_t *s, size_t n) argument
38 *puc = ((unsigned int) (c & 0x1f) << 6)
47 *puc = 0xfffd;
59 *puc = ((unsigned int) (c & 0x0f) << 12)
69 *puc = 0xfffd;
85 *puc = ((unsigned int) (c & 0x07) << 18)
96 *puc = 0xfffd;
109 *puc = ((unsigned int) (c & 0x03) << 24)
121 *puc = 0xfffd;
134 *puc
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/unistr/
H A Du16-mbtouc-unsafe.c26 u16_mbtouc_unsafe (ucs4_t *puc, const uint16_t *s, size_t n) argument
32 *puc = c;
45 *puc = 0x10000 + ((c - 0xd800) << 10) + (s[1] - 0xdc00);
56 *puc = 0xfffd;
H A Du16-mbtouc.c26 u16_mbtouc (ucs4_t *puc, const uint16_t *s, size_t n) argument
32 *puc = c;
41 *puc = 0x10000 + ((c - 0xd800) << 10) + (s[1] - 0xdc00);
52 *puc = 0xfffd;
H A Du16-mbtouc-aux.c26 u16_mbtouc_aux (ucs4_t *puc, const uint16_t *s, size_t n) argument
36 *puc = 0x10000 + ((c - 0xd800) << 10) + (s[1] - 0xdc00);
47 *puc = 0xfffd;
H A Du16-mbtouc-unsafe-aux.c26 u16_mbtouc_unsafe_aux (ucs4_t *puc, const uint16_t *s, size_t n) argument
40 *puc = 0x10000 + ((c - 0xd800) << 10) + (s[1] - 0xdc00);
51 *puc = 0xfffd;
H A Du8-mbtouc.c26 u8_mbtouc (ucs4_t *puc, const uint8_t *s, size_t n) argument
32 *puc = c;
43 *puc = ((unsigned int) (c & 0x1f) << 6)
52 *puc = 0xfffd;
64 *puc = ((unsigned int) (c & 0x0f) << 12)
74 *puc = 0xfffd;
90 *puc = ((unsigned int) (c & 0x07) << 18)
101 *puc = 0xfffd;
114 *puc = ((unsigned int) (c & 0x03) << 24)
126 *puc
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libunistring-0.9.3/lib/unictype/
H A Dmirror.c27 uc_mirror_char (ucs4_t uc, ucs4_t *puc) argument
42 *puc = uc + lookup3;
47 *puc = uc;

Completed in 88 milliseconds

123