2.9
[glibc/nacl-glibc.git] / localedata / tests-mbwc / tgn_locdef.h
blobace63e2c5827f6a5966a82e6aa3b6d134890cea9
1 #ifndef TGN_LOCDEF_H
2 #define TGN_LOCDEF_H
4 /* Defines for all locales used in the suite. */
6 /* POSIX C locale. */
7 #define TST_LOC_C "C"
9 /* German locale with ISO-8859-1. */
10 #define TST_LOC_de "de_DE.ISO-8859-1"
12 /* For US we use ANSI_X3.4-1968 (ASCII). */
13 #define TST_LOC_enUS "en_US.ANSI_X3.4-1968"
15 /* Japanese locale with EUC-JP. */
16 #define TST_LOC_eucJP "ja_JP.EUC-JP"
18 /* German locale with UTF-8. */
19 #define TST_LOC_de_UTF8 "de_DE.UTF-8"
21 /* End marker - must appear in each table as last entry. */
22 #define TST_LOC_end "lastEntry"
24 #endif /* TGN_LOCDEF_H */