]> git.saurik.com Git - apple/icu.git/blame - icuSources/test/testdata/root.txt
ICU-3.13.tar.gz
[apple/icu.git] / icuSources / test / testdata / root.txt
CommitLineData
b75a7d8f
A
1//*******************************************************************************
2//*
3//* Copyright (C) 1998-2000, International Business Machines
4//* Corporation and others. All Rights Reserved.
5//*
6//*******************************************************************************
7
8
9// This is a test default locale file
10
11root
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 }
57
58 string_in_Root_te { ROOT }
59
60 array_in_Root_te { ROOT0, ROOT1, ROOT2, ROOT3, ROOT4 }
61
62 array_2d_in_Root_te
63 {
64 { ROOT00, ROOT01, ROOT02 }
65 { ROOT10, ROOT11, ROOT12 }
66 { ROOT20, ROOT21, ROOT22 }
67 { ROOT30, ROOT31, ROOT32 }
68 }
69
70 tagged_array_in_Root_te
71 {
72 tag12 { ROOT12 }
73 tag1 { ROOT1 }
74 tag7 { ROOT7 }
75 tag3 { ROOT3 }
76 }
77
78 string_in_Root_te_IN { ROOT }
79
80 array_in_Root_te_IN { ROOT0, ROOT1, ROOT2 }
81
82 array_2d_in_Root_te_IN
83 {
84 { ROOT00, ROOT01, ROOT02, ROOT03 }
85 { ROOT10, ROOT11, ROOT12, ROOT13 }
86 { ROOT20, ROOT21, ROOT22, ROOT23 }
87 }
88
89 tagged_array_in_Root_te_IN
90 {
91 tag13 { ROOT13 }
92 tag8 { ROOT8 }
93 }
94}
95
96//eof