Home | History | Annotate | Download | only in testdata
      1 //*******************************************************************************
      2 //*
      3 //*   Copyright (C) 1998-2013, International Business Machines
      4 //*   Corporation and others.  All Rights Reserved.
      5 //*
      6 //*******************************************************************************
      7 
      8 
      9 // This is a test locale file for the fake locale 'te'
     10 
     11 te
     12 {
     13     string_only_in_te { TE }
     14 
     15     string_in_te_no_te_IN_fallback { TE_no_fallback }
     16 
     17     array_only_in_te { TE0, TE1, TE2, TE3 }
     18 
     19     array_2d_only_in_te
     20     {
     21         { TE00, TE01 }
     22         { TE10, TE11 }
     23     }
     24 
     25     tagged_array_only_in_te
     26     {
     27         tag9 { TE9 } 
     28         tag11 { TE11 } 
     29         tag3 { TE3 } 
     30         tag4 { TE4 }
     31     }
     32 
     33     string_in_Root_te_te_IN { TE }
     34 
     35     array_in_Root_te_te_IN { TE0, TE1, TE2, TE3, TE4 }
     36 
     37     array_2d_in_Root_te_te_IN
     38     {
     39         { TE00, TE01, TE02 }
     40         { TE10, TE11, TE12 }
     41         { TE20, TE21, TE22 }
     42         { TE30, TE31, TE32 }
     43     }
     44 
     45     tagged_array_in_Root_te_te_IN
     46     {
     47         tag7 { TE7 } 
     48         tag8 { TE8 } 
     49         tag14 { TE14 } 
     50         tag0 { TE0 } 
     51         tag4 { TE4 } 
     52         tag10 { TE10 } 
     53     }
     54 
     55     string_in_Root_te { TE }
     56 
     57     array_in_Root_te { TE0, TE1, TE2, TE3, TE4 }
     58 
     59     array_2d_in_Root_te
     60     {
     61         { TE00, TE01, TE02 }
     62         { TE10, TE11, TE12 }
     63         { TE20, TE21, TE22 }
     64         { TE30, TE31, TE32 }
     65     }
     66 
     67     tagged_array_in_Root_te
     68     {
     69         tag2 { TE2 } 
     70         tag1 { TE1 } 
     71         tag0 { TE0 } 
     72         tag3 { TE3 }
     73         tag4 { TE4 } 
     74         tag5 { TE5 } 
     75         tag6 { TE6 }
     76     }
     77 
     78     string_in_te_te_IN { TE }
     79 
     80     array_in_te_te_IN { TE0, TE1, TE2 }
     81 
     82     array_2d_in_te_te_IN
     83     {
     84         { TE00, TE01, TE02 }
     85         { TE10, TE11, TE12 }
     86         { TE20, TE21, TE22 }
     87     }
     88 
     89     tagged_array_in_te_te_IN
     90     {
     91         tag0 { TE0 } 
     92     }
     93 
     94     collations {
     95       standard { 
     96         Version { "1.0" }
     97         Override { "FALSE" }
     98         Sequence {"[reorder Grek] & A < a\u0308 , A\u0308 & C < c\u0327 , C\u0327 & G < g"
     99             "\u0306 , G\u0306 & H < \u0131 , I , i , \u0130 < \u0132 , \u0133 & O < o\u0308 "
    100             ", O\u0308 & S < s\u0327 , S\u0327 & U < u\u0308 , U\u0308" }
    101       }
    102     }
    103     aliasClient:alias {"/LOCALE/aliasDestination"}
    104     aliasDestination {"tedest"}
    105     rootAliasDestination {"correct"}
    106     a {
    107     a1{"a21"}
    108     a2{"a22"}
    109         a3{"a23"}
    110     a4{"a24"}
    111     }    
    112   zoneStrings{
    113         {
    114             "Pacific/Honolulu",
    115             "Hawaii Standard Time",
    116             "HST",
    117             "Hawaii Daylight Time",
    118             "HDT",
    119             "Honolulu",
    120             "Hawaii Time",
    121             "HT",
    122         }
    123         {
    124             "America/Anchorage",
    125             "Alaska Standard Time",
    126             "AKST",
    127             "Alaska Daylight Time",
    128             "AKDT",
    129             "Anchorage",
    130             "Alaska Time",
    131             "AKT",
    132         }
    133         {
    134             "America/Los_Angeles",
    135             "Pacific Standard Time",
    136             "PST",
    137             "Pacific Daylight Time",
    138             "PDT",
    139             "Los Angeles",
    140             "Pacific Time",
    141             "PT",
    142         }
    143         {
    144             "America/Phoenix",
    145             "Mountain Standard Time",
    146             "MST",
    147             "Mountain Daylight Time",
    148             "MDT",
    149             "Phoenix",
    150             "Mountain Time",
    151             "MT",
    152         }
    153         {
    154             "America/Denver",
    155             "Mountain Standard Time",
    156             "MST",
    157             "Mountain Daylight Time",
    158             "MDT",
    159             "Denver",
    160             "Mountain Time",
    161             "MT",
    162         }
    163     }
    164 
    165     tableT7996 {
    166         a7996:alias {"sh"}
    167         c7996 {"string c7996 in tableT7996 for te"}
    168     }
    169 }
    170 
    171 //eof
    172