Searched refs:UTF8_STRING (Results 1 - 4 of 4) sorted by relevance
/third_party/rust/crates/os_str_bytes/tests/ |
H A D | integration.rs | 29 const UTF8_STRING: &str = "string"; in test_nonempty_utf8() consts 31 common::test_utf8_bytes(UTF8_STRING); in test_nonempty_utf8() 32 common::test_utf8_vec(UTF8_STRING); in test_nonempty_utf8()
|
/third_party/glfw/src/ |
H A D | x11_window.c | 795 const Atom formats[] = { _glfw.x11.UTF8_STRING, XA_STRING }; in writeTargetToProperty() 816 _glfw.x11.UTF8_STRING, in writeTargetToProperty() 942 const Atom targets[] = { _glfw.x11.UTF8_STRING, XA_STRING }; in getSelectionString() 2093 _glfw.x11.NET_WM_NAME, _glfw.x11.UTF8_STRING, 8, in _glfwSetWindowTitleX11() 2098 _glfw.x11.NET_WM_ICON_NAME, _glfw.x11.UTF8_STRING, 8, in _glfwSetWindowTitleX11()
|
H A D | x11_platform.h | 640 Atom UTF8_STRING; member
|
H A D | x11_init.c | 915 _glfw.x11.UTF8_STRING = XInternAtom(_glfw.x11.display, "UTF8_STRING", False); in initExtensions()
|
Completed in 18 milliseconds