Home
last modified time | relevance | path

Searched refs:SDL_Locale (Results 1 – 4 of 4) sorted by relevance

/AliOS-Things-master/components/SDL2/src/locale/
A DSDL_locale.c26 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 *
/AliOS-Things-master/components/SDL2/include/
A DSDL_locale.h43 typedef struct SDL_Locale struct
47 } SDL_Locale; argument
89 extern DECLSPEC SDL_Locale * SDLCALL SDL_GetPreferredLocales(void);
/AliOS-Things-master/components/SDL2/test/
A Dtestlocale.c19 SDL_Locale *locales = SDL_GetPreferredLocales(); in log_locales()
23 SDL_Locale *l; in log_locales()
/AliOS-Things-master/components/SDL2/src/dynapi/
A DSDL_dynapi_procs.h826 SDL_DYNAPI_PROC(SDL_Locale *,SDL_GetPreferredLocales,(void),(),return)

Completed in 4 milliseconds