RetroArch
Functions
stdstring.c File Reference
#include <stdint.h>
#include <ctype.h>
#include <string/stdstring.h>
#include <encodings/utf.h>
Include dependency graph for stdstring.c:

Functions

char * string_to_upper (char *s)
 
char * string_to_lower (char *s)
 
char * string_ucwords (char *s)
 
char * string_replace_substring (const char *in, const char *pattern, const char *replacement)
 
char * string_trim_whitespace_left (char *const s)
 
char * string_trim_whitespace_right (char *const s)
 
char * string_trim_whitespace (char *const s)
 
char * word_wrap (char *buffer, const char *string, int line_width, bool unicode)
 

Function Documentation

◆ string_replace_substring()

char* string_replace_substring ( const char *  in,
const char *  pattern,
const char *  replacement 
)
Here is the call graph for this function:
Here is the caller graph for this function:

◆ string_to_lower()

char* string_to_lower ( char *  s)
Here is the call graph for this function:
Here is the caller graph for this function:

◆ string_to_upper()

char* string_to_upper ( char *  s)
Here is the call graph for this function:
Here is the caller graph for this function:

◆ string_trim_whitespace()

char* string_trim_whitespace ( char *const  s)
Here is the call graph for this function:

◆ string_trim_whitespace_left()

char* string_trim_whitespace_left ( char *const  s)
Here is the call graph for this function:
Here is the caller graph for this function:

◆ string_trim_whitespace_right()

char* string_trim_whitespace_right ( char *const  s)
Here is the call graph for this function:
Here is the caller graph for this function:

◆ string_ucwords()

char* string_ucwords ( char *  s)
Here is the call graph for this function:

◆ word_wrap()

char* word_wrap ( char *  buffer,
const char *  string,
int  line_width,
bool  unicode 
)
Here is the call graph for this function:
Here is the caller graph for this function: