Home
last modified time | relevance | path

Searched refs:UTF8_STRING (Results 1 – 13 of 13) sorted by relevance

/third_party/node/test/parallel/
Dtest-http-chunked.js27 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/
DSDL_x11video.h112 Atom UTF8_STRING; member
DSDL_x11messagebox.c380 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()
DSDL_x11video.c474 GET_ATOM(UTF8_STRING); in X11_VideoInit()
DSDL_x11events.c1117 real_type == videodata->UTF8_STRING) { in X11_DispatchEvent()
DSDL_x11window.c676 0L, 8192L, False, data->UTF8_STRING, &real_type, &real_format, in X11_GetWindowTitle()
/third_party/flutter/glfw/src/
Dx11_platform.h201 Atom UTF8_STRING; member
Dx11_window.c663 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()
Dx11_init.c562 _glfw.x11.UTF8_STRING = in initExtensions()
/third_party/gstreamer/gstplugins_base/sys/xvimage/
Dxvcontext.c1110 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/
Dximagesink.c411 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/
DHISTORY7602 UTF8_STRING when no specific type is requested in an X11 windowing
/third_party/chromium/patch/
D0003-3.2-Beta3-1115.patch249651 const char kMimeTypeLinuxUtf8String[] = "UTF8_STRING";