HomeSort by relevance Sort by last modified time
    Searched defs:SDL_strlen (Results 1 - 5 of 5) sorted by null

  /external/qemu/distrib/sdl-1.2.15/src/stdlib/
SDL_string.c 318 size_t SDL_strlen(const char *string)
331 size_t srclen = SDL_strlen(src);
344 size_t dstlen = SDL_strlen(dst);
345 size_t srclen = SDL_strlen(src);
356 size_t len = SDL_strlen(string)+1;
368 size_t len = SDL_strlen(string);
421 const char *bufp = string + SDL_strlen(string) - 1;
435 size_t length = SDL_strlen(needle);
515 if ( (SDL_strlen(string) > 2) && (SDL_strncmp(string, "0x", 2) == 0) ) {
537 if ( (SDL_strlen(string) > 2) && (SDL_strncmp(string, "0x", 2) == 0) )
    [all...]
  /external/qemu/distrib/sdl-1.2.15/include/
SDL_stdinc.h 395 #define SDL_strlen strlen
397 extern DECLSPEC size_t SDLCALL SDL_strlen(const char *string);
610 #define SDL_iconv_utf8_locale(S) SDL_iconv_string("", "UTF-8", S, SDL_strlen(S)+1)
611 #define SDL_iconv_utf8_ucs2(S) (Uint16 *)SDL_iconv_string("UCS-2", "UTF-8", S, SDL_strlen(S)+1)
612 #define SDL_iconv_utf8_ucs4(S) (Uint32 *)SDL_iconv_string("UCS-4", "UTF-8", S, SDL_strlen(S)+1)
  /prebuilts/tools/darwin-x86/sdl/include/SDL/
SDL_stdinc.h 395 #define SDL_strlen strlen
397 extern DECLSPEC size_t SDLCALL SDL_strlen(const char *string);
610 #define SDL_iconv_utf8_locale(S) SDL_iconv_string("", "UTF-8", S, SDL_strlen(S)+1)
611 #define SDL_iconv_utf8_ucs2(S) (Uint16 *)SDL_iconv_string("UCS-2", "UTF-8", S, SDL_strlen(S)+1)
612 #define SDL_iconv_utf8_ucs4(S) (Uint32 *)SDL_iconv_string("UCS-4", "UTF-8", S, SDL_strlen(S)+1)
  /prebuilts/tools/linux-x86/sdl/include/SDL/
SDL_stdinc.h 395 #define SDL_strlen strlen
397 extern DECLSPEC size_t SDLCALL SDL_strlen(const char *string);
610 #define SDL_iconv_utf8_locale(S) SDL_iconv_string("", "UTF-8", S, SDL_strlen(S)+1)
611 #define SDL_iconv_utf8_ucs2(S) (Uint16 *)SDL_iconv_string("UCS-2", "UTF-8", S, SDL_strlen(S)+1)
612 #define SDL_iconv_utf8_ucs4(S) (Uint32 *)SDL_iconv_string("UCS-4", "UTF-8", S, SDL_strlen(S)+1)
  /prebuilts/tools/windows/sdl/include/SDL/
SDL_stdinc.h 395 #define SDL_strlen strlen
397 extern DECLSPEC size_t SDLCALL SDL_strlen(const char *string);
610 #define SDL_iconv_utf8_locale(S) SDL_iconv_string("", "UTF-8", S, SDL_strlen(S)+1)
611 #define SDL_iconv_utf8_ucs2(S) (Uint16 *)SDL_iconv_string("UCS-2", "UTF-8", S, SDL_strlen(S)+1)
612 #define SDL_iconv_utf8_ucs4(S) (Uint32 *)SDL_iconv_string("UCS-4", "UTF-8", S, SDL_strlen(S)+1)

Completed in 97 milliseconds