Searched refs:wideTitle (Results 1 – 2 of 2) sorted by relevance
56 std::wstring wideTitle(length, L'#'); in NarrowToWide() local57 mbstowcs_s(&outlen, &wideTitle[0], length + 1, source, length); in NarrowToWide()58 return wideTitle; in NarrowToWide()
859 WCHAR* wideTitle; in createNativeWindow() local888 wideTitle = _glfwCreateWideStringFromUTF8Win32(wndconfig->title); in createNativeWindow()889 if (!wideTitle) in createNativeWindow()898 wideTitle, in createNativeWindow()907 free(wideTitle); in createNativeWindow()1051 WCHAR* wideTitle = _glfwCreateWideStringFromUTF8Win32(title); in _glfwPlatformSetWindowTitle() local1052 if (!wideTitle) in _glfwPlatformSetWindowTitle()1059 SetWindowTextW(window->win32.handle, wideTitle); in _glfwPlatformSetWindowTitle()1060 free(wideTitle); in _glfwPlatformSetWindowTitle()