Michael Ow
9100ba632e
ICU-6905 Log errors as data errors where appropriate to ensure cintltst passes without data. Some areas don't propagate error code. Add new error log function to check for error code.
...
X-SVN-Rev: 26084
2009-06-09 21:28:13 +00:00
Claire Ho
47ab87a0c7
ICU-6799 Fixed warnings for collation.
...
X-SVN-Rev: 25874
2009-04-23 00:23:57 +00:00
Michael Ow
67f42c995f
ICU-3378 Fix some casting and pointer passing errors.
...
X-SVN-Rev: 25583
2009-03-13 21:07:49 +00:00
Michael Ow
a5894c4401
ICU-3378 Fix cintltst compilation errors.
...
X-SVN-Rev: 25532
2009-03-09 22:28:54 +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
Steven R. Loomis
2a70d1d602
ICU-6628 ignore @collation=default`
...
X-SVN-Rev: 24974
2008-11-17 21:46:15 +00:00
Steven R. Loomis
d52ac24d1e
ICU-6628 prevent crash in ucol_open
...
X-SVN-Rev: 24972
2008-11-17 20:27:25 +00:00
Michael Ow
f92998e519
ICU-6554 Remove previous free from timezone.cpp and use static array in TestOpenVsOpenRules() capitst.
...
X-SVN-Rev: 24693
2008-10-01 16:54:07 +00:00
Michael Ow
9d289d4570
ICU-6554 Implement proper freeing of allocated memory to avoid memory leak.
...
X-SVN-Rev: 24691
2008-10-01 14:14:13 +00:00
Steven R. Loomis
6bb97a85f6
ICU-6538 revert year #
...
X-SVN-Rev: 24662
2008-09-26 20:51:08 +00:00
Brian Rower
4319fbcbbb
ICU-6538 Moved all variable declarations to top of function.
...
X-SVN-Rev: 24603
2008-09-19 00:15:13 +00:00
Brian Rower
e87b382542
ICU-6538 Added TestOpenVsOpenRules to cintltst
...
X-SVN-Rev: 24601
2008-09-18 23:07:16 +00:00
Michael Ow
95ccfc636d
ICU-2929 Include the minor UCA version when ucol_getVersion is called.
...
X-SVN-Rev: 24469
2008-08-08 15:04:18 +00:00
Andy Heninger
71bf003171
ICU-5696 Unicode 5.1 Update
...
X-SVN-Rev: 23761
2008-04-04 22:47:43 +00:00
George Rhoten
b48351f219
ICU-6132 Fix previous change.
...
X-SVN-Rev: 23401
2008-02-08 16:20:34 +00:00
George Rhoten
87d1fafb55
ICU-6132 Recover from allocation errors more gracefully.
...
X-SVN-Rev: 23400
2008-02-08 09:50:36 +00:00
George Rhoten
82b85fb45c
ICU-6118 Remove the @internal functions ucol_collatorToIdentifier, ucol_openFromIdentifier, ucol_identifierToShortString and ucol_shortStringToIdentifier (not used by original customer and their data is out of date).
...
Remove some references to unused internal header references.
Make some functions library private.
X-SVN-Rev: 23177
2008-01-05 01:27:56 +00:00
George Rhoten
2659a41917
ICU-6076 Add -m test option for easier memory failure testing.
...
The number of allocations can now be determined so that people can be
notified of a memory leak sooner than later in a development cycle.
Only C based test frameworks are affected.
Some test fixes for when the memory is limited to 100K per allocation are also
added.
X-SVN-Rev: 23042
2007-12-07 10:49:34 +00:00
Steven R. Loomis
9c841b5251
ICU-5486 build in CLDRVersion to ICU data file (backwards compatible w/ pre 1.5 data), and clarify some tests that might break on new data. This checkin doesn't include any new data or dependencies on new data.
...
X-SVN-Rev: 22144
2007-07-25 18:46:17 +00:00
John Emmons
83c612fed0
ICU-5486 CLDR 1.5 pre-vetting merge for M2
...
X-SVN-Rev: 21815
2007-06-22 23:57:38 +00:00
George Rhoten
fc532c8ac1
ICU-5743 Stop crashing when the default collator keyword is unsupported. Also add some other code coverage tests.
...
X-SVN-Rev: 21728
2007-06-13 22:53:28 +00:00
George Rhoten
67423367d5
ICU-5566 Fix some test failures due to the CLDR update.
...
X-SVN-Rev: 21209
2007-03-09 07:14:25 +00:00
Ram Viswanadha
e93c7e08e7
ICU-5486 update data with 1.4.1
...
X-SVN-Rev: 20604
2006-10-27 17:55:54 +00:00
George Rhoten
87de76da1e
ICU-5426 Declare some data static const.
...
X-SVN-Rev: 20426
2006-09-28 08:41:37 +00:00
Steven R. Loomis
993fb18289
ICU-5270 dont crash on no-data situation
...
X-SVN-Rev: 19863
2006-07-20 18:08:00 +00:00
Vladimir Weinstein
0c0bad0938
ICU-5231 Update UCA 5.0 version and sortkey values
...
X-SVN-Rev: 19730
2006-06-16 05:47:24 +00:00
George Rhoten
1b31bc0493
ICU-5190 Added equality test for ucol_safeClone
...
X-SVN-Rev: 19685
2006-06-06 00:57:04 +00:00
George Rhoten
f4b0ed0368
ICU-5190 Fix a bug where the cloned collator uses UCA instead of customized rules.
...
X-SVN-Rev: 19682
2006-06-05 21:56:14 +00:00
George Rhoten
020abe6693
ICU-5190 Fix some offset allocation issues for unaligned buffers.
...
X-SVN-Rev: 19659
2006-05-26 04:00:52 +00:00
George Rhoten
319d2629b3
ICU-5190 Test and fix some allocation issues from ucol_safeClone
...
X-SVN-Rev: 19632
2006-05-21 21:09:01 +00:00
George Rhoten
d9fe86302a
ICU-5190 Perform better testing of ucol_safeClone.
...
X-SVN-Rev: 19630
2006-05-21 17:56:44 +00:00
George Rhoten
d56e7da793
ICU-4559 Fix a typo from previous checkin
...
X-SVN-Rev: 18247
2005-07-14 20:55:39 +00:00
George Rhoten
244ff80e7e
ICU-4559 Fix memory leaks and other memory problems
...
X-SVN-Rev: 18246
2005-07-14 20:12:29 +00:00
George Rhoten
b4bcdffb7f
ICU-4288 Fix some compiler warnings.
...
X-SVN-Rev: 18192
2005-07-11 20:34:32 +00:00
Vladimir Weinstein
7610b35047
ICU-4355 code revieiw changes
...
X-SVN-Rev: 18170
2005-07-07 22:48:45 +00:00
Vladimir Weinstein
4c163f6aa3
ICU-4355 Allow for collation binary images to work without UCA
...
X-SVN-Rev: 18149
2005-07-06 21:27:21 +00:00
George Rhoten
aa2ed6a3cd
ICU-4452 Fix indentation.
...
X-SVN-Rev: 18110
2005-07-01 05:32:06 +00:00
Ram Viswanadha
bf8b9dad77
ICU-4452 improve api coverage
...
X-SVN-Rev: 18103
2005-06-30 22:45:24 +00:00
George Rhoten
7d37a04755
ICU-4559 Fix a memory leak.
...
X-SVN-Rev: 18066
2005-06-27 16:21:32 +00:00
Vladimir Weinstein
1b99fba442
ICU-4350 Update collation builder and runtime version (changes due to UCA 4.1)
...
X-SVN-Rev: 18043
2005-06-24 23:09:31 +00:00
Vladimir Weinstein
cfec7b565f
ICU-4165 Test API for finding contractions and expansions - C version
...
X-SVN-Rev: 17962
2005-06-21 20:43:04 +00:00
Vladimir Weinstein
e8b9a1e903
ICU-4350 Update cintltst with UCA 4.1 changes
...
X-SVN-Rev: 17623
2005-05-19 06:45:10 +00:00
George Rhoten
7eec057106
ICU-4288 Fix some compiler warnings.
...
X-SVN-Rev: 17585
2005-05-11 21:06:51 +00:00
Andy Heninger
665e553354
ICU-4161 remove tabs from source code
...
X-SVN-Rev: 16829
2004-11-11 23:34:58 +00:00
Vladimir Weinstein
f36cbfc414
ICU-3938 valid sub locales - fix tests
...
X-SVN-Rev: 16787
2004-11-05 22:50:08 +00:00
George Rhoten
4cc513278c
ICU-3905 Fix some compiler warnings
...
X-SVN-Rev: 16767
2004-11-05 17:21:42 +00:00
George Rhoten
9fe39e1c8c
ICU-3805 Break putil.h/utypes.h header file dependancy loop
...
X-SVN-Rev: 16529
2004-10-18 02:43:33 +00:00
George Rhoten
94a92cdceb
ICU-3938 Add CLDR changes for English.
...
X-SVN-Rev: 16465
2004-10-13 00:44:55 +00:00
Ram Viswanadha
15bd863941
ICU-3925 various fixes
...
X-SVN-Rev: 16159
2004-08-13 20:34:31 +00:00
Vladimir Weinstein
0a61ee4332
ICU-3100 changes according to the code review
...
X-SVN-Rev: 15870
2004-06-14 21:00:06 +00:00