VLC  2.1.0-git
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Functions
utf8.c File Reference
Include dependency graph for utf8.c:

Functions

static void test (const char *in, const char *out)
static void test_strcasestr (const char *h, const char *n, ssize_t offset)
int main (void)

Function Documentation

int main ( void  )

References test(), and test_strcasestr().

static void test ( const char *  in,
const char *  out 
)
static

References EnsureUTF8(), IsUTF8(), and strdup().

Referenced by main().

static void test_strcasestr ( const char *  h,
const char *  n,
ssize_t  offset 
)
static

References vlc_strcasestr().

Referenced by main().