Searched defs:wc (Results 1 - 25 of 264) sorted by relevance

1234567891011

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-runtime/gnulib-lib/
H A Dwcwidth.c32 rpl_wcwidth (wchar_t wc) argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/curl-7.23.1/source/lib/
H A Dwildcard.c36 CURLcode Curl_wildcard_init(struct WildcardData *wc) argument
48 void Curl_wildcard_dtor(struct WildcardData *wc) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/
H A Dwcwidth.c32 rpl_wcwidth (wchar_t wc) argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-tests/
H A Dtest-wcwidth.c41 wchar_t wc; local
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/libgettextpo/
H A Dwcwidth.c32 rpl_wcwidth (wchar_t wc) argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/flex/MISC/fastwc/
H A Dmywc.c8 register int c, cc = 0, wc = 0, lc = 0; local
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/libiconv-1.11/lib/
H A Dascii.h37 ascii_wctomb (conv_t conv, unsigned char *r, ucs4_t wc, int n) argument
H A Dcp1162.h34 unsigned short wc = cp874_2uni[c-0x80]; local
48 cp1162_wctomb (conv_t conv, unsigned char *r, ucs4_t wc, int n) argument
[all...]
H A Dcp858.h39 cp858_wctomb (conv_t conv, unsigned char *r, ucs4_t wc, int n) argument
[all...]
H A Diso646_cn.h43 iso646_cn_wctomb (conv_t conv, unsigned char *r, ucs4_t wc, int n) argument
H A Diso646_jp.h45 iso646_jp_wctomb (conv_t conv, unsigned char *r, ucs4_t wc, int n) argument
H A Diso8859_1.h34 iso8859_1_wctomb (conv_t conv, unsigned char *r, ucs4_t wc, int n) argument
H A Diso8859_11.h41 iso8859_11_wctomb (conv_t conv, unsigned char *r, ucs4_t wc, int n) argument
H A Djisx0201.h47 jisx0201_wctomb (conv_t conv, unsigned char *r, ucs4_t wc, int n) argument
[all...]
H A Dtis620.h41 tis620_wctomb (conv_t conv, unsigned char *r, ucs4_t wc, int n) argument
H A Ducs2be.h40 ucs2be_wctomb (conv_t conv, unsigned char *r, ucs4_t wc, int n) argument
H A Ducs2internal.h41 ucs2internal_wctomb (conv_t conv, unsigned char *r, ucs4_t wc, int n) argument
H A Ducs2le.h40 ucs2le_wctomb (conv_t conv, unsigned char *r, ucs4_t wc, int n) argument
H A Ducs2swapped.h45 ucs2swapped_wctomb (conv_t conv, unsigned char *r, ucs4_t wc, int n) argument
H A Ducs4be.h36 ucs4be_wctomb (conv_t conv, unsigned char *r, ucs4_t wc, int n) argument
H A Ducs4internal.h36 ucs4internal_wctomb (conv_t conv, unsigned char *r, ucs4_t wc, int n) argument
H A Ducs4le.h36 ucs4le_wctomb (conv_t conv, unsigned char *r, ucs4_t wc, int n) argument
H A Ducs4swapped.h41 ucs4swapped_wctomb (conv_t conv, unsigned char *r, ucs4_t wc, int n) argument
H A Dutf32be.h31 ucs4_t wc = (s[0] << 24) + (s[1] << 16) + (s[2] << 8) + s[3]; local
42 utf32be_wctomb (conv_t conv, unsigned char *r, ucs4_t wc, int n) argument
[all...]
H A Dutf32le.h31 ucs4_t wc = s[0] + (s[1] << 8) + (s[2] << 16) + (s[3] << 24); local
42 utf32le_wctomb (conv_t conv, unsigned char *r, ucs4_t wc, int n) argument
[all...]

Completed in 116 milliseconds

1234567891011