Searched refs:XLC_PUBLIC_PART (Results 1 - 4 of 4) sorted by relevance

/xsrc/external/mit/libX11/dist/modules/lc/Utf8/
H A DlcUTF8Load.c52 if (!XLC_PUBLIC_PART(lcd)->codeset) {
56 else if (!_XlcCompareISOLatin1(XLC_PUBLIC_PART(lcd)->codeset, "UTF-8")) {
59 else if (!_XlcCompareISOLatin1(XLC_PUBLIC_PART(lcd)->codeset, "GB18030")) {
/xsrc/external/mit/libX11/dist/src/xlibi18n/
H A DlcPublic.c109 XLCdPublicPart *pub = XLC_PUBLIC_PART(lcd);
203 XLCdPublicPart *pub = XLC_PUBLIC_PART(lcd);
273 XLCdPublicPart *pub = XLC_PUBLIC_PART(lcd);
H A DXlcPubI.h32 #define XLC_PUBLIC_PART(lcd) (&(((XLCdPublic) lcd->core)->pub)) macro
H A DlcUTF8.c951 if (XLC_PUBLIC_PART(lcd)->codeset
952 && _XlcCompareISOLatin1(XLC_PUBLIC_PART(lcd)->codeset, "UTF-8") == 0) {

Completed in 6 milliseconds