Home
last modified time | relevance | path

Searched defs:_Charset (Results 1 – 4 of 4) sorted by relevance

/dports/x11/luit/luit-20210218/
H A Dcharset.h47 typedef struct _Charset { struct
51 unsigned int (*recode) (unsigned int, const struct _Charset * self); argument
52 int (*reverse) (unsigned int, const struct _Charset * self); argument
58 struct _Charset *next; argument
/dports/www/firefox-legacy/firefox-52.8.0esr/intl/uconv/
H A DnsEncoderDecoderUtils.h19 #define NS_UCONV_REG_UNREG_DECODER(_Charset, _CID) \ argument
22 #define NS_UCONV_REG_UNREG_ENCODER(_Charset, _CID) \ argument
25 #define NS_UCONV_REG_UNREG(_Charset, _DecoderCID, _EncoderCID) \ argument
/dports/x11-toolkits/pangox-compat/pangox-compat-0.0.2/
H A Dbasic-x.c49 struct _Charset struct
57 struct _CharsetOrdering argument
/dports/mail/rss2email3/rss2email-3.13.1/rss2email/
H A Demail.py38 from email.charset import Charset as _Charset unknown