EXIF library (libexif) Internals
0.6.24
|
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <i18n.h>
#include <langinfo.h>
#include <libintl.h>
Go to the source code of this file.
Data Structures | |
struct | TestCase |
Functions | |
static int | my_streq (const char *va, const char *vb) |
static int | check (const int i) |
static int | checks () |
int | main (int argc, char *argv[]) |
Variables | |
const TestCase | testcases [] |
|
static |
Definition at line 71 of file test-codeset.c.
References bind_textdomain_codeset, gettext, TestCase::latin1, my_streq(), TestCase::orig, testcases, textdomain, and TestCase::utf8.
Referenced by checks().
|
static |
Definition at line 133 of file test-codeset.c.
References bindtextdomain, check(), TestCase::locale, and testcases.
Referenced by main().
int main | ( | int | argc, |
char * | argv[] | ||
) |
Definition at line 178 of file test-codeset.c.
References checks(), TestCase::locale, and testcases.
|
static |
Definition at line 12 of file test-codeset.c.
Referenced by check().
const TestCase testcases[] |
Definition at line 46 of file test-codeset.c.