#include <iostream>
#include <fstream>
#include "i18n/i18n.h"
#include "nstream/nstream.h"
#include "perf/perf.h"
#include "util/file.h"
Go to the source code of this file.
Functions | |
static void | displayString (IN i18n::Manager *mgr, IN const char *id) throw () |
static void | doTest (IN const char *locale, IN const char *dir) |
int | main (IN int argc, IN const char *argv[]) |
static void displayString | ( | IN i18n::Manager * | mgr, | |
IN const char * | id | |||
) | throw () [static] |
Definition at line 28 of file i18n/test/test1.cpp.
static void doTest | ( | IN const char * | locale, | |
IN const char * | dir | |||
) | [static] |
Definition at line 50 of file i18n/test/test1.cpp.
int main | ( | IN int | argc, | |
IN const char * | argv[] | |||
) |
Definition at line 92 of file i18n/test/test1.cpp.