]>
Commit | Line | Data |
---|---|---|
73c04bcf A |
1 | // *************************************************************************** |
2 | // * | |
51004dcb A |
3 | // * Copyright (C) 2013 International Business Machines |
4 | // * Corporation and others. All Rights Reserved. | |
5 | // * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter | |
6 | // * Source File: <path>/common/main/en_BZ.xml | |
73c04bcf A |
7 | // * |
8 | // *************************************************************************** | |
46f4442e | 9 | en_BZ{ |
729e4ab9 A |
10 | NumberElements{ |
11 | latn{ | |
12 | patterns{ | |
13 | currencyFormat{"¤#,##0.00"} | |
14 | } | |
46f4442e A |
15 | } |
16 | } | |
729e4ab9 A |
17 | PaperSize:intvector{ |
18 | 279, | |
19 | 216, | |
73c04bcf | 20 | } |
51004dcb | 21 | Version{"2.0.82.45"} |
73c04bcf | 22 | calendar{ |
51004dcb A |
23 | generic{ |
24 | DateTimePatterns{ | |
25 | "h:mm:ss a zzzz", | |
26 | "h:mm:ss a z", | |
27 | "h:mm:ss a", | |
28 | "h:mm a", | |
29 | "EEEE, MMMM d, y G", | |
30 | "MMMM d, y G", | |
31 | "dd-MMM-y G", | |
32 | "M/d/y GGGGG", | |
33 | "{1}, {0}", | |
34 | "{1} 'at' {0}", | |
35 | "{1} 'at' {0}", | |
36 | "{1}, {0}", | |
37 | "{1}, {0}", | |
38 | } | |
39 | availableFormats{ | |
40 | MMMEd{"E dd MMM"} | |
41 | MMMd{"dd MMM"} | |
42 | yMMMEd{"E dd MMM y"} | |
43 | yMMMd{"dd MMM y"} | |
44 | } | |
45 | } | |
73c04bcf A |
46 | gregorian{ |
47 | DateTimePatterns{ | |
729e4ab9 | 48 | "h:mm:ss a zzzz", |
46f4442e | 49 | "h:mm:ss a z", |
73c04bcf A |
50 | "h:mm:ss a", |
51 | "h:mm a", | |
729e4ab9 A |
52 | "EEEE, MMMM d, y", |
53 | "MMMM d, y", | |
54 | "dd-MMM-y", | |
46f4442e | 55 | "M/d/yy", |
51004dcb A |
56 | "{1}, {0}", |
57 | "{1} 'at' {0}", | |
58 | "{1} 'at' {0}", | |
59 | "{1}, {0}", | |
60 | "{1}, {0}", | |
73c04bcf | 61 | } |
4388f060 A |
62 | availableFormats{ |
63 | MMMEd{"E dd MMM"} | |
64 | MMMd{"dd MMM"} | |
65 | yMMMEd{"E dd MMM y"} | |
66 | yMMMd{"dd MMM y"} | |
67 | } | |
73c04bcf A |
68 | } |
69 | } | |
70 | } |