Yoshito Umaoka
ffad003eff
ICU-6814 Temporarily disable test data for Australia/Perth in TestDisplanyNameMeta. The test failure started showing up on March 28 without no code changes
...
X-SVN-Rev: 25670
2009-03-29 04:34:57 +00:00
Andy Heninger
9f27994551
ICU-4790 spoof testing
...
X-SVN-Rev: 25669
2009-03-28 00:28:35 +00:00
Andy Heninger
c567c8c1b1
ICU-6813 parameter validation to uregex_appendReplacement()
...
X-SVN-Rev: 25660
2009-03-26 23:04:40 +00:00
Yoshito Umaoka
9d0666f840
ICU-6661 ucal_getKeywordValuesForLocale to use calendarPreference data from CLDR. Updated supplementalData.txt generated from the CLDR CVS head version of supplementalData.xml (1.205).
...
X-SVN-Rev: 25652
2009-03-25 17:59:48 +00:00
Yoshito Umaoka
be66679036
ICU-6315 Parsing generic GMT format with UT and standalone GMT/UT/UTC support for ICU4C.
...
X-SVN-Rev: 25650
2009-03-25 05:02:30 +00:00
Jason Spieth
ca4c5623ce
ICU-3785 Test case to expose the error.
...
X-SVN-Rev: 25646
2009-03-24 04:43:23 +00:00
Jason Spieth
fbc5170a41
ICU-6703 Fallback to default calendar when unknown specific calendar is requested.
...
X-SVN-Rev: 25637
2009-03-20 19:06:29 +00:00
Peter Edberg
edea4db881
ICU-6800 Support 'j' in requested skeletons, adjust availableFormats & tests accordingly
...
X-SVN-Rev: 25636
2009-03-20 00:08:24 +00:00
Michael Ow
d90d862818
ICU-6786 Add a new header file to handle platform specific issues with turning on _XOPEN_SOURCE_EXTENDED. Update various source files that depend on this.
...
X-SVN-Rev: 25613
2009-03-17 22:08:03 +00:00
Steven R. Loomis
ab1caa43fc
ICU-6798 version bump icu4c to milestone:4.1.4 and a minor test improvement
...
X-SVN-Rev: 25599
2009-03-17 01:06:38 +00:00
Markus Scherer
a4b736ae3a
ICU-6765 test StringPiece
...
X-SVN-Rev: 25598
2009-03-16 23:56:37 +00:00
Markus Scherer
555b233fa9
ICU-6729 test compare(UCharIterator)
...
X-SVN-Rev: 25597
2009-03-16 23:05:22 +00:00
Yoshito Umaoka
e8f967a5fc
ICU-6726 Fixed the date format test failures.
...
X-SVN-Rev: 25596
2009-03-16 22:25:05 +00:00
Jason Spieth
99ca0b9eac
ICU-6726 Changes to dateTimePatterns lengths and default glue pattern usage
...
X-SVN-Rev: 25592
2009-03-16 15:23:11 +00:00
Andy Heninger
7ba40f1363
ICU-6375 Add option for reducing spurious valgrind errors
...
X-SVN-Rev: 25586
2009-03-13 23:49:56 +00:00
Markus Scherer
ab81668cd3
ICU-6729 add Collator::compare(UCharIterator) and Collator::compareUTF8(StringPiece)
...
X-SVN-Rev: 25585
2009-03-13 23:38:43 +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
c2e19856a1
ICU-6786 Add #define statement to turn off c++ standard string class when _XOPEN_SOURCE_EXTENDED is turned on since this seems to be an issue on some platforms.
...
X-SVN-Rev: 25582
2009-03-13 19:38:52 +00:00
John Emmons
59e662ea7c
ICU-6770 CLDR 1.7 integration snapshot - phase 1
...
X-SVN-Rev: 25576
2009-03-13 03:21:29 +00:00
Markus Scherer
e74be582d0
ICU-6606 optimized away calls to u_getDefaultConverter() from UnicodeString code (constructors and extract()) if U_CHARSET_IS_UTF8
...
X-SVN-Rev: 25571
2009-03-12 21:24:54 +00:00
Michael Ow
0a55b20859
ICU-6554 Close collator and usearch object after use.
...
X-SVN-Rev: 25561
2009-03-12 17:56:18 +00:00
Andy Heninger
72cf0f3d06
ICU-6235 UnicodeSet to USet conversions
...
X-SVN-Rev: 25555
2009-03-12 00:38:53 +00:00
Markus Scherer
af61e26bf0
ICU-6483 remove useless origin parameter from handleFailure()
...
X-SVN-Rev: 25550
2009-03-11 17:57:24 +00:00
Markus Scherer
2c2bf3e72a
ICU-6483 add ErrorCode class, C++ convenience wrapper for UErrorCode
...
X-SVN-Rev: 25546
2009-03-11 05:27:11 +00:00
Markus Scherer
93e35cf3db
ICU-6606 add #define option for >>default charset is UTF-8<<
...
X-SVN-Rev: 25544
2009-03-11 03:16:35 +00:00
Xiaomei Ji
1f2dcc4fb2
ICU-6433 currency parsing, case sensitive against symbol and ISO, case insensitive against name; parse against plural pattern using names only
...
X-SVN-Rev: 25540
2009-03-10 20:53:27 +00:00
Andy Heninger
37c509a085
ICU-4790 revert an accidental change
...
X-SVN-Rev: 25535
2009-03-10 00:24:37 +00:00
Andy Heninger
9715eae02c
ICU-4790 spoof impl merged to trunk.
...
X-SVN-Rev: 25534
2009-03-09 23:40:15 +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
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
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
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
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
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
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
Markus Scherer
97ea1827e7
ICU-6678 add uset_openEmpty()
...
X-SVN-Rev: 25451
2009-02-19 23:36:58 +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
Steven R. Loomis
dd4971d760
ICU-6613 fix udat crashers. See also ICU-6737
...
X-SVN-Rev: 25405
2009-02-14 02:29:08 +00:00
Xiaomei Ji
45071a142b
ICU-6433 from branch to trunk for API slush
...
X-SVN-Rev: 25399
2009-02-12 22:55:29 +00:00
Steven R. Loomis
5b3ae62bfd
ICU-6727 fix failures in strict mode, add make check
...
X-SVN-Rev: 25393
2009-02-10 19:31:24 +00:00
John Emmons
fe57727649
ICU-6492 Merge Hebrew calendar changes to trunk
...
X-SVN-Rev: 25392
2009-02-09 18:11:52 +00:00
Michael Ow
f94144a976
ICU-3933 Remove unused files and code and update project files and makefiles to reflect this change. Update man page. Add files mode functionality to pkgdata. Clean up code.
...
X-SVN-Rev: 25383
2009-02-06 17:42:16 +00:00
Eric Mader
13a9d2c3ec
ICU-6717 return quaternary value as CE for strengths QUATERNARY, IDENTICAL. Re-enable TestSearchForNull.
...
X-SVN-Rev: 25368
2009-02-03 19:50:39 +00:00
Jason Spieth
d2624b1aef
ICU-6354 Fix C testcase so build passes
...
X-SVN-Rev: 25367
2009-02-03 18:43:45 +00:00
Jason Spieth
09818fdacb
ICU-6354 Simple C testcase
...
X-SVN-Rev: 25365
2009-02-03 15:54:55 +00:00
Yoshito Umaoka
eb175516be
ICU-6238 Support standard stringprep profiles in ICU4C. Merging changes from the work branch to the trunk.
...
X-SVN-Rev: 25357
2009-02-02 16:16:07 +00:00
Peter Edberg
ae418ed994
ICU-6702 Enable relative date formatters with non-relative timeStyles
...
X-SVN-Rev: 25351
2009-01-30 10:46:17 +00:00
Steven R. Loomis
f5a1df14ce
ICU-6571 move the API to ulocdata
...
X-SVN-Rev: 25347
2009-01-29 20:31:37 +00:00
Jason Spieth
0875075b89
ICU-6338 Handle integer suffix when parsing numeric date field - testcase
...
X-SVN-Rev: 25346
2009-01-29 18:35:02 +00:00
Peter Edberg
f12b1180ab
ICU-4121 254 digits max for CODAN collation element (additional digits are separate element)
...
X-SVN-Rev: 25336
2009-01-29 07:44:27 +00:00
Steven R. Loomis
2e10735e9c
ICU-6571 merge r25317 and r25318 - C side
...
X-SVN-Rev: 25327
2009-01-29 00:17:44 +00:00
John Emmons
9d022f0f62
ICU-6647 Testcase workaround until 6040 is fixed
...
X-SVN-Rev: 25325
2009-01-28 22:01:32 +00:00
Yoshito Umaoka
f682a39582
ICU-6420 Fixed calendar/date symbols mismatch problem for C.
...
X-SVN-Rev: 25309
2009-01-23 23:15:42 +00:00
Eric Mader
9b8a829f2a
ICU-6697 Updated samples, test/perf subtree project files. Fixed a bug in reader.c while I was in the neighborhood...
...
X-SVN-Rev: 25301
2009-01-23 03:48:42 +00:00
Michael Ow
d2531b1d50
ICU-6695 To speed up ucnvseltst in normal mode, decrease the curCase test value.
...
X-SVN-Rev: 25291
2009-01-22 21:18:50 +00:00
John Emmons
12a4ad5e0f
ICU-6694 Fix to numfmt testcase so it doesn't assume decimfmt on rbnfs
...
X-SVN-Rev: 25290
2009-01-22 20:56:32 +00:00
Michael Ow
798386a4ff
ICU-6695 Use realloc instead of malloc when increasing the size of the array and also update pointers to the new array. Increase the curCase value check to call code that were skipped during ucnvseltst.
...
X-SVN-Rev: 25289
2009-01-22 20:10:47 +00:00
John Emmons
6070262c2f
ICU-6694 Implementation of numbering systems and the @numbers keyword
...
X-SVN-Rev: 25285
2009-01-22 04:46:35 +00:00
Eric Mader
5f73103b5a
ICU-6659 Merge changes from branches/eric/boyer-moore
...
X-SVN-Rev: 25282
2009-01-22 00:24:48 +00:00
Peter Edberg
b0fa61d425
ICU-5702 Fix availableFormats fallback for aliased locales
...
X-SVN-Rev: 25258
2009-01-16 01:18:05 +00:00
Andy Heninger
73724078aa
ICU-6679 Visual Studio project files upgrade to version 2008
...
X-SVN-Rev: 25256
2009-01-15 01:50:06 +00:00
Yoshito Umaoka
1b5ba9ed42
ICU-6602 Construct a generic location string with a substring of its tzid for an unknown time zone except ones starting with Etc/. Updated test case to check such time zones also round trip with pattern VVVV.
...
X-SVN-Rev: 25240
2009-01-13 04:22:37 +00:00
Andy Heninger
04c57ff523
ICU-6656 URegex_replaceAll(), fix incorrect size return value when output buffer is too small
...
X-SVN-Rev: 25221
2009-01-08 06:55:22 +00:00
Yoshito Umaoka
2ca591675a
ICU-6670 Workaround for system time/tzdata sensitive test case - TestShortZoneIDs.
...
X-SVN-Rev: 25193
2009-01-06 07:02:12 +00:00
Yoshito Umaoka
a996a898e0
ICU-6669 Corrected the condition used for checking DST in time zone transition implementation in SimpleTimeZone in ICU4C. Also provided a test case.
...
X-SVN-Rev: 25186
2009-01-02 21:22:01 +00:00
Peter Edberg
cec9f47ade
ICU-5702 Fix fallback for availableFormats
...
X-SVN-Rev: 25166
2008-12-19 20:10:03 +00:00
John Emmons
7d370d115d
ICU-6654 Integrate RBNF rules from CLDR
...
X-SVN-Rev: 25090
2008-12-12 01:04:38 +00:00
Peter Edberg
c9079b0322
ICU-6614 Add UErrorCode* parameter for ucal_getType; improve UCalendarType comments.
...
X-SVN-Rev: 25037
2008-12-02 22:56:31 +00:00
Jason Spieth
eaab373af7
ICU-6592 Integrated patch
...
X-SVN-Rev: 25036
2008-12-02 19:45:13 +00:00
Michael Ow
aa19a5bae0
ICU-3933 Use icu-config when -O option is not given.
...
X-SVN-Rev: 25022
2008-12-01 21:57:14 +00:00
Michael Ow
112c1493df
ICU-3933 Fix installation of the data library.
...
X-SVN-Rev: 25020
2008-12-01 20:49:08 +00:00
Michael Ow
a54f83b603
ICU-6412 Add svn:ignore property to Makefile.
...
X-SVN-Rev: 25003
2008-11-24 20:10:12 +00:00
Michael Ow
09813cbf3d
ICU-3933 Merge pkgdata update from branch to trunk.
...
X-SVN-Rev: 25002
2008-11-24 20:04:52 +00:00
Michael Ow
cdefbe48c1
ICU-6637 Ignore stream test when iostream is disabled.
...
X-SVN-Rev: 24991
2008-11-21 20:47:36 +00:00
Peter Edberg
6c12fab16d
ICU-5702 Make DateTimePatternGenerator:initData get the availableFormats for the correct
...
calendar (not always gregorian), and add some necessary availableFormats entries.
X-SVN-Rev: 24978
2008-11-19 04:19:02 +00:00
Peter Edberg
1e521d134d
ICU-6626 Make DateTimePatternGenerator:initData use the skeletons specified for availableFormats,
...
eliminate CJK months hack, use skeletons to improve adjustFieldTypes behavior, add some necessary
availableFormats entries, and fix expected test results now that getBestPattern is more correct.
X-SVN-Rev: 24976
2008-11-18 18:27:40 +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
Steven R. Loomis
63849800d4
ICU-6617 some haiku support. update config.guess and cleanup other test code.
...
X-SVN-Rev: 24942
2008-11-08 02:04:15 +00:00
Peter Edberg
4510d290cd
ICU-6615 define UCAL_DEFAULT, make UCAL_GREGORIAN work correctly in ucal_open
...
X-SVN-Rev: 24935
2008-11-07 04:50:24 +00:00
Peter Edberg
d53d0406af
ICU-6614 Add ucal_getType()
...
X-SVN-Rev: 24931
2008-11-06 06:49:30 +00:00
Steven R. Loomis
46fb1b9b1f
ICU-6610 don't use macros as argument for U_STRING_INIT (fix and doc)
...
X-SVN-Rev: 24912
2008-10-31 01:17:27 +00:00
Michael Ow
d867f8f664
ICU-6589 If old iostream is being used, display message instead of log error for failed bit flag test result.
...
X-SVN-Rev: 24904
2008-10-28 14:59:04 +00:00
Yoshito Umaoka
3879197e6f
ICU-6415 ICU4C timezone 2008i
...
X-SVN-Rev: 24894
2008-10-27 19:28:41 +00:00
Peter Edberg
971dd97ca7
ICU-6585 Consolidate tests for pattern chars G,E,e,c
...
X-SVN-Rev: 24872
2008-10-24 05:13:21 +00:00
Markus Scherer
6b0e32fd7c
ICU-6453 fix/improve upvec_ serialization, require 32-bit-aligned serialization buffers, and clean up some code
...
X-SVN-Rev: 24870
2008-10-24 04:35:50 +00:00
Peter Edberg
7364736f03
ICU-6585 Formats with c,cc should use local day of week (and ee should have zero pad)
...
X-SVN-Rev: 24869
2008-10-24 03:36:26 +00:00
Markus Scherer
362d08e00b
ICU-6530 fix some gcc warnings
...
X-SVN-Rev: 24865
2008-10-22 22:28:06 +00:00
Markus Scherer
9be9a82b08
ICU-6530 add UTrie2 and improve upvec_ via svn merge -r 24551:24849 icu/branches/markus/utf8
...
X-SVN-Rev: 24862
2008-10-22 19:50:07 +00:00
Xiaomei Ji
6280be2fa5
ICU-6303 change FIXME to TODO
...
X-SVN-Rev: 24860
2008-10-22 06:06:56 +00:00
Michael Ow
622526558d
ICU-6589 Fix the TestStreamEOF error logging issue and use UChar* instead of *char for proper default codepage issues especially on EBCDIC platforms.
...
X-SVN-Rev: 24844
2008-10-17 19:57:37 +00:00
Markus Scherer
92488b771d
ICU-5691 fix comments/order in conversion.txt
...
X-SVN-Rev: 24825
2008-10-16 00:32:27 +00:00
Markus Scherer
add67e15d5
ICU-5691 fix 2022 & HZ to really include the offending trail byte exactly if it is not a starter
...
X-SVN-Rev: 24824
2008-10-16 00:24:42 +00:00
Peter Edberg
dea1e8f6fe
ICU-5726 Make parse work for eee-eeeee, EEEE, c-cc; add tests.
...
X-SVN-Rev: 24814
2008-10-15 08:08:04 +00:00
Markus Scherer
c801506d5d
ICU-5691 stop illegal HZ tilde sequences before the first byte that could start a new character
...
X-SVN-Rev: 24773
2008-10-10 16:30:28 +00:00
Markus Scherer
b6b3273af0
ICU-5691 stop illegal ISO-2022 escape/shift sequences before the first byte that could start a new character
...
X-SVN-Rev: 24769
2008-10-10 06:00:27 +00:00
Peter Edberg
a57e83d1fb
ICU-5726 Make format work for eee-eeeee (UDAT_DOW_LOCAL_FIELD); add & fix tests
...
X-SVN-Rev: 24752
2008-10-08 08:23:48 +00:00
Eric Mader
57e86d3127
ICU-6576 Check code points for UCOL_IDENTICAL. Recompute processed pattern CEs if strength changes from < quaternary to >= quaternary or visa versa.
...
X-SVN-Rev: 24749
2008-10-07 23:37:42 +00:00
Markus Scherer
acd74a93d1
ICU-5691 stop illegal sequences before the first byte that could start a new character; in MBCS, DBCS, ISO-2022, HZ; also make ISO-2022-KR strictly check for validity
...
X-SVN-Rev: 24733
2008-10-07 04:33:51 +00:00
Steven R. Loomis
7f89a4be9d
ICU-6557 fix c/c++ confusion
...
X-SVN-Rev: 24711
2008-10-03 08:08:33 +00:00
Peter Edberg
1e9adc5dc1
ICU-6072 Add DateFormatSymbols support for NarrowEras, use it to format & parse with GGGGG
...
X-SVN-Rev: 24709
2008-10-03 07:47:57 +00:00
Steven R. Loomis
3f1ae1d226
ICU-6557 revert to r24563
...
X-SVN-Rev: 24706
2008-10-02 22:44:37 +00:00
Steven R. Loomis
916be7fc7f
ICU-6557 fix for C linkage
...
X-SVN-Rev: 24703
2008-10-02 20:56:16 +00:00
Steven R. Loomis
09af16f87e
ICU-6557 fix more C/C++ function confusion
...
X-SVN-Rev: 24702
2008-10-02 20:20:10 +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
13b807cf6f
ICU-6412 Remove some unused variables.
...
X-SVN-Rev: 24692
2008-10-01 15:39:27 +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
Michael Ow
bb46b6ef35
ICU-6555 Add tmunit.h, tmutamt.h, and tmutfmt.h to hdrtest cxx files list.
...
X-SVN-Rev: 24672
2008-09-29 17:37:32 +00:00
Michael Ow
b88911b137
ICU-6412 Fix some copyright date.
...
X-SVN-Rev: 24665
2008-09-26 21:25:04 +00:00
Steven R. Loomis
1c2cc48c0d
ICU-4184 updated test to improve flexibility. This test does fail, so it was commented out until fixed. Added comments to the ticket.
...
X-SVN-Rev: 24664
2008-09-26 21:13:15 +00:00
Steven R. Loomis
6bb97a85f6
ICU-6538 revert year #
...
X-SVN-Rev: 24662
2008-09-26 20:51:08 +00:00
Peter Edberg
d08940016b
ICU-5858 Add constructors for RuleBasedBreakIterator and RBBIDataWrapper
...
that take RBBIDataHeader* but do not adopt it.
X-SVN-Rev: 24641
2008-09-25 05:48:27 +00:00
Yoshito Umaoka
d84bdb4e62
ICU-6311 Fix a compiler error on Cygwin/gcc in the previous change.
...
X-SVN-Rev: 24619
2008-09-22 22:43:55 +00:00
Yoshito Umaoka
5ac1902448
ICU-6522 Added -prop:key=val option in intltest. Updated timezone test to be synchronized with ICU4J version. Reduce testing time of the timezone test in non-exhaustive mode.
...
X-SVN-Rev: 24618
2008-09-22 22:02:44 +00:00
John Emmons
34345f0371
ICU-6512 Fix dependency information for coll/root.txt to ucadata - Move ucadata and invuca to coll
...
X-SVN-Rev: 24616
2008-09-22 17:16:32 +00:00
Xiaomei Ji
fe4e67b5a6
ICU-6311 full and abbreviated simple duration format support, release to trunk
...
X-SVN-Rev: 24609
2008-09-19 19:05:37 +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
eac717e1df
ICU-6207 Disable getting windows timezone information from static tables. Use resource bundles and TimeZone and Calendar API to get needed timezone information. Create a new file in i18n to allow access to TimeZone and Calendar API. Update subsequent files to use new wintzimpl.h API.
...
X-SVN-Rev: 24594
2008-09-18 21:13:52 +00:00
Yoshito Umaoka
b3744287df
ICU-4611 Fix Japanese calendar calculation problem. Changed internal APIs to get default month/date of a calendar without updating calendar fields.
...
X-SVN-Rev: 24574
2008-09-15 21:24:11 +00:00
Steven R. Loomis
b7c81e69de
ICU-6535 fix the fix
...
X-SVN-Rev: 24572
2008-09-15 20:55:02 +00:00
Steven R. Loomis
1ca0d2231f
ICU-6535 minor test improvements
...
X-SVN-Rev: 24569
2008-09-15 19:29:43 +00:00
Kedar Rajwade
a865e7b64b
ICU-6522 Reduced number of iteration in monkeyTest in non-exhaustive mode
...
X-SVN-Rev: 24563
2008-09-11 23:16:29 +00:00
Kedar Rajwade
e6bec98d5a
ICU-6522 Skipped testStress in non-exhaustive mode
...
X-SVN-Rev: 24548
2008-09-04 18:39:28 +00:00
Markus Scherer
8d40f30202
ICU-6521 add utrie_enum() test data, improve utrie_enum() performance for 16-bit tries
...
X-SVN-Rev: 24536
2008-09-01 11:45:56 +00:00
Brian Rower
3ff38d32ad
ICU-4184 adding UString init to null string search, made test active
...
X-SVN-Rev: 24521
2008-08-22 23:10:22 +00:00
Brian Rower
59face9f13
ICU-4184 Fixed C++ style comments
...
X-SVN-Rev: 24491
2008-08-12 23:55:55 +00:00
Michael Ow
f7b9f237fc
ICU-6307 Update performance test with Windows platform information.
...
X-SVN-Rev: 24489
2008-08-12 18:06:26 +00:00
Michael Ow
4e7f7ff702
ICU-6307 Edit cintltst.c, intltest.cpp, and iotest.cpp to load data correctly.
...
X-SVN-Rev: 24488
2008-08-12 16:34:55 +00:00
Michael Ow
1215abdc6d
ICU-6307 Merge update of Visual Studio project and solution files with addition of x64 platform build option. Update readme.html for Windows build change.
...
X-SVN-Rev: 24487
2008-08-12 04:41:41 +00:00
Brian Rower
181e789592
ICU-4184 Removed test case until functionality is repaired.
...
X-SVN-Rev: 24486
2008-08-11 18:26:36 +00:00
Brian Rower
8d4078172f
ICU-4184 Added test case searching for NULL character
...
X-SVN-Rev: 24473
2008-08-08 19:04:23 +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
Michael Ow
21ff136d04
ICU-6412 Add newline at the end of ucnvseltst.c and add missing header file in nucnvtst.c to eliminate warning messages.
...
X-SVN-Rev: 24468
2008-08-07 21:22:54 +00:00
Yoshito Umaoka
c3398882b4
ICU-6476 Fixed a bug in DateTimePatternGenerator and updated some test cases. The fix allow us to replace most of yyyy in the pattern resources with y.
...
X-SVN-Rev: 24465
2008-08-07 17:06:38 +00:00
Steven R. Loomis
574f3de194
ICU-6453 update sel test to load data from the correct spot.
...
X-SVN-Rev: 24462
2008-08-07 00:14:52 +00:00
Steven R. Loomis
26259c8299
ICU-6453 update sel test to not crash when it cant find data.
...
X-SVN-Rev: 24459
2008-08-06 23:34:40 +00:00
David Bertoni
cba0fb208e
ICU-6453 Updated Visual Studio project files. Fixed C++ comments in C source files. Fixed stack-overwrite bug.
...
X-SVN-Rev: 24455
2008-08-06 21:34:53 +00:00
Steven R. Loomis
1243b8763f
ICU-6484 move translit tests to cldr
...
X-SVN-Rev: 24446
2008-08-06 00:42:42 +00:00
Michael Ow
3d1a4a3fce
ICU-6307 Undo previous commit. Due to unexpected and unforeseen build failure.
...
X-SVN-Rev: 24444
2008-08-05 22:15:46 +00:00
Michael Ow
e20dbc5d8a
ICU-6307 Add platform x64 to Visual Studio solution. Build directory will now reflect this change with x86 for 32 bit and x64 for 64 bit. lib64 and bin64 have also been added for x64 platform.
...
X-SVN-Rev: 24443
2008-08-05 21:08:59 +00:00
Andy Heninger
ecdc0463b8
ICU-6453 Encoding Selection moved from development branch.
...
X-SVN-Rev: 24438
2008-08-04 21:56:02 +00:00