]> git.saurik.com Git - apple/icu.git/blob - icuSources/test/testdata/root.txt
ICU-8.11.2.tar.gz
[apple/icu.git] / icuSources / test / testdata / root.txt
1 //*******************************************************************************
2 //*
3 //* Copyright (C) 1998-2005, International Business Machines
4 //* Corporation and others. All Rights Reserved.
5 //*
6 //*******************************************************************************
7
8
9 // This is a test default locale file
10
11 root
12 {
13 Version { 44.0 }
14
15 ShortLanguage { xxx }
16
17 string_only_in_Root { ROOT }
18
19 array_only_in_Root { ROOT0, ROOT1, ROOT2, ROOT3 }
20
21 array_2d_only_in_Root
22 {
23 { ROOT00, ROOT01 }
24 { ROOT10, ROOT11 }
25 }
26
27 tagged_array_only_in_Root
28 {
29 tag2 { ROOT2 }
30 tag1 { ROOT1 }
31 tag3 { ROOT3 }
32 tag6 { ROOT6 }
33 tag12 { ROOT12 }
34 tag7 { ROOT7 }
35 tag14 { ROOT14 }
36 tag9 { ROOT9 }
37 }
38
39 string_in_Root_te_te_IN { ROOT }
40
41 array_in_Root_te_te_IN { ROOT0, ROOT1, ROOT2, ROOT3, ROOT4 }
42
43 array_2d_in_Root_te_te_IN
44 {
45 { ROOT00, ROOT01, ROOT02 }
46 { ROOT10, ROOT11, ROOT12 }
47 { ROOT20, ROOT21, ROOT22 }
48 { ROOT30, ROOT31, ROOT32 }
49 }
50
51 tagged_array_in_Root_te_te_IN
52 {
53 tag4 { ROOT4 }
54 tag9 { ROOT9 }
55 tag12 { ROOT12 }
56 tag1 { ROOT1 }
57 }
58
59 string_in_Root_te { ROOT }
60
61 array_in_Root_te { ROOT0, ROOT1, ROOT2, ROOT3, ROOT4 }
62
63 array_2d_in_Root_te
64 {
65 { ROOT00, ROOT01, ROOT02 }
66 { ROOT10, ROOT11, ROOT12 }
67 { ROOT20, ROOT21, ROOT22 }
68 { ROOT30, ROOT31, ROOT32 }
69 }
70
71 tagged_array_in_Root_te
72 {
73 tag12 { ROOT12 }
74 tag1 { ROOT1 }
75 tag7 { ROOT7 }
76 tag3 { ROOT3 }
77 }
78
79 string_in_Root_te_IN { ROOT }
80
81 array_in_Root_te_IN { ROOT0, ROOT1, ROOT2 }
82
83 array_2d_in_Root_te_IN
84 {
85 { ROOT00, ROOT01, ROOT02, ROOT03 }
86 { ROOT10, ROOT11, ROOT12, ROOT13 }
87 { ROOT20, ROOT21, ROOT22, ROOT23 }
88 }
89
90 tagged_array_in_Root_te_IN
91 {
92 tag13 { ROOT13 }
93 tag8 { ROOT8 }
94 }
95 rootAliasClient:alias {"/LOCALE/rootAliasDestination"}
96 rootAliasDestination {"wrong"}
97 nestedRootAliasClient:alias {"/LOCALE/rootAliasTable/destination"}
98 rootAliasTable {
99 destination { "correct" }
100 }
101 a {
102 a1{"ar1"}
103 a2{"ar2"}
104 a3{"ar3"}
105 a4{"ar4"}
106 }
107 }
108
109 //eof