]> granicus.if.org Git - icu/log
icu
10 years agoICU-11363 Updated SimpleDateFormat clone implementation to create a copy of an array...
Yoshito Umaoka [Thu, 13 Nov 2014 18:50:44 +0000 (18:50 +0000)]
ICU-11363 Updated SimpleDateFormat clone implementation to create a copy of an array used for numeric field formatting.

X-SVN-Rev: 36729

10 years agoICU-11369 Regex, fix incorrect optimization of patterns with a zero length quantifier {0}
Andy Heninger [Wed, 12 Nov 2014 23:42:14 +0000 (23:42 +0000)]
ICU-11369 Regex, fix incorrect optimization of patterns with a zero length quantifier {0}

X-SVN-Rev: 36727

10 years agoICU-11370 Regex, add missing range check of length of a look-behind expression.
Andy Heninger [Wed, 12 Nov 2014 23:10:21 +0000 (23:10 +0000)]
ICU-11370 Regex, add missing range check of length of a look-behind expression.

X-SVN-Rev: 36724

10 years agoICU-11315 tzdata2014j updates in ICU4J.
Yoshito Umaoka [Tue, 11 Nov 2014 19:08:49 +0000 (19:08 +0000)]
ICU-11315 tzdata2014j updates in ICU4J.

X-SVN-Rev: 36719

10 years agoICU-11315 tzdata2014j updates in ICU4C.
Yoshito Umaoka [Tue, 11 Nov 2014 19:08:28 +0000 (19:08 +0000)]
ICU-11315 tzdata2014j updates in ICU4C.

X-SVN-Rev: 36718

10 years agoICU-11315 tzdata2014i updates in ICU4C.
Yoshito Umaoka [Fri, 24 Oct 2014 05:17:44 +0000 (05:17 +0000)]
ICU-11315 tzdata2014i updates in ICU4C.

X-SVN-Rev: 36693

10 years agoICU-11315 tzdata2014i updates in ICU4J.
Yoshito Umaoka [Fri, 24 Oct 2014 05:17:30 +0000 (05:17 +0000)]
ICU-11315 tzdata2014i updates in ICU4J.

X-SVN-Rev: 36692

10 years agoICU-11343 Fixed a deadlock problem in the TimeZone static initializer code.
Yoshito Umaoka [Thu, 23 Oct 2014 07:28:44 +0000 (07:28 +0000)]
ICU-11343 Fixed a deadlock problem in the TimeZone static initializer code.

X-SVN-Rev: 36688

10 years agoICU-11342 cast CharBuffer to CharSequence before calling .subSequence()
Markus Scherer [Mon, 20 Oct 2014 21:08:42 +0000 (21:08 +0000)]
ICU-11342 cast CharBuffer to CharSequence before calling .subSequence()

X-SVN-Rev: 36682

10 years agoICU-11341 better ICUBinary.getByteBufferFromInputStream(): minimize number of memory...
Markus Scherer [Mon, 20 Oct 2014 20:45:22 +0000 (20:45 +0000)]
ICU-11341 better ICUBinary.getByteBufferFromInputStream(): minimize number of memory allocations, allocate available() bytes on good JDK, do not rely on available() for finding the end of the stream

X-SVN-Rev: 36681

10 years agoICU-11337 Updated zoneinfo resource header comment. Not updating existing zoneinfo64...
Yoshito Umaoka [Wed, 15 Oct 2014 20:41:44 +0000 (20:41 +0000)]
ICU-11337 Updated zoneinfo resource header comment. Not updating existing zoneinfo64.txt in trunk for now.

X-SVN-Rev: 36675

10 years agoICU-11302 Proper error handling with utext_clone in regular expression implementation.
Yoshito Umaoka [Mon, 13 Oct 2014 17:46:34 +0000 (17:46 +0000)]
ICU-11302 Proper error handling with utext_clone in regular expression implementation.

X-SVN-Rev: 36673

10 years agoICU-11325 fix operator==. Also, re-enable French.
Steven R. Loomis [Sat, 11 Oct 2014 00:22:06 +0000 (00:22 +0000)]
ICU-11325 fix operator==. Also, re-enable French.

X-SVN-Rev: 36672

10 years agoICU-11323 remove signal handler from gendict, also fix makedata.mak "clean" phase
Steven R. Loomis [Fri, 10 Oct 2014 23:44:31 +0000 (23:44 +0000)]
ICU-11323 remove signal handler from gendict, also fix makedata.mak "clean" phase

X-SVN-Rev: 36671

10 years agoICU-11245 Minor cleanup of RBBI Line Monkey test.
Andy Heninger [Fri, 10 Oct 2014 18:18:31 +0000 (18:18 +0000)]
ICU-11245 Minor cleanup of RBBI Line Monkey test.

X-SVN-Rev: 36670

10 years agoICU-11314 Updated the maven repository location to use https.
Yoshito Umaoka [Thu, 9 Oct 2014 23:24:58 +0000 (23:24 +0000)]
ICU-11314 Updated the maven repository location to use https.

X-SVN-Rev: 36668

10 years agoICU-11245 RBBI Line monkey test, add dictionary character exclusion, renable excluded...
Andy Heninger [Thu, 9 Oct 2014 23:19:21 +0000 (23:19 +0000)]
ICU-11245 RBBI Line monkey test, add dictionary character exclusion, renable excluded test.

X-SVN-Rev: 36666

10 years agoICU-11314 Updated ICU4J trunk version to 55m1.
Yoshito Umaoka [Thu, 9 Oct 2014 15:25:12 +0000 (15:25 +0000)]
ICU-11314 Updated ICU4J trunk version to 55m1.

X-SVN-Rev: 36656

10 years agoICU-11326 Updated build scripts to use bootclasspath option when compiling ICU4J...
Yoshito Umaoka [Thu, 9 Oct 2014 07:28:33 +0000 (07:28 +0000)]
ICU-11326 Updated build scripts to use bootclasspath option when compiling ICU4J library classes. Also updated build.xml to print out warning message when build environment is not properly configured for release.

X-SVN-Rev: 36655

10 years agoICU-11310 fix Easter holiday
Steven R. Loomis [Thu, 9 Oct 2014 05:19:18 +0000 (05:19 +0000)]
ICU-11310 fix Easter holiday

Easter had a simple logic error.
Also fix the test cases to hit the error.
Also fix the HolidayCalendarDemo to assert an issue if the error shows up
Also fix the copyright string to be dynamic.

X-SVN-Rev: 36654

10 years agoICU-11313 Update version number to 55.0.1
Michael Ow [Tue, 7 Oct 2014 17:02:19 +0000 (17:02 +0000)]
ICU-11313 Update version number to 55.0.1

X-SVN-Rev: 36648

10 years agoICU-11315 Windows zone 2014 update 7 (cldrbug:7959)
Yoshito Umaoka [Tue, 7 Oct 2014 14:03:52 +0000 (14:03 +0000)]
ICU-11315 Windows zone 2014 update 7 (cldrbug:7959)

X-SVN-Rev: 36646

10 years agoICU-11315 Windows zone 2014 update 7 (cldrbug:7959)
Yoshito Umaoka [Tue, 7 Oct 2014 13:41:48 +0000 (13:41 +0000)]
ICU-11315 Windows zone 2014 update 7 (cldrbug:7959)

X-SVN-Rev: 36645

10 years agoICU-10565 Fixed javadoc with warning.
Mark Davis [Fri, 3 Oct 2014 07:24:58 +0000 (07:24 +0000)]
ICU-10565 Fixed javadoc with warning.

X-SVN-Rev: 36631

10 years agoICU-11307 A minor fix in Calendar's class doc.
Yoshito Umaoka [Wed, 1 Oct 2014 18:51:22 +0000 (18:51 +0000)]
ICU-11307 A minor fix in Calendar's class doc.

X-SVN-Rev: 36619

10 years agoICU-11307 A minor document fix in Calendar's class doc.
Yoshito Umaoka [Wed, 1 Oct 2014 18:50:49 +0000 (18:50 +0000)]
ICU-11307 A minor document fix in Calendar's class doc.

X-SVN-Rev: 36618

10 years agoICU-11279 Updated ICU4J readme for 54.1.
Yoshito Umaoka [Fri, 26 Sep 2014 23:26:59 +0000 (23:26 +0000)]
ICU-11279 Updated ICU4J readme for 54.1.

X-SVN-Rev: 36599

10 years agoICU-10898 tzdata2014h updates in ICU4J
Yoshito Umaoka [Fri, 26 Sep 2014 20:09:51 +0000 (20:09 +0000)]
ICU-10898 tzdata2014h updates in ICU4J

X-SVN-Rev: 36593

10 years agoICU-10898 tzdata2014h updates in ICU4C
Yoshito Umaoka [Fri, 26 Sep 2014 20:09:39 +0000 (20:09 +0000)]
ICU-10898 tzdata2014h updates in ICU4C

X-SVN-Rev: 36592

10 years agoICU-11279 Copied the updated license.html from the C trunk.
Yoshito Umaoka [Thu, 25 Sep 2014 04:29:06 +0000 (04:29 +0000)]
ICU-11279 Copied the updated license.html from the C trunk.

X-SVN-Rev: 36580

10 years agoICU-11278 Update readme for GA
Peter Edberg [Wed, 24 Sep 2014 19:01:45 +0000 (19:01 +0000)]
ICU-11278 Update readme for GA

X-SVN-Rev: 36576

10 years agoICU-11055 Minor rewording that hopefully clarifies the usage of ucol_getFunctionalEqu...
Peter Edberg [Tue, 23 Sep 2014 22:11:37 +0000 (22:11 +0000)]
ICU-11055 Minor rewording that hopefully clarifies the usage of ucol_getFunctionalEquivalent

X-SVN-Rev: 36572

10 years agoICU-10817 For UNUM_SPELLOUT/ORDINAL, document that unum_setTextAttribute with UNUM_DE...
Peter Edberg [Tue, 23 Sep 2014 21:58:49 +0000 (21:58 +0000)]
ICU-10817 For UNUM_SPELLOUT/ORDINAL, document that unum_setTextAttribute with UNUM_DEFAULT_RULESET can specify ruleset

X-SVN-Rev: 36571

10 years agoICU-10814 Delete duplicated headerdoc comments in usearch.h
Peter Edberg [Tue, 23 Sep 2014 21:33:53 +0000 (21:33 +0000)]
ICU-10814 Delete duplicated headerdoc comments in usearch.h

X-SVN-Rev: 36568

10 years agoICU-10809 Fix typo
Peter Edberg [Tue, 23 Sep 2014 21:29:31 +0000 (21:29 +0000)]
ICU-10809 Fix typo

X-SVN-Rev: 36567

10 years agoICU-10809 Update SimpleDateFormat class doc examples for Sept and Tues, other table...
Peter Edberg [Tue, 23 Sep 2014 21:26:54 +0000 (21:26 +0000)]
ICU-10809 Update SimpleDateFormat class doc examples for Sept and Tues, other table updates and note (J)

X-SVN-Rev: 36566

10 years agoICU-10809 Update SimpleDateFormat class doc examples for Sept and Tues, other table...
Peter Edberg [Tue, 23 Sep 2014 21:26:25 +0000 (21:26 +0000)]
ICU-10809 Update SimpleDateFormat class doc examples for Sept and Tues, other table updates and note (C)

X-SVN-Rev: 36565

10 years agoICU-11298 fix crash happening when the first non-comment line in BidiTest.txt is...
Matitiahu Allouche [Tue, 23 Sep 2014 20:29:55 +0000 (20:29 +0000)]
ICU-11298 fix crash happening when the first non-comment line in BidiTest.txt is ill formed. Method printErrorLine seeks to print paraLevelName, which has not been initialized and is NULL.
The fix is to initialize paraLevelName to "N/A" at the beginning of method TestBidiTest().

X-SVN-Rev: 36564

10 years agoICU-11100 fix crash happening when there are many nested matching isolates occurring...
Matitiahu Allouche [Mon, 22 Sep 2014 20:13:08 +0000 (20:13 +0000)]
ICU-11100 fix crash happening when there are many nested matching isolates occurring in more than one paragraph.
Also change terminology from xxx_SIZE to xxx_COUNT to stay in tune with ICU4C.

X-SVN-Rev: 36560

10 years agoICU-11100 fix crash happening when there are many nested matching parentheses occurri...
Matitiahu Allouche [Sun, 21 Sep 2014 06:38:01 +0000 (06:38 +0000)]
ICU-11100 fix crash happening when there are many nested matching parentheses occurring in more than one paragraph.
Also change terminology from xxx_SIZE to xxx_COUNT to pursue change started in ticket #11054.

X-SVN-Rev: 36557

10 years agoICU-11262 Spoof check data refresh (ICU4J).
Andy Heninger [Wed, 17 Sep 2014 23:41:32 +0000 (23:41 +0000)]
ICU-11262 Spoof check data refresh (ICU4J).

X-SVN-Rev: 36554

10 years agoICU-11262 Spoof check data refresh.
Andy Heninger [Wed, 17 Sep 2014 23:27:40 +0000 (23:27 +0000)]
ICU-11262 Spoof check data refresh.

X-SVN-Rev: 36553

10 years agoICU-11277 Fix memory leak in numberformat test
Michael Ow [Wed, 17 Sep 2014 20:31:45 +0000 (20:31 +0000)]
ICU-11277 Fix memory leak in numberformat test

X-SVN-Rev: 36547

10 years agoICU-10992 urename.h update
Steven R. Loomis [Wed, 17 Sep 2014 00:41:14 +0000 (00:41 +0000)]
ICU-10992 urename.h update

X-SVN-Rev: 36544

10 years agoICU-10992 fix memory leak
Steven R. Loomis [Tue, 16 Sep 2014 23:46:35 +0000 (23:46 +0000)]
ICU-10992 fix memory leak

X-SVN-Rev: 36539

10 years agoICU-10992 BRS line 52, update C readme for RC
Peter Edberg [Tue, 16 Sep 2014 21:49:13 +0000 (21:49 +0000)]
ICU-10992 BRS line 52, update C readme for RC

X-SVN-Rev: 36534

10 years agoICU-10993 Updated ICU4J readme
Yoshito Umaoka [Tue, 16 Sep 2014 20:38:03 +0000 (20:38 +0000)]
ICU-10993 Updated ICU4J readme

X-SVN-Rev: 36530

10 years agoICU-10993 Regenerated API signature files/change report to make sure the API status...
Yoshito Umaoka [Tue, 16 Sep 2014 19:22:20 +0000 (19:22 +0000)]
ICU-10993 Regenerated API signature files/change report to make sure the API status promotion fixes are properly reflected.

X-SVN-Rev: 36529

10 years agoICU-10992 Fix cleanup function registration
Michael Ow [Tue, 16 Sep 2014 19:04:05 +0000 (19:04 +0000)]
ICU-10992 Fix cleanup function registration

X-SVN-Rev: 36528

10 years agoICU-10993 Fixed a build script problem in transliterator component module.
Yoshito Umaoka [Tue, 16 Sep 2014 17:40:55 +0000 (17:40 +0000)]
ICU-10993 Fixed a build script problem in transliterator component module.

X-SVN-Rev: 36527

10 years agoICU-11243 correct promotion releases
Scott Russell [Tue, 16 Sep 2014 15:14:05 +0000 (15:14 +0000)]
ICU-11243 correct promotion releases

X-SVN-Rev: 36526

10 years agoICU-10993 Added ICU4J 54 serializable test data.
Yoshito Umaoka [Tue, 16 Sep 2014 09:12:35 +0000 (09:12 +0000)]
ICU-10993 Added ICU4J 54 serializable test data.

X-SVN-Rev: 36525

10 years agoICU-10993 Added ICU4J 54 API signature file.
Yoshito Umaoka [Tue, 16 Sep 2014 08:43:29 +0000 (08:43 +0000)]
ICU-10993 Added ICU4J 54 API signature file.

X-SVN-Rev: 36524

10 years agoICU-10993 Synchronized ICU4J data with ICU4C trunk data (r36522).
Yoshito Umaoka [Tue, 16 Sep 2014 08:35:07 +0000 (08:35 +0000)]
ICU-10993 Synchronized ICU4J data with ICU4C trunk data (r36522).

X-SVN-Rev: 36523

10 years agoICU-10993 Regenerated APIChangeReport.html (only header/footer had changed)
Yoshito Umaoka [Tue, 16 Sep 2014 08:28:13 +0000 (08:28 +0000)]
ICU-10993 Regenerated APIChangeReport.html (only header/footer had changed)

X-SVN-Rev: 36522

10 years agoICU-10992 Updated APIChangeReportml.
Yoshito Umaoka [Tue, 16 Sep 2014 08:16:52 +0000 (08:16 +0000)]
ICU-10992 Updated APIChangeReportml.

X-SVN-Rev: 36521

10 years agoICU-10992 BRS line 20, Check/fix non-stable API macros (U_HIDE_DRAFT_API and others)
Peter Edberg [Tue, 16 Sep 2014 08:09:06 +0000 (08:09 +0000)]
ICU-10992 BRS line 20, Check/fix non-stable API macros (U_HIDE_DRAFT_API and others)

X-SVN-Rev: 36520

10 years agoICU-10999 mark formatMeasuresPer() as Technology preview
Markus Scherer [Tue, 16 Sep 2014 06:13:11 +0000 (06:13 +0000)]
ICU-10999 mark formatMeasuresPer() as Technology preview

X-SVN-Rev: 36519

10 years agoICU-10999 mark formatMeasuresPer() as Technology preview
Markus Scherer [Tue, 16 Sep 2014 06:11:35 +0000 (06:11 +0000)]
ICU-10999 mark formatMeasuresPer() as Technology preview

X-SVN-Rev: 36518

10 years agoICU-10999 avoid giving \uhhhh to the C++ compiler
Markus Scherer [Tue, 16 Sep 2014 06:07:06 +0000 (06:07 +0000)]
ICU-10999 avoid giving \uhhhh to the C++ compiler

X-SVN-Rev: 36517

10 years agoICU-10992 Ensure ICU4C 54 test suite passes without data
Michael Ow [Mon, 15 Sep 2014 21:51:57 +0000 (21:51 +0000)]
ICU-10992 Ensure ICU4C 54 test suite passes without data

X-SVN-Rev: 36516

10 years agoICU-11243 ICU4J 54 API status promotion
Scott Russell [Mon, 15 Sep 2014 21:48:00 +0000 (21:48 +0000)]
ICU-11243 ICU4J 54 API status promotion

X-SVN-Rev: 36515

10 years agoICU-10551 not U+%06X but U+%04X
Markus Scherer [Mon, 15 Sep 2014 20:28:44 +0000 (20:28 +0000)]
ICU-10551 not U+%06X but U+%04X

X-SVN-Rev: 36513

10 years agoICU-9131 fix a few more annotation & API docs issues
Markus Scherer [Mon, 15 Sep 2014 20:18:49 +0000 (20:18 +0000)]
ICU-9131 fix a few more annotation & API docs issues

X-SVN-Rev: 36512

10 years agoICU-10980 Update pre-VS2010 project files to VS2010
Michael Ow [Mon, 15 Sep 2014 19:09:21 +0000 (19:09 +0000)]
ICU-10980 Update pre-VS2010 project files to VS2010

X-SVN-Rev: 36511

10 years agoICU-10551 Fix error message print out of codepoints
Michael Ow [Mon, 15 Sep 2014 19:06:18 +0000 (19:06 +0000)]
ICU-10551 Fix error message print out of codepoints

X-SVN-Rev: 36510

10 years agoICU-10551 Fix the error message print out of code points
Michael Ow [Mon, 15 Sep 2014 19:05:34 +0000 (19:05 +0000)]
ICU-10551 Fix the error message print out of code points

X-SVN-Rev: 36509

10 years agoICU-10551 Fix default ignorable test result checking
Michael Ow [Mon, 15 Sep 2014 19:03:14 +0000 (19:03 +0000)]
ICU-10551 Fix default ignorable test result checking

X-SVN-Rev: 36508

10 years agoICU-10999 Mark Davis' review comments applied to C++
Travis Keep [Mon, 15 Sep 2014 18:59:23 +0000 (18:59 +0000)]
ICU-10999 Mark Davis' review comments applied to C++

X-SVN-Rev: 36507

10 years agoICU-10560 more doc links for day constants
Markus Scherer [Mon, 15 Sep 2014 18:19:21 +0000 (18:19 +0000)]
ICU-10560 more doc links for day constants

X-SVN-Rev: 36506

10 years agoICU-10993 Clean up import statements.
Yoshito Umaoka [Mon, 15 Sep 2014 17:32:08 +0000 (17:32 +0000)]
ICU-10993 Clean up import statements.

X-SVN-Rev: 36504

10 years agoICU-10993 enhance environment checking in eclipse plug-in script
Scott Russell [Mon, 15 Sep 2014 16:57:33 +0000 (16:57 +0000)]
ICU-10993 enhance environment checking in eclipse plug-in script

X-SVN-Rev: 36503

10 years agoICU-11257 Fix a ChineseCalendar constructor problem.
Yoshito Umaoka [Mon, 15 Sep 2014 04:06:31 +0000 (04:06 +0000)]
ICU-11257 Fix a ChineseCalendar constructor problem.

X-SVN-Rev: 36502

10 years agoICU-9131 Final batch of changes for review comments.
Mark Davis [Sun, 14 Sep 2014 10:06:23 +0000 (10:06 +0000)]
ICU-9131 Final batch of changes for review comments.

X-SVN-Rev: 36501

10 years agoICU-9131 First batch of fixes for review comments. More to come.
Mark Davis [Sat, 13 Sep 2014 12:08:00 +0000 (12:08 +0000)]
ICU-9131 First batch of fixes for review comments. More to come.

X-SVN-Rev: 36500

10 years agoICU-10560 Fixed link format
Mark Davis [Sat, 13 Sep 2014 09:13:33 +0000 (09:13 +0000)]
ICU-10560 Fixed link format

X-SVN-Rev: 36499

10 years agoICU-10600 update comments for review
Mark Davis [Sat, 13 Sep 2014 09:10:07 +0000 (09:10 +0000)]
ICU-10600 update comments for review

X-SVN-Rev: 36498

10 years agoICU-10560 Fixes to comments for review.
Mark Davis [Sat, 13 Sep 2014 09:01:05 +0000 (09:01 +0000)]
ICU-10560 Fixes to comments for review.

X-SVN-Rev: 36497

10 years agoICU-9795 Fixed to throw different exception, and added test.
Mark Davis [Sat, 13 Sep 2014 08:25:46 +0000 (08:25 +0000)]
ICU-9795 Fixed to throw different exception, and added test.

X-SVN-Rev: 36496

10 years agoICU-10981 merge from branch
Steven R. Loomis [Sat, 13 Sep 2014 05:19:28 +0000 (05:19 +0000)]
ICU-10981 merge from branch

X-SVN-Rev: 36495

10 years agoICU-10981 disable this test under more situations
Steven R. Loomis [Sat, 13 Sep 2014 04:22:36 +0000 (04:22 +0000)]
ICU-10981 disable this test under more situations

X-SVN-Rev: 36492

10 years agoICU-10981 round of uconfig.h fixes
Steven R. Loomis [Sat, 13 Sep 2014 00:53:06 +0000 (00:53 +0000)]
ICU-10981 round of uconfig.h fixes

X-SVN-Rev: 36491

10 years agoICU-10992 only warning with -w when a collator cannot be built from rules (eg with...
Markus Scherer [Fri, 12 Sep 2014 23:14:25 +0000 (23:14 +0000)]
ICU-10992 only warning with -w when a collator cannot be built from rules (eg with import)

X-SVN-Rev: 36490

10 years agoICU-10992 update pool bundles
Markus Scherer [Fri, 12 Sep 2014 20:02:45 +0000 (20:02 +0000)]
ICU-10992 update pool bundles

X-SVN-Rev: 36489

10 years agoICU-11250 Markus' review comments
Travis Keep [Fri, 12 Sep 2014 18:26:57 +0000 (18:26 +0000)]
ICU-11250 Markus' review comments

X-SVN-Rev: 36488

10 years agoICU-10999 Mark Davis' review comments.
Travis Keep [Fri, 12 Sep 2014 18:17:11 +0000 (18:17 +0000)]
ICU-10999 Mark Davis' review comments.

X-SVN-Rev: 36487

10 years agoICU-10993 Removed @stable from a non-public API.
Yoshito Umaoka [Fri, 12 Sep 2014 17:21:39 +0000 (17:21 +0000)]
ICU-10993 Removed @stable from a non-public API.

X-SVN-Rev: 36486

10 years agoICU-11258 adjust dependencies, pull charstr & unistr_core into the platform group...
Markus Scherer [Fri, 12 Sep 2014 00:11:47 +0000 (00:11 +0000)]
ICU-11258 adjust dependencies, pull charstr & unistr_core into the platform group, fix some code

X-SVN-Rev: 36485

10 years agoICU-11131 revert to r36481
Steven R. Loomis [Thu, 11 Sep 2014 22:55:13 +0000 (22:55 +0000)]
ICU-11131 revert to r36481

X-SVN-Rev: 36484

10 years agoICU-11131 re-checking in due to conflicts with r36481..
Steven R. Loomis [Thu, 11 Sep 2014 22:47:47 +0000 (22:47 +0000)]
ICU-11131 re-checking in due to conflicts with r36481..

X-SVN-Rev: 36483

10 years agoICU-10881 uloc.cpp warning still wasn't fixed. fixing here.
Steven R. Loomis [Thu, 11 Sep 2014 22:40:36 +0000 (22:40 +0000)]
ICU-10881 uloc.cpp warning still wasn't fixed. fixing here.

X-SVN-Rev: 36482

10 years agoICU-11131 Updates based on review feedback.
Yoshito Umaoka [Thu, 11 Sep 2014 22:36:46 +0000 (22:36 +0000)]
ICU-11131 Updates based on review feedback.

X-SVN-Rev: 36481

10 years agoICU-11251 Last minute CLDR data changes
John Emmons [Thu, 11 Sep 2014 22:25:26 +0000 (22:25 +0000)]
ICU-11251 Last minute CLDR data changes

X-SVN-Rev: 36476

10 years agoICU-11251 Last minute CLDR data changes
John Emmons [Thu, 11 Sep 2014 22:25:12 +0000 (22:25 +0000)]
ICU-11251 Last minute CLDR data changes

X-SVN-Rev: 36475

10 years agoICU-11032 call udata_getMemory() rather than reading internal structures
Markus Scherer [Thu, 11 Sep 2014 19:52:26 +0000 (19:52 +0000)]
ICU-11032 call udata_getMemory() rather than reading internal structures

X-SVN-Rev: 36473

10 years agoICU-10993 Fix @provisional tags.
Yoshito Umaoka [Thu, 11 Sep 2014 19:44:19 +0000 (19:44 +0000)]
ICU-10993 Fix @provisional tags.

X-SVN-Rev: 36472

10 years agoICU-11009 Apply andy's code review comments.
Travis Keep [Thu, 11 Sep 2014 19:36:36 +0000 (19:36 +0000)]
ICU-11009 Apply andy's code review comments.

X-SVN-Rev: 36471

10 years agoICU-11009 Remove unnecessary comment.
Travis Keep [Thu, 11 Sep 2014 19:34:20 +0000 (19:34 +0000)]
ICU-11009 Remove unnecessary comment.

X-SVN-Rev: 36470

10 years agoICU-11009 Address Andy's review comments.
Travis Keep [Thu, 11 Sep 2014 19:21:33 +0000 (19:21 +0000)]
ICU-11009 Address Andy's review comments.

X-SVN-Rev: 36469

10 years agoICU-11250 Add tests for QuantityFormatter add test for SimplePatternFormatter::getPat...
Travis Keep [Thu, 11 Sep 2014 19:09:54 +0000 (19:09 +0000)]
ICU-11250 Add tests for QuantityFormatter add test for SimplePatternFormatter::getPatternWithNoPlaceholders.

X-SVN-Rev: 36468