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