|
EXIF library (libexif) Internals 0.6.26
|
#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 75 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 137 of file test-codeset.c.
References bindtextdomain, check(), TestCase::locale, and testcases.
Referenced by main().
| int main | ( | int | argc, |
| char * | argv[] | ||
| ) |
Definition at line 182 of file test-codeset.c.
References checks(), TestCase::locale, and testcases.
|
static |
Definition at line 16 of file test-codeset.c.
Referenced by check().
| const TestCase testcases[] |
Definition at line 50 of file test-codeset.c.