Commit Graph

3562 Commits

Author SHA1 Message Date
Yoshito Umaoka
df41de6e90 ICU-6880 Fixed localized GMT format parse problem caused by the offset hour format without delimitter characters.
X-SVN-Rev: 25929
2009-04-28 06:20:32 +00:00
Andy Heninger
25be8362b9 ICU-4790 more spoof detection
X-SVN-Rev: 25921
2009-04-27 06:53:38 +00:00
Andy Heninger
b215e528d6 ICU-6394 charset detection returns duplicate charsets
X-SVN-Rev: 25909
2009-04-24 22:24:27 +00:00
Andy Heninger
838c606509 ICU-4790 Spoof detection code cleanup
X-SVN-Rev: 25886
2009-04-23 06:23:11 +00:00
Peter Edberg
042d2995fe ICU-6800 Fix addCLDRData to handle literals/quotes when checking short time pattern for HhKk
X-SVN-Rev: 25884
2009-04-23 05:58:36 +00:00
Peter Edberg
18edc8740f ICU-6799 Remove internal static ValueComparator(), also defined - and only used - in currpinf.cpp
X-SVN-Rev: 25881
2009-04-23 04:50:26 +00:00
Andy Heninger
b08b9e8625 ICU-4790 spoof cleanups
X-SVN-Rev: 25876
2009-04-23 01:30:02 +00:00
Claire Ho
9efbecd983 ICU-6799 Fixed warnings for collation.
X-SVN-Rev: 25871
2009-04-22 23:10:07 +00:00
Claire Ho
8e87a3957e ICU-6736 Support new CLDR data - CurrencySpacing.
X-SVN-Rev: 25868
2009-04-22 22:07:52 +00:00
Steven R. Loomis
5efc717c00 ICU-6799 warning reduction
X-SVN-Rev: 25867
2009-04-22 22:02:47 +00:00
Claire Ho
f5125c7d38 ICU-5884 Update DateTimePatternGenerator for new CLDR letters: q and V.
X-SVN-Rev: 25862
2009-04-22 16:28:25 +00:00
Andy Heninger
68ebb55db4 ICU-4790 tweaks to areConfusable function
X-SVN-Rev: 25860
2009-04-22 02:07:40 +00:00
Andy Heninger
f90914e296 ICU-4790 documentation edits for spoof dettection
X-SVN-Rev: 25859
2009-04-21 23:48:40 +00:00
Andy Heninger
9c6ebc9b91 ICU-4790 more spoof detection testing, plus a couple of bug fixes.
X-SVN-Rev: 25851
2009-04-21 04:43:19 +00:00
Yoshito Umaoka
527a5e0e62 ICU-6491 Added a note mentioning that ucal_getCanonicalTimeZoneID() might be used for validating time zone ID before calling ucal_open(). Also made cosmetic updates in TimeZone API docs.
X-SVN-Rev: 25847
2009-04-20 21:07:01 +00:00
Michael Ow
27f15be753 ICU-6554 Cleanup cached currency information when currency_cleanup is called.
X-SVN-Rev: 25844
2009-04-20 19:17:35 +00:00
John Emmons
97d663d268 ICU-6785 Fix comments for numbering systems
X-SVN-Rev: 25843
2009-04-20 17:10:07 +00:00
Peter Edberg
8e60e71d66 ICU-6855 Better future-proof error checking; make toPattern more parallel to format
X-SVN-Rev: 25836
2009-04-19 18:33:04 +00:00
Michael Ow
e769235e0b ICU-6554 Remove pointer if not needed before returning.
X-SVN-Rev: 25832
2009-04-18 20:25:28 +00:00
Peter Edberg
991253ead3 ICU-6855 Add internal RelativeDateFormat toPattern/applyPattern functions
X-SVN-Rev: 25831
2009-04-18 08:15:46 +00:00
Peter Edberg
bf6746fb3b ICU-6855 Add internal RelativeDateFormat toPattern/applyPattern functions
X-SVN-Rev: 25830
2009-04-18 08:11:19 +00:00
Michael Ow
f9549f9f94 ICU-6554 Delete symbolsToAdopt if it is no longer needed.
X-SVN-Rev: 25828
2009-04-18 06:41:21 +00:00
Xiaomei Ji
9e2a008374 ICU-6799 fix C++ compilation error due to hash value comparator in decimfmt.h and dtitvinf.h. remove static qualifier. since they are marked as internal, they wont be exposed
X-SVN-Rev: 25812
2009-04-17 18:52:52 +00:00
Xiaomei Ji
96fbfddfee ICU-6445 change the resource name of abbreviated duration format after CLDR1.7
X-SVN-Rev: 25810
2009-04-17 18:25:16 +00:00
Andy Heninger
f940a828eb ICU-5260 'multiple passes' rules in C API of the transliteration functions
X-SVN-Rev: 25806
2009-04-17 01:02:11 +00:00
Markus Scherer
c29e95d549 ICU-6048 fix list of C++ header files for hdrtst, and export more public header files in Windows builds
X-SVN-Rev: 25805
2009-04-17 00:25:18 +00:00
Michael Ow
cac007a995 ICU-6416 Update to 4.2 (project files and mak file).
X-SVN-Rev: 25780
2009-04-15 19:08:25 +00:00
Michael Ow
c4d173f617 ICU-6825 Remove unneeded trailing parentheses.
X-SVN-Rev: 25778
2009-04-15 16:54:01 +00:00
Steven R. Loomis
9eb9dd4c83 ICU-6799 fix many warnings, improve tests
X-SVN-Rev: 25772
2009-04-15 01:57:02 +00:00
Michael Ow
97f2fecc68 ICU-6778 Update ICU4C IBM420 and IBM424 CharsetDetector with changes made to ICU4J.
X-SVN-Rev: 25763
2009-04-13 21:32:21 +00:00
John Emmons
1a390c1bfa ICU-6771 CLDR 1.7 Integration - release-1-7-d01
X-SVN-Rev: 25750
2009-04-10 07:47:09 +00:00
Yoshito Umaoka
c9396f762e ICU-6831 Fixed localized GMT parsing problem reproduced with the new CLDR 1.7 data.
X-SVN-Rev: 25743
2009-04-09 03:55:40 +00:00
Michael Ow
90318f8895 ICU-6554 Delete/close objects or pointers to avoid memory leaks.
X-SVN-Rev: 25725
2009-04-02 20:29:06 +00:00
Andy Heninger
59fe26088c ICU-4790 update to API documentation comments
X-SVN-Rev: 25724
2009-04-02 17:56:08 +00:00
Steven R. Loomis
99283aed44 ICU-6799 more warning fixes
X-SVN-Rev: 25722
2009-04-02 07:34:37 +00:00
Andy Heninger
3587c5f037 ICU-6799 Compiler warnings fix
X-SVN-Rev: 25720
2009-04-02 06:27:39 +00:00
Andy Heninger
8344b4d047 ICU-6799 fix compiler warnings.
X-SVN-Rev: 25719
2009-04-02 06:15:45 +00:00
Andy Heninger
34727b59c1 ICU-4790 remove 'position' parameter from areConfusable functions
X-SVN-Rev: 25718
2009-04-02 06:08:36 +00:00
Michael Ow
6e910600d8 ICU-4790 Use uprv_malloc instead of malloc.
X-SVN-Rev: 25715
2009-04-01 20:46:30 +00:00
Yoshito Umaoka
e88550b04d ICU-6820 Insert colon as hour/minute/second delimitter in custom time zone ID format.
X-SVN-Rev: 25710
2009-04-01 17:13:40 +00:00
Steven R. Loomis
ff3cb7a656 ICU-6799 reduce warnings (status: 718->459)
X-SVN-Rev: 25708
2009-04-01 05:57:09 +00:00
Steven R. Loomis
0d8cf9c5c5 ICU-4790 fix typo in U_EXPORT -> U_EXPORT2
X-SVN-Rev: 25707
2009-04-01 04:57:22 +00:00
Andy Heninger
89aa66303d ICU-4790 spoof detection work
X-SVN-Rev: 25701
2009-04-01 01:09:49 +00:00
Peter Edberg
7187ff5002 ICU-6645 Lock around changes to gUString data
X-SVN-Rev: 25700
2009-04-01 00:19:26 +00:00
Michael Ow
26f9de0065 ICU-6778 Port IBM420 and IBM424 CharsetDetector to ICU4C.
X-SVN-Rev: 25696
2009-03-31 15:39:00 +00:00
Andy Heninger
bb2f7cdcb2 ICU-4790 spoof detection, more testing, fix leak in tests
X-SVN-Rev: 25682
2009-03-30 23:05:55 +00:00
Yoshito Umaoka
fc67192e07 ICU-6814 Updated useDaylightTime to return TRUE when DST is used at the beginning of the current year. Updated TimeZoneTest to make some test cases to check the current tzdata version and current year.
X-SVN-Rev: 25681
2009-03-30 20:55:05 +00:00
Michael Ow
9e716413b2 ICU-3378 Use constants in uloc.h.
X-SVN-Rev: 25678
2009-03-30 18:51:03 +00:00
John Emmons
cc2bd1fb69 ICU-6817 Updated RBNF rules from CLDR
X-SVN-Rev: 25675
2009-03-30 15:00:49 +00:00
Andy Heninger
23e83afc25 ICU-4790 spoof work in progress
X-SVN-Rev: 25674
2009-03-30 05:08:00 +00:00