Searched refs:SDL_Locale (Results 1 – 4 of 4) sorted by relevance
26 static SDL_Locale *33 SDL_Locale *loc; in build_locales_from_csv_string()34 SDL_Locale *retval; in build_locales_from_csv_string()49 alloclen = slen + (num_locales * sizeof (SDL_Locale)); in build_locales_from_csv_string()51 loc = retval = (SDL_Locale *) SDL_calloc(1, alloclen); in build_locales_from_csv_string()88 SDL_Locale *
43 typedef struct SDL_Locale struct47 } SDL_Locale; argument89 extern DECLSPEC SDL_Locale * SDLCALL SDL_GetPreferredLocales(void);
19 SDL_Locale *locales = SDL_GetPreferredLocales(); in log_locales()23 SDL_Locale *l; in log_locales()
826 SDL_DYNAPI_PROC(SDL_Locale *,SDL_GetPreferredLocales,(void),(),return)
Completed in 4 milliseconds