Steven R. Loomis
6eef7bff7b
ICU-9596 cleanup U_NO_DEFAULT_INCLUDE_UTF_HEADERS - use utf_old.h in tests when needed
...
X-SVN-Rev: 32440
2012-09-27 18:52:04 +00:00
Dina Sayed
cc746cc8a6
ICU-8703 Unit test for Arabic shaping Shadda handling
...
X-SVN-Rev: 32431
2012-09-27 13:34:40 +00:00
Markus Scherer
ed360ffa61
ICU-9514 final UCA 6.2 UCARules.txt, adjust test code
...
X-SVN-Rev: 32416
2012-09-21 20:31:11 +00:00
Markus Scherer
44d515a063
ICU-9556 CollationKey with internal array; cleaner more understandable ByteSink code and usage in calcSortKey
...
X-SVN-Rev: 32408
2012-09-19 23:41:47 +00:00
Steven R. Loomis
d455b9984e
ICU-9569 add UDAT_PATTERN and update docs
...
X-SVN-Rev: 32406
2012-09-19 21:26:41 +00:00
Steven R. Loomis
9077d5dc25
ICU-9449 Merge in decimal format performance improvements from branch.
...
Improvements to 'howExpensiveIs' benchmark test.
Use internal digitlist in Formattable (save mallocs).
Enable fastpath by default.
Enable internal API "parse all input", returning an error if all input was not consumed.
X-SVN-Rev: 32397
2012-09-17 19:03:01 +00:00
Michael Ow
2c52355d1b
ICU-9581 Fix some memory leaks in the intltest test code
...
X-SVN-Rev: 32393
2012-09-17 17:53:25 +00:00
Yoshito Umaoka
35f8e12864
ICU-9572 A couple of more exclusion code points in bmMonkeyTest in addition to r32203.
...
X-SVN-Rev: 32378
2012-09-13 17:47:18 +00:00
Umesh Nair
fbbb603da6
ICU-9568 Adding test case with a pattern with out-of-order placeholders.
...
X-SVN-Rev: 32376
2012-09-12 00:14:25 +00:00
Yoshito Umaoka
f6b1112128
ICU-9381 Shorten time zone generic location name per cldrbug:4897. Imported the CLDR trunk data including fixes necessary for this.
...
X-SVN-Rev: 32368
2012-09-11 15:28:29 +00:00
Steven R. Loomis
1361355eb5
ICU-9551 fix uconfig failures that were in m2, disable CJKBreak without normalization. Merges from r32354 and r32355 by dsengup.
...
X-SVN-Rev: 32367
2012-09-11 04:02:08 +00:00
Steven R. Loomis
9fcdf69b9f
ICU-9535 merge from r32333
...
X-SVN-Rev: 32365
2012-09-11 00:22:56 +00:00
Markus Scherer
22cc0cd7cc
ICU-9353 fix dependencies, mostly dictionary code and listformatter
...
X-SVN-Rev: 32331
2012-09-04 20:38:14 +00:00
Steven R. Loomis
79a59bfdef
ICU-9525 fix casts as per http://www.stroustrup.com/bs_faq2.html#static-cast and also fix string quoting gcc47
...
X-SVN-Rev: 32307
2012-08-31 19:12:19 +00:00
Debabrata Sengupta
1138bbaf30
ICU-9412 fixed UTF-8 file properties
...
X-SVN-Rev: 32300
2012-08-30 16:33:12 +00:00
Markus Scherer
582b65abf1
ICU-9437 remove a now-unnecessary const_cast
...
X-SVN-Rev: 32290
2012-08-29 17:07:09 +00:00
Markus Scherer
5f781dc97e
ICU-9437 switch MultithreadTest/TestCollators to C++ Collator as well, in sync with UCAConformanceTest
...
X-SVN-Rev: 32289
2012-08-29 16:26:42 +00:00
Markus Scherer
6876123c0e
ICU-9437 update to Unicode 6.2; merge in branches/markus/uni62 r32274
...
X-SVN-Rev: 32282
2012-08-28 23:37:10 +00:00
John Emmons
276a244c9b
ICU-9251 First cut merge of CLDR 22 data
...
X-SVN-Rev: 32275
2012-08-28 21:56:06 +00:00
Umesh Nair
974ba63756
ICU-7168 Fixing Windows build.
...
X-SVN-Rev: 32271
2012-08-28 19:26:17 +00:00
Markus Scherer
31a4a9113d
ICU-7168 always initialize UErrorCode, and check in at least one place coming in from public API
...
X-SVN-Rev: 32268
2012-08-28 16:47:58 +00:00
Peter Edberg
1b1314e50f
ICU-9227 just add tests for fieldDifference fwd/backward on either side of era boundary and across era boundary
...
X-SVN-Rev: 32263
2012-08-28 05:58:40 +00:00
Peter Edberg
8db60a2d2b
ICU-9399 return correct parse index when an era is expected but something else is found
...
X-SVN-Rev: 32262
2012-08-28 03:40:07 +00:00
Peter Edberg
d7a3235efb
ICU-9392 japanese calendar minimum era should be 0
...
X-SVN-Rev: 32253
2012-08-27 23:21:33 +00:00
Umesh Nair
484c465ddf
ICU-7168 Implementation of ListFormatter, port from Java
...
X-SVN-Rev: 32247
2012-08-27 20:14:25 +00:00
Peter Edberg
00b9ba863a
ICU-9256 For he@calendar=hebrew, offset the years within the current millenium down to 1-999
...
X-SVN-Rev: 32236
2012-08-27 05:58:17 +00:00
Maxime Serrano
43a4d7c0d4
ICU-9353 remove last mentions of word_ja.txt
...
X-SVN-Rev: 32196
2012-08-17 21:58:20 +00:00
Maxime Serrano
c64c0299d7
ICU-9353 merge dbbi-tries work into the trunk
...
X-SVN-Rev: 32184
2012-08-16 23:01:49 +00:00
George Rhoten
e1b9092426
ICU-9469 Improve support for C++11
...
X-SVN-Rev: 32179
2012-08-15 17:46:17 +00:00
Yoshito Umaoka
bc8ee5cca6
ICU-9452 Fixed calendar add issue with the Samoa Dec 2011 24 hour transition.
...
X-SVN-Rev: 32141
2012-08-09 21:29:53 +00:00
Steven R. Loomis
b68d2f41fb
ICU-7197 add API for constructing UEnumerations.
...
X-SVN-Rev: 32137
2012-08-09 00:04:51 +00:00
Markus Scherer
9107a7bb38
ICU-9460 also remove TestCollator::safeClone()
...
X-SVN-Rev: 32135
2012-08-08 23:50:47 +00:00
Michael Ow
eb5efa3a02
ICU-9463 Skip test on Cygwin using GCC because of rounding issue
...
X-SVN-Rev: 32122
2012-08-08 17:57:17 +00:00
George Rhoten
865333dd77
ICU-9457 Fix some compiler warnings.
...
X-SVN-Rev: 32111
2012-08-05 16:33:16 +00:00
George Rhoten
3d3005cb8a
ICU-9457 Fix some compiler warnings.
...
X-SVN-Rev: 32101
2012-08-03 21:51:00 +00:00
Markus Scherer
da6c36d287
ICU-9346 C++ Collator API cleanup, fix safeClone() bug (setRuleStringFromCollator() on the result), fix polymorphic operator==(), move some method implementations into the base class
...
X-SVN-Rev: 32100
2012-08-03 21:49:28 +00:00
George Rhoten
2f3551a74d
ICU-9457 Fix some compiler warnings.
...
X-SVN-Rev: 32099
2012-08-03 21:16:37 +00:00
Jennifer Chye
f0b7707008
ICU-8471 Add compact decimal formats from CLDR.
...
X-SVN-Rev: 32096
2012-08-03 21:05:03 +00:00
George Rhoten
dc75668c05
ICU-9457 Fix some compiler warnings
...
X-SVN-Rev: 32095
2012-08-03 19:09:42 +00:00
Jennifer Chye
bec84a2a15
ICU-9288 Merge new converter changes into trunk with regenerated data.
...
X-SVN-Rev: 32080
2012-08-01 20:40:39 +00:00
Steven R. Loomis
cff6206277
ICU-9544 update javadocs around ctst_malloc
...
X-SVN-Rev: 32055
2012-07-24 17:33:19 +00:00
Debabrata Sengupta
f81fa56468
ICU-8971 fixed parsing inconsistency and corrected few test cases
...
X-SVN-Rev: 32031
2012-07-09 18:25:45 +00:00
Steven R. Loomis
b15c2bbf3b
ICU-9416 fix number formatting for max int digits in fastpath
...
X-SVN-Rev: 32026
2012-07-06 22:47:27 +00:00
Jungshik Shin
4934b397a8
ICU-8343 fix build errors in Visual Studio when exception is disabled
...
X-SVN-Rev: 32010
2012-06-28 23:28:00 +00:00
Michael Ow
d62e581e2c
ICU-9397 Update some tests in intltest and cintltst to pass without data in 50.0.1
...
X-SVN-Rev: 31982
2012-06-22 16:48:30 +00:00
Peter Edberg
c63be1f302
ICU-9226 Calendar add +year should always move forward in time; roll year should wrap for eras with real bounds, pin otherwise
...
X-SVN-Rev: 31966
2012-06-19 05:42:52 +00:00
Yoshito Umaoka
fefba73e1d
ICU-9258 Updated format/DecimalFormatTest/DataDrivenTests to format StringPiece in addition to DigitList. Fixed an error status problem (not returning U_FORMAT_INEXACT_ERROR) found by the StringPiece test.
...
X-SVN-Rev: 31961
2012-06-18 14:14:22 +00:00
Peter Edberg
53941f359b
ICU-9235 getToUnicodeValue() should write extension seq length as count of UTF16 (not UTF32) units
...
X-SVN-Rev: 31954
2012-06-14 22:19:36 +00:00
Xiaomei Ji
a9ea9b2a82
ICU-9042 in time unit format, ignore those plural counts that are not defined in the locale's plural rules
...
X-SVN-Rev: 31924
2012-06-08 19:02:03 +00:00
Yoshito Umaoka
b841ed0c39
ICU-9349 Applying the same change done for ICU4J time zone test cases. Change some test cases to report error while development.
...
X-SVN-Rev: 31920
2012-06-07 20:40:07 +00:00