scuffed-code/icu4c/source/data/xml/experimental/haw_US.txt

40 lines
1.0 KiB
Plaintext
Raw Normal View History

2003-08-01 20:07:42 +00:00
// ***************************************************************************
// *
// * Copyright (C) 2003-2004, International Business Machines
2003-08-01 20:07:42 +00:00
// * Corporation and others. All Rights Reserved.
// *
// ***************************************************************************
// Hawaiian US locale
// Based on data from Keola Donaghy, University of Hawaii
// Submitted by Deborah Goldsmith, Apple Computer, Inc.
haw_US {
Version { "x0.2" }
2003-08-01 20:07:42 +00:00
DateTimePatterns {
"h:mm:ss a z",
"h:mm:ss a z",
"h:mm:ss a",
"h:mm a",
"EEEE, d MMMM yyyy",
"d MMMM yyyy",
2004-03-25 16:24:35 +00:00
"d MMM yyyy",
2003-08-01 20:07:42 +00:00
"d/M/yy",
"{1} {0}",
}
MeasurementSystem:int{ 1 } // US system
// the PaperSize units are in mm
// these values are not exact .. they are rounded off
PaperSize:intvector{
279, // height
216 // width
}
2003-08-01 20:07:42 +00:00
NumberPatterns {
"#,##0.###;-#,##0.###",
"\u00A4#,##0.00;(\u00A4#,##0.00)",
"#,##0%",
"#E0",
}
}
2004-03-25 16:24:35 +00:00