Home
last modified time | relevance | path

Searched refs:SDL_iconv_utf8_locale (Results 1 – 2 of 2) sorted by relevance

/third_party/flutter/skia/third_party/externals/sdl/include/
DSDL_stdinc.h486 #define SDL_iconv_utf8_locale(S) SDL_iconv_string("", "UTF-8", S, SDL_strlen(S)+1) macro
/third_party/flutter/skia/third_party/externals/sdl/src/video/x11/
DSDL_x11window.c709 title_locale = SDL_iconv_utf8_locale(title); in X11_SetWindowTitle()