Searched refs:UTF8_STRING (Results 1 – 13 of 13) sorted by relevance
/third_party/node/test/parallel/ |
D | test-http-chunked.js | 27 const UTF8_STRING = '南越国是前203年至前111年存在于岭南地区的一个国家,' + constant 39 res.end(UTF8_STRING, 'utf8'); 52 assert.strictEqual(UTF8_STRING, data);
|
/third_party/flutter/skia/third_party/externals/sdl/src/video/x11/ |
D | SDL_x11video.h | 112 Atom UTF8_STRING; member
|
D | SDL_x11messagebox.c | 380 Atom _NET_WM_WINDOW_TYPE, _NET_WM_WINDOW_TYPE_DIALOG, _NET_WM_NAME, UTF8_STRING; in X11_MessageBoxCreateWindow() local 416 UTF8_STRING = X11_XInternAtom(display, "UTF8_STRING", False); in X11_MessageBoxCreateWindow() 417 X11_XChangeProperty(display, data->window, _NET_WM_NAME, UTF8_STRING, 8, in X11_MessageBoxCreateWindow()
|
D | SDL_x11video.c | 474 GET_ATOM(UTF8_STRING); in X11_VideoInit()
|
D | SDL_x11events.c | 1117 real_type == videodata->UTF8_STRING) { in X11_DispatchEvent()
|
D | SDL_x11window.c | 676 0L, 8192L, False, data->UTF8_STRING, &real_type, &real_format, in X11_GetWindowTitle()
|
/third_party/flutter/glfw/src/ |
D | x11_platform.h | 201 Atom UTF8_STRING; member
|
D | x11_window.c | 663 const Atom formats[] = { _glfw.x11.UTF8_STRING, in writeTargetToProperty() 681 _glfw.x11.UTF8_STRING, in writeTargetToProperty() 1324 _glfw.x11.UTF8_STRING, in processEvent() 1659 _glfw.x11.NET_WM_NAME, _glfw.x11.UTF8_STRING, 8, in _glfwPlatformSetWindowTitle() 1664 _glfw.x11.NET_WM_ICON_NAME, _glfw.x11.UTF8_STRING, 8, in _glfwPlatformSetWindowTitle() 2246 const Atom formats[] = { _glfw.x11.UTF8_STRING, in _glfwPlatformGetClipboardString()
|
D | x11_init.c | 562 _glfw.x11.UTF8_STRING = in initExtensions()
|
/third_party/gstreamer/gstplugins_base/sys/xvimage/ |
D | xvcontext.c | 1110 Atom UTF8_STRING = XInternAtom (context->disp, "UTF8_STRING", 0); in gst_xwindow_set_title() local 1116 XChangeProperty (context->disp, window->win, _NET_WM_NAME, UTF8_STRING, 8, in gst_xwindow_set_title()
|
/third_party/gstreamer/gstplugins_base/sys/ximage/ |
D | ximagesink.c | 411 Atom UTF8_STRING = in gst_x_image_sink_xwindow_set_title() local 414 _NET_WM_NAME, UTF8_STRING, 8, 0, (unsigned char *) title, in gst_x_image_sink_xwindow_set_title()
|
/third_party/python/Misc/ |
D | HISTORY | 7602 UTF8_STRING when no specific type is requested in an X11 windowing
|
/third_party/chromium/patch/ |
D | 0003-3.2-Beta3-1115.patch | 249651 const char kMimeTypeLinuxUtf8String[] = "UTF8_STRING";
|