| /xsrc/external/mit/libX11/dist/src/xlibi18n/ |
| H A D | lcPrTxt.c | 114 const XTextProperty *text_prop, 125 int unconv_num, nitems = text_prop->nitems; 137 if (text_prop->format != 8) 140 encoding = text_prop->encoding; 153 buf_len = (text_prop->nitems + 1) * sizeof(wchar_t); 156 buf_len = text_prop->nitems * 6 + 1; 158 buf_len = text_prop->nitems * XLC_PUBLIC(lcd, mb_cur_max) + 1; 178 last_ptr = str_ptr = (char *) text_prop->value; 249 const XTextProperty *text_prop, 253 return _XTextPropertyToTextList(lcd, dpy, text_prop, XlcNMultiByt 111 _XTextPropertyToTextList(XLCd lcd,Display * dpy,const XTextProperty * text_prop,const char * to_type,XPointer ** list_ret,int * count_ret) argument 246 _XmbTextPropertyToTextList(XLCd lcd,Display * dpy,const XTextProperty * text_prop,char *** list_ret,int * count_ret) argument 258 _XwcTextPropertyToTextList(XLCd lcd,Display * dpy,const XTextProperty * text_prop,wchar_t *** list_ret,int * count_ret) argument 270 _Xutf8TextPropertyToTextList(XLCd lcd,Display * dpy,const XTextProperty * text_prop,char *** list_ret,int * count_ret) argument [all...] |
| H A D | lcTxtPr.c | 76 XTextProperty *text_prop) 209 text_prop->value = (unsigned char *) value; 210 text_prop->encoding = encoding; 211 text_prop->format = 8; 212 text_prop->nitems = (unsigned long) nitems; 224 XTextProperty *text_prop) 227 count, style, text_prop); 237 XTextProperty *text_prop) 240 count, style, text_prop); 250 XTextProperty *text_prop) 69 _XTextListToTextProperty(XLCd lcd,Display * dpy,const char * from_type,XPointer list,int count,XICCEncodingStyle style,XTextProperty * text_prop) argument 218 _XmbTextListToTextProperty(XLCd lcd,Display * dpy,char ** list,int count,XICCEncodingStyle style,XTextProperty * text_prop) argument 231 _XwcTextListToTextProperty(XLCd lcd,Display * dpy,wchar_t ** list,int count,XICCEncodingStyle style,XTextProperty * text_prop) argument 244 _Xutf8TextListToTextProperty(XLCd lcd,Display * dpy,char ** list,int count,XICCEncodingStyle style,XTextProperty * text_prop) argument [all...] |
| H A D | lcWrap.c | 351 const XTextProperty *text_prop, 360 return (*lcd->methods->mb_text_prop_to_list)(lcd, dpy, text_prop, list_ret, 367 const XTextProperty *text_prop, 376 return (*lcd->methods->wc_text_prop_to_list)(lcd, dpy, text_prop, list_ret, 383 const XTextProperty *text_prop, 392 return (*lcd->methods->utf8_text_prop_to_list)(lcd, dpy, text_prop, 402 XTextProperty *text_prop) 410 text_prop); 419 XTextProperty *text_prop) 427 text_prop); 349 XmbTextPropertyToTextList(Display * dpy,const XTextProperty * text_prop,char *** list_ret,int * count_ret) argument 365 XwcTextPropertyToTextList(Display * dpy,const XTextProperty * text_prop,wchar_t *** list_ret,int * count_ret) argument 381 Xutf8TextPropertyToTextList(Display * dpy,const XTextProperty * text_prop,char *** list_ret,int * count_ret) argument 397 XmbTextListToTextProperty(Display * dpy,char ** list,int count,XICCEncodingStyle style,XTextProperty * text_prop) argument 414 XwcTextListToTextProperty(Display * dpy,wchar_t ** list,int count,XICCEncodingStyle style,XTextProperty * text_prop) argument 431 Xutf8TextListToTextProperty(Display * dpy,char ** list,int count,XICCEncodingStyle style,XTextProperty * text_prop) argument [all...] |
| H A D | XlcPubI.h | 144 const XTextProperty* text_prop, 152 const XTextProperty* text_prop, 160 const XTextProperty* text_prop, 171 XTextProperty* /* text_prop */ 180 XTextProperty* /* text_prop */ 189 XTextProperty* /* text_prop */
|
| H A D | Xlcint.h | 273 const XTextProperty* text_prop, 281 const XTextProperty* text_prop,
|
| /xsrc/external/mit/ctwm/dist/ |
| H A D | win_utils.c | 224 XTextProperty text_prop; local in function:GetWMPropertyString 227 XGetTextProperty(dpy, w, &text_prop, prop); 228 if(text_prop.value == NULL) { 232 if(text_prop.encoding == XA_STRING 233 || text_prop.encoding == XA_UTF8_STRING 234 || text_prop.encoding == XA_COMPOUND_TEXT) { 245 && text_prop.encoding != XA_STRING 246 && text_prop.encoding != XA_COMPOUND_TEXT) { 252 && text_prop.encoding != XA_UTF8_STRING) { 261 XFree(text_prop [all...] |
| /xsrc/external/mit/twm/dist/src/ |
| H A D | util.c | 755 XTextProperty text_prop; local in function:I18N_FetchName 760 status = XGetWMName(dpy2, w, &text_prop); 761 if (status && text_prop.value && text_prop.nitems) { 765 status = XmbTextPropertyToTextList(dpy2, &text_prop, &list, &num); 767 XFree(text_prop.value); 794 XTextProperty text_prop; local in function:I18N_GetIconName 798 status = XGetWMIconName(dpy2, w, &text_prop); 799 if (!status || !text_prop.value || !text_prop [all...] |
| /xsrc/external/mit/xterm/dist/ |
| H A D | xutf8.c | 260 XTextProperty * text_prop) 323 *text_prop = proto; 256 Xutf8TextListToTextProperty(Display * dpy,char ** list,int count,XICCEncodingStyle style,XTextProperty * text_prop) argument
|
| H A D | button.c | 1762 XTextProperty * text_prop, 1770 if (text_prop->format == 8 1771 && (rc = Xutf8TextPropertyToTextList(dpy, text_prop, 2695 XTextProperty text_prop; local in function:SelectionReceived 2717 text_prop.value = (unsigned char *) value; 2718 text_prop.encoding = *type; 2719 text_prop.format = *format; 2720 text_prop.nitems = *length; 2724 visibleSelectionTarget(dpy, text_prop.encoding), 2725 text_prop 1761 xtermUtf8ToTextList(XtermWidget xw,XTextProperty * text_prop,char *** text_list,int * text_list_count) argument [all...] |
| H A D | misc.c | 6288 XTextProperty text_prop; local in function:ChangeXprop 6299 text_prop.value = pchEndPropName + 1; 6300 text_prop.encoding = XA_STRING; 6301 text_prop.format = 8; 6302 text_prop.nitems = Strlen(text_prop.value); 6303 XSetTextProperty(dpy, w, &text_prop, aprop);
|
| /xsrc/external/mit/libX11/dist/include/X11/ |
| H A D | Xutil.h | 631 XTextProperty* /* text_prop */, 638 XTextProperty* /* text_prop */ 650 XTextProperty* /* text_prop */ 656 XTextProperty* /* text_prop */ 774 XTextProperty* /* text_prop */, 781 const XTextProperty* text_prop, 788 const XTextProperty* text_prop, 795 const XTextProperty* text_prop,
|