| /xsrc/external/mit/libX11/dist/src/xlibi18n/ |
| 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, XlcNMultiByte [all...] |
| 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) [all...] |
| 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); [all...] |
| 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 */
|
| Xlcint.h | 273 const XTextProperty* text_prop, 281 const XTextProperty* text_prop,
|
| /xsrc/external/mit/ctwm/dist/ |
| win_utils.c | 224 XTextProperty text_prop; local 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.value) [all...] |
| /xsrc/external/mit/twm/dist/src/ |
| util.c | 755 XTextProperty text_prop; local 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 798 status = XGetWMIconName(dpy2, w, &text_prop); 799 if (!status || !text_prop.value || !text_prop.nitems [all...] |
| /xsrc/external/mit/xterm/dist/ |
| xutf8.c | 260 XTextProperty * text_prop) 323 *text_prop = proto;
|
| button.c | 1762 XTextProperty * text_prop, 1770 if (text_prop->format == 8 1771 && (rc = Xutf8TextPropertyToTextList(dpy, text_prop, 2695 XTextProperty text_prop; local 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.format [all...] |
| misc.c | 6288 XTextProperty text_prop; local 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/ |
| 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,
|