Searched refs:_XlcCompareISOLatin1 (Results 1 - 9 of 9) sorted by relevance
| /xsrc/external/mit/libX11/dist/modules/lc/Utf8/ |
| H A D | lcUTF8Load.c | 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 D | lcUtil.c | 43 _XlcCompareISOLatin1( function in typeref:typename:int
|
| H A D | XlcPublic.h | 304 extern int _XlcCompareISOLatin1(
|
| H A D | lcPublic.c | 126 if (num > 0 && !_XlcCompareISOLatin1(values[0], "True"))
|
| H A D | lcGeneric.c | 726 if (num > 0 && !_XlcCompareISOLatin1(value[0], "True")) 732 if (num > 0 && !_XlcCompareISOLatin1(value[0], "True")) 763 if (tmp != NULL && !_XlcCompareISOLatin1(tmp + 1, "Default")) {
|
| H A D | XDefaultOMIF.c | 179 if (_XlcCompareISOLatin1(last - length, font_data->name) == 0) 428 if (_XlcCompareISOLatin1(charset_p,
|
| H A D | lcUTF8.c | 952 && _XlcCompareISOLatin1(XLC_PUBLIC_PART(lcd)->codeset, "UTF-8") == 0) {
|
| /xsrc/external/mit/libX11/dist/modules/om/generic/ |
| H A D | omGeneric.c | 606 if (_XlcCompareISOLatin1(last - length, font_data->name) == 0) 1600 if (!_XlcCompareISOLatin1(gen->object_name, methods_list->name)) { 1838 if (bufptr && _XlcCompareISOLatin1(bufptr, "GL") == 0) 1840 else if (bufptr && _XlcCompareISOLatin1(bufptr, "GR") == 0) 1915 if (count > 0 && _XlcCompareISOLatin1(*value, "True") == 0)
|
| /xsrc/external/mit/libX11/dist/modules/im/ximcp/ |
| H A D | imDefIm.c | 179 if( locale_name[n] && !_XlcCompareISOLatin1( pp, locale_name[n] ) )
|
Completed in 14 milliseconds