Commit Graph

21360 Commits

Author SHA1 Message Date
Michael Ow
a5894c4401 ICU-3378 Fix cintltst compilation errors.
X-SVN-Rev: 25532
2009-03-09 22:28:54 +00:00
Michael Ow
f96da10edc ICU-3378 Fix compilation errors.
X-SVN-Rev: 25529
2009-03-09 21:56:08 +00:00
Michael Ow
aa05d999c7 ICU-3378 Port over getKeywordValuesForLocale API from ICU4J to ICU4C. Add test for this new API. Also add for, internal use, Linked List API for when creating UEnumeration.
X-SVN-Rev: 25527
2009-03-09 20:39:13 +00:00
Michael Ow
f2d5519047 ICU-6765 Add header for memcpy to resolve compilation error.
X-SVN-Rev: 25526
2009-03-09 20:32:09 +00:00
Andy Heninger
8ec2292d83 ICU-6776 fix compilation error with UnicodeString::toUTF8String()
X-SVN-Rev: 25524
2009-03-09 02:54:18 +00:00
Markus Scherer
14a99920b5 ICU-6765 add bytestream & stringpiece to Makefile
X-SVN-Rev: 25520
2009-03-06 20:16:18 +00:00
Markus Scherer
63ea2e06da ICU-6765 add API: StringPiece, ByteSink(s), UnicodeString::toUTF8() and fromUTF8()
X-SVN-Rev: 25519
2009-03-06 19:19:00 +00:00
John Emmons
025e6a09ae ICU-5439 Merge Vista OpenType logic into trunk
X-SVN-Rev: 25508
2009-03-02 23:35:48 +00:00
Waleed Oransa
528d09e009 ICU-6666 Merged ICU4J/branches/waleed branch for Arabic shaping changes r25468:25506 into the trunk.
X-SVN-Rev: 25507
2009-03-02 23:02:12 +00:00
Andy Heninger
2b08f8a46f ICU-6772 fix some compiler warnings
X-SVN-Rev: 25503
2009-03-02 20:53:54 +00:00
Waleed Oransa
00c800b8f4 ICU-6666 Merged ICU4C/branches/waleed branch changes r25467:25501 into the trunk."
X-SVN-Rev: 25502
2009-03-02 15:46:03 +00:00
Xiaomei Ji
6ed81b63d3 ICU-6433 improve currency parsing, fix parsing bug on non-empty suffix, fix plural format bug on non-empty negagtive numberpattern
X-SVN-Rev: 25497
2009-02-28 02:07:55 +00:00
Xiaomei Ji
35cc6003d1 ICU-6433 remove fake ISO code parsing in currency parsing
X-SVN-Rev: 25495
2009-02-27 23:25:55 +00:00
Michael Ow
109b0472a5 ICU-6412 When indenting use 4 spaces instead of regular tab.
X-SVN-Rev: 25494
2009-02-27 22:39:38 +00:00
Michael Ow
a1e8a4743d ICU-6688 _ALL_SOURCE needs to be defined when strict mode is turned on for certain files to compile.
X-SVN-Rev: 25490
2009-02-26 21:05:53 +00:00
Xiaomei Ji
1c89917c82 ICU-6433 fix bug in currency parsing for pattrns with non-empty negative suffix and bug in plural formatting for number patterns with both positive and negative patterns
X-SVN-Rev: 25489
2009-02-26 07:07:54 +00:00
Markus Scherer
5f031ce140 ICU-6765 StringTest more meaningful order of #includes and tests
X-SVN-Rev: 25482
2009-02-25 06:43:12 +00:00
Markus Scherer
8406b8e2bd ICU-6765 fix Windows compilation problem: ICU internal #define collisions with Windows STL headers
X-SVN-Rev: 25481
2009-02-25 01:22:27 +00:00
Markus Scherer
2b6da240a8 ICU-6765 copy std_string.h to the include folder
X-SVN-Rev: 25480
2009-02-25 00:22:43 +00:00
Markus Scherer
59d37b352b ICU-6765 add std_string.h with central #include <string> and std:: namespace definitions
X-SVN-Rev: 25479
2009-02-24 23:01:18 +00:00
Markus Scherer
1d91a19628 ICU-6765 autoconf support for whether the standard <string> header is available
X-SVN-Rev: 25476
2009-02-24 19:57:06 +00:00
Michael Ow
ecf40b48e6 ICU-6692 Print a more friendlier error message when schema operation fails due to unsupported feature in the jvm.
X-SVN-Rev: 25475
2009-02-24 19:43:45 +00:00
Claire Ho
7c98254385 ICU-6736 merge APIs for currencySpacing from branch to trunk.
X-SVN-Rev: 25472
2009-02-24 00:50:46 +00:00
John Emmons
2ddf4d919b ICU-6750 Allow aliases in numbering system descriptions
X-SVN-Rev: 25470
2009-02-23 22:42:08 +00:00
John Emmons
ec9921c61c ICU-6750 Allow aliases in numbering system descriptions
X-SVN-Rev: 25469
2009-02-23 22:41:41 +00:00
Michael Ow
27ce5a3df5 ICU-6583 Port over illegal sequence handling code from ticket #5691 to ICU4J. Fix minor bugs in various callback functions and error handling code in ICU4J. Reenable "full" data driven conversion test.
X-SVN-Rev: 25468
2009-02-23 21:38:21 +00:00
John Emmons
e729683a89 ICU-6492 Fix crash when creating a NS with a bogus override
X-SVN-Rev: 25461
2009-02-21 15:09:03 +00:00
John Emmons
0469ea3d30 ICU-6492 Updated data for numbering systems
X-SVN-Rev: 25460
2009-02-21 14:36:18 +00:00
Peter Edberg
a7e808a7e0 ICU-6747 for hashtables, change Hashtable with UnicodeString keys to UHashtable with UChar string keys, -85K
X-SVN-Rev: 25459
2009-02-21 06:40:31 +00:00
Peter Edberg
5927c7bedb ICU-6745 ceToJD needs to handle months out of range 0-12 (e.g. from add, set)
X-SVN-Rev: 25458
2009-02-21 03:59:16 +00:00
Claire Ho
5d17555c7e ICU-6735 merge new localeDisplayPattern APIs from branch to trunk.
X-SVN-Rev: 25457
2009-02-21 00:31:21 +00:00
Claire Ho
8e58cc71d4 ICU-6736 merge the currencySpacing API prototypes from branch to trunk.
X-SVN-Rev: 25456
2009-02-21 00:02:10 +00:00
Claire Ho
9bbd9ac2ed ICU-6735 merge the API from branch to trunk.
X-SVN-Rev: 25455
2009-02-20 23:26:32 +00:00
Markus Scherer
97ea1827e7 ICU-6678 add uset_openEmpty()
X-SVN-Rev: 25451
2009-02-19 23:36:58 +00:00
Markus Scherer
1bdabd9519 ICU-6677 use UnicodeString::fromUTF32() in CollData code, see initial ticket description
X-SVN-Rev: 25450
2009-02-19 23:06:03 +00:00
Markus Scherer
c45ac93e07 ICU-6677 notice in readme.html about new validation in u_strFromUTF32() and u_strToUTF32()
X-SVN-Rev: 25449
2009-02-19 22:50:02 +00:00
Markus Scherer
311b29556f ICU-6677 add UnicodeString fromUTF32() and toUTF32() methods
X-SVN-Rev: 25448
2009-02-19 22:35:06 +00:00
Markus Scherer
c4e1d3e0be ICU-6677 add u_strToUTF32WithSub() and u_strFromUTF32WithSub()
X-SVN-Rev: 25444
2009-02-19 20:02:40 +00:00
Markus Scherer
a679ccf60c ICU-6677 fix and extend u_strToUTF32() input string validation
X-SVN-Rev: 25443
2009-02-19 18:14:25 +00:00
Peter Edberg
64f350c92a ICU-6734 unum_parse does not report parse errors for rule-based number formatters
X-SVN-Rev: 25442
2009-02-19 08:41:08 +00:00
Markus Scherer
a856eb2eba ICU-6677 add and fix u_strFromUTF32() input string validation
X-SVN-Rev: 25441
2009-02-19 05:18:34 +00:00
Markus Scherer
90eee0718a ICU-6677 clean up existing test for UTF-32 string transformations
X-SVN-Rev: 25437
2009-02-18 23:15:23 +00:00
John Emmons
9f6245828b ICU-6492 Add override based constructors for SimpleDateFormat
X-SVN-Rev: 25435
2009-02-18 13:29:17 +00:00
Jason Spieth
9b6fa39608 ICU-6739 Removed MathContext instance creation
X-SVN-Rev: 25429
2009-02-17 17:24:25 +00:00
Yoshito Umaoka
f57cac5935 ICU-6434 The initial checkin for the BCP47 support and the LocaleBuilder framework.
X-SVN-Rev: 25425
2009-02-16 09:41:06 +00:00
Yoshito Umaoka
ab30190deb ICU-6492 Replaced TABs with SPs
X-SVN-Rev: 25423
2009-02-16 02:41:41 +00:00
Yoshito Umaoka
4ed8235a60 ICU-6492 Fixed some exclipse IDE warnings in the previous changes.
X-SVN-Rev: 25422
2009-02-16 02:39:36 +00:00
John Emmons
49c9aaf9a0 ICU-6492 Number Overrides implementation for J
X-SVN-Rev: 25421
2009-02-15 23:43:20 +00:00
Yoshito Umaoka
af47e92167 ICU-3378 Fixed Java 1.3/1.4 compatibility problem in the test code.
X-SVN-Rev: 25418
2009-02-14 08:18:07 +00:00
Yoshito Umaoka
52ba8e4efa ICU-6411 Replacing TABs with SPs.
X-SVN-Rev: 25415
2009-02-14 05:51:18 +00:00