Home
last modified time | relevance | path

Searched defs:SDL_isspace (Results 1 – 2 of 2) sorted by relevance

/third_party/flutter/skia/third_party/externals/sdl/src/stdlib/
DSDL_stdlib.c260 int SDL_isspace(int x) { return isspace(x); } in SDL_isspace() function
265 int SDL_isspace(int x) { return ((x) == ' ') || ((x) == '\t') || ((x) == '\r') || ((x) == '\n') || … in SDL_isspace() function
/third_party/flutter/skia/third_party/externals/sdl/src/dynapi/
DSDL_dynapi_overrides.h389 #define SDL_isspace SDL_isspace_REAL macro