2004-08-20 23:12:31 +00:00
|
|
|
// ***************************************************************************
|
2001-02-14 01:00:30 +00:00
|
|
|
// *
|
2014-01-11 22:23:57 +00:00
|
|
|
// * Copyright (C) 2014 International Business Machines
|
2013-01-26 01:14:35 +00:00
|
|
|
// * Corporation and others. All Rights Reserved.
|
2012-08-01 20:40:39 +00:00
|
|
|
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
|
|
|
|
// * Source File: <path>/common/main/en_US_POSIX.xml
|
2001-02-14 01:00:30 +00:00
|
|
|
// *
|
2002-01-30 06:16:26 +00:00
|
|
|
// ***************************************************************************
|
2004-11-11 22:48:47 +00:00
|
|
|
/**
|
2013-07-08 06:51:38 +00:00
|
|
|
* ICU <specials> source: <path>/common/main/en_US_POSIX.xml
|
2004-11-11 22:48:47 +00:00
|
|
|
*/
|
2004-08-20 23:12:31 +00:00
|
|
|
en_US_POSIX{
|
|
|
|
NumberElements{
|
2010-06-04 18:29:02 +00:00
|
|
|
latn{
|
|
|
|
patterns{
|
|
|
|
currencyFormat{"¤ #0.00"}
|
|
|
|
decimalFormat{"#0.######"}
|
|
|
|
percentFormat{"#0%"}
|
|
|
|
scientificFormat{"0.000000E+000"}
|
|
|
|
}
|
|
|
|
symbols{
|
|
|
|
infinity{"INF"}
|
|
|
|
perMille{"0/00"}
|
|
|
|
}
|
|
|
|
}
|
2004-08-20 23:12:31 +00:00
|
|
|
}
|
2013-09-07 20:46:42 +00:00
|
|
|
Version{"2.0.92.87"}
|
2001-02-14 01:00:30 +00:00
|
|
|
}
|