Searched refs:utf8_string (Results 1 - 5 of 5) sorted by relevance

/xsrc/external/mit/xorg-server.old/dist/hw/xquartz/pbproxy/
H A Dx-selection.h50 Atom primary, clipboard, text, utf8_string, string, targets, multiple,
H A Dx-selection.m255 else if (a == atoms->utf8_string)
282 return atoms->utf8_string;
622 list[count] = atoms->utf8_string;
1000 else if (e->target == atoms->utf8_string)
1357 else if (type == atoms->utf8_string)
1495 atoms->utf8_string = XInternAtom (xpbproxy_dpy, "UTF8_STRING", False);
/xsrc/external/mit/xorg-server/dist/hw/xquartz/pbproxy/
H A Dx-selection.h50 Atom primary, clipboard, text, utf8_string, string, targets, multiple,
H A Dx-selection.m240 else if (a == atoms->utf8_string) {
263 return atoms->utf8_string;
602 list[count] = atoms->utf8_string;
980 else if (e->target == atoms->utf8_string) {
1328 else if (type == atoms->utf8_string) {
1457 atoms->utf8_string = XInternAtom(xpbproxy_dpy, "UTF8_STRING", False);
/xsrc/external/mit/xclipboard/dist/
H A Dxclipboard.c641 Atom utf8_string = XA_UTF8_STRING(d); local in function:LoseSelection
642 XtGetSelectionValue(w, *selection, utf8_string, InsertClipboard,
643 &utf8_string, CurrentTime);

Completed in 10 milliseconds