Andy Heninger
b5ec74bd3b
ICU-11665 Inconsistent word break of Japanese text.
...
X-SVN-Rev: 37448
2015-05-16 01:05:26 +00:00
Andy Heninger
7cb3f9c24c
ICU-10687 Break Engine Factory, simplify synchronization.
...
X-SVN-Rev: 37440
2015-05-14 21:54:53 +00:00
Andy Heninger
6772f79425
ICU-11670 Fix incorrect API doc for class TimeZone.
...
X-SVN-Rev: 37439
2015-05-14 18:40:12 +00:00
Andy Heninger
38aa1901a6
ICU-11663 Remove obsolete file brkitr/line_ja.txt
...
X-SVN-Rev: 37438
2015-05-14 18:22:28 +00:00
Michael Ow
a6e72d95ee
ICU-11628 Update version number to 56.0.1 in icu data
...
X-SVN-Rev: 37431
2015-05-11 21:42:59 +00:00
Michael Ow
e2f00eff23
ICU-11578 Set the default value of U_USE_USRDATA to 0
...
X-SVN-Rev: 37420
2015-05-04 19:11:04 +00:00
Andy Heninger
4d4ee85673
ICU-11659 Remove remnants of ICU_USE_THREADS
...
X-SVN-Rev: 37415
2015-04-30 01:10:04 +00:00
Andy Heninger
da04970a07
ICU-11603 BreakTransliterator thread safety changes, use LocalPointer and Mutex classes.
...
X-SVN-Rev: 37414
2015-04-29 23:18:32 +00:00
Yoshito Umaoka
e49f68ebab
ICU-11630 tzdata2015d to ICU4C
...
X-SVN-Rev: 37399
2015-04-24 23:45:28 +00:00
Andy Heninger
4651204fb5
ICU-11643 Several threading test cleanups.
...
X-SVN-Rev: 37395
2015-04-23 23:59:24 +00:00
Andy Heninger
673942389f
ICU-11654 Remove test/threadtest. Obsolete, abandoned code.
...
X-SVN-Rev: 37392
2015-04-23 21:39:31 +00:00
George Rhoten
e1c9c699b9
ICU-11564 Delete a stale cast and comment.
...
X-SVN-Rev: 37388
2015-04-23 17:14:52 +00:00
George Rhoten
e7b812f712
ICU-11564 Improve the thread safety of RBNF.
...
The recursion count is now a method argument instead of a data member.
Setting the DecimalFormatSymbols no longer reparses the rules, but it just sets a new version of DecimalFormatSymbols instead.
X-SVN-Rev: 37387
2015-04-23 16:13:46 +00:00
George Rhoten
5c4fe2e90a
ICU-4243 Fix RBNF ordinal parsing testing. This has worked for a while now.
...
X-SVN-Rev: 37386
2015-04-23 08:19:47 +00:00
George Rhoten
9fd5294a9b
ICU-10830 Fix build failure due to using trunk data from CLDR.
...
X-SVN-Rev: 37384
2015-04-23 07:55:14 +00:00
George Rhoten
a649861ff9
ICU-10830 RBNF locale aliases need fixing
...
X-SVN-Rev: 37382
2015-04-23 07:13:31 +00:00
Travis Keep
4a51a2f421
ICU-11652 Change default padding character from astricks 0x002A to space 0x0020
...
X-SVN-Rev: 37378
2015-04-22 21:54:15 +00:00
Andy Heninger
928da728d6
ICU-11633 remove U_ALIGN_CODE
...
X-SVN-Rev: 37369
2015-04-20 22:15:04 +00:00
Andy Heninger
6a4799e345
ICU-11608 remove lines with $ svn keywords
...
X-SVN-Rev: 37367
2015-04-20 20:43:56 +00:00
Andy Heninger
ae678d796b
ICU-11609 add svn:eol-style property to vcxproj files.
...
X-SVN-Rev: 37364
2015-04-17 21:25:48 +00:00
Steven R. Loomis
90b2bf6959
ICU-11642 add -q options to gencfu,gencnval,gendict,makeconv,genbrk
...
X-SVN-Rev: 37343
2015-04-16 15:22:30 +00:00
Andy Heninger
67535f4a55
ICU-11603 Transliterator thread safety fixes.
...
X-SVN-Rev: 37342
2015-04-15 22:43:15 +00:00
Markus Scherer
1d4b6a6ec7
ICU-11551 new UNISTR_OBJECT_SIZE=64 for 27 UChars stored internally on 64-bit machine
...
X-SVN-Rev: 37339
2015-04-15 18:49:55 +00:00
Yoshito Umaoka
06b454e611
ICU-11628 Updated ICU4C version to 56.0.1.
...
X-SVN-Rev: 37337
2015-04-15 16:41:07 +00:00
Michael Ow
2da5d16d40
ICU-11630 Update tzdata in ICU4C to 2015c
...
X-SVN-Rev: 37335
2015-04-14 21:24:11 +00:00
Andy Heninger
85f3da6213
ICU-11638 Improve RegexMatcher::group() API docs.
...
X-SVN-Rev: 37327
2015-04-13 21:59:04 +00:00
Andy Heninger
d3301f2a4e
ICU-11599 Adjust atomic ops code to be more compatible with thread sanitizer tools.
...
X-SVN-Rev: 37326
2015-04-09 23:16:55 +00:00
Michael Ow
c9a8c21d51
ICU-11595 Merge CLDR update to trunk
...
X-SVN-Rev: 37293
2015-03-27 17:25:30 +00:00
Yoshito Umaoka
8e8e3375f3
ICU-11315 tzdata2015b updates in ICU4C.
...
X-SVN-Rev: 37266
2015-03-24 22:33:38 +00:00
Michael Ow
e3edac231a
ICU-11433 Update copyright string
...
X-SVN-Rev: 37248
2015-03-18 16:57:46 +00:00
Michael Ow
8d7401bce4
ICU-11583 Fix string literal error
...
X-SVN-Rev: 37244
2015-03-18 02:45:56 +00:00
Travis Keep
210b877adc
ICU-11583 Port Mark's JAVA fixes to C++
...
X-SVN-Rev: 37243
2015-03-17 19:09:11 +00:00
John Emmons
304cd14361
ICU-11586 Fixes for en_CA date formats
...
X-SVN-Rev: 37235
2015-03-16 21:11:33 +00:00
Peter Edberg
7d74634fa5
ICU-11433 BRS, no U_HIDE conditionals around impl code or private fields; fix comment typos
...
X-SVN-Rev: 37234
2015-03-16 04:15:28 +00:00
Michael Ow
9401ac86a0
ICU-11433 Fix some no data test failures
...
X-SVN-Rev: 37219
2015-03-11 21:09:25 +00:00
Andy Heninger
f4740d75da
ICU-11579 Fix signed integer overflow in uresbund.cpp
...
X-SVN-Rev: 37217
2015-03-11 20:43:07 +00:00
Michael Ow
cdb730c5a9
ICU-11433 Add fix for header test
...
X-SVN-Rev: 37212
2015-03-11 17:57:36 +00:00
Michael Ow
ecb566b1af
ICU-11433 Fix line ending for 55
...
X-SVN-Rev: 37211
2015-03-11 17:39:06 +00:00
Fredrik Roubert
d39b7a8d68
ICU-11568 Add virtual destructor for class NGramParser.
...
BUG=
R=markus.icu@gmail.com
Review URL: https://codereview.appspot.com/214060043
X-SVN-Rev: 37209
2015-03-11 16:59:36 +00:00
Yoshito Umaoka
24dfc5a341
ICU-11315 Windows zone 2015 version 4 / Quintana Roo and Santiago / icu4c
...
X-SVN-Rev: 37203
2015-03-10 19:22:32 +00:00
Markus Scherer
4cc7a35359
ICU-11433 ICU4C 55 pool.res bundles with CLDR 27 data
...
X-SVN-Rev: 37199
2015-03-10 17:04:20 +00:00
Peter Edberg
0ef535414e
ICU-11433 ICU4C draft API promotion; update U_HIDE_xxx conditionals
...
X-SVN-Rev: 37197
2015-03-10 07:20:48 +00:00
Markus Scherer
e9b2b3cc3f
ICU-11433 add two new C wrapper files
...
X-SVN-Rev: 37196
2015-03-09 22:50:15 +00:00
Peter Edberg
6d54ab4174
ICU-11549 Review comments: Better param checks/docs; use UnicodeStrings[] stack array for small stringCount
...
X-SVN-Rev: 37192
2015-03-09 06:17:19 +00:00
John Emmons
5f4cd42195
ICU-11555 Build sw_CD locale, per Cldrbug:8079
...
X-SVN-Rev: 37189
2015-03-07 17:29:34 +00:00
John Emmons
26a401e17a
ICU-10750 Remove obsolete files from source/data/xml
...
X-SVN-Rev: 37187
2015-03-07 16:06:51 +00:00
John Emmons
aa90552552
ICU-11555 Integrate CLDR 27 data
...
X-SVN-Rev: 37183
2015-03-07 12:59:33 +00:00
Michael Ow
bb0fc88075
ICU-11433 Update configure script to 55.1
...
X-SVN-Rev: 37182
2015-03-07 06:20:23 +00:00
John Emmons
368eb4bb16
ICU-11555 Integrate CLDR 27 data
...
X-SVN-Rev: 37169
2015-03-06 22:58:33 +00:00
John Emmons
932b8d0ebb
ICU-11555 Integrate CLDR 27 data (partial)
...
X-SVN-Rev: 37168
2015-03-06 22:36:39 +00:00