]>
Commit | Line | Data |
---|---|---|
374ca955 A |
1 | // *************************************************************************** |
2 | // * | |
3 | // * Copyright (C) 2004 International Business Machines | |
4 | // * Corporation and others. All Rights Reserved. | |
5 | // * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java | |
6 | // * Source File: /Users/deglocal/Desktop/Totoro/icucvs/locale/common/main/haw_US.xml | |
7 | // * | |
8 | // *************************************************************************** | |
9 | haw_US{ | |
10 | MeasurementSystem:int{1} | |
11 | NumberPatterns{ | |
b75a7d8f | 12 | "#,##0.###;-#,##0.###", |
374ca955 | 13 | "¤#,##0.00;(¤#,##0.00)", |
b75a7d8f A |
14 | "#,##0%", |
15 | "#E0", | |
16 | } | |
374ca955 A |
17 | PaperSize:intvector{ |
18 | 279, | |
19 | 216, | |
20 | } | |
21 | /** | |
22 | * Draft | |
23 | */ | |
24 | Version{"x1.2"} | |
25 | calendar{ | |
26 | gregorian{ | |
27 | DateTimePatterns{ | |
28 | "h:mm:ss a z", | |
29 | "h:mm:ss a z", | |
30 | "h:mm:ss a", | |
31 | "h:mm a", | |
32 | "EEEE, d MMMM yyyy", | |
33 | "d MMMM yyyy", | |
34 | "d MMM yyyy", | |
35 | "d/M/yy", | |
36 | "{1} {0}", | |
37 | } | |
38 | } | |
39 | } | |
b75a7d8f | 40 | } |