]> granicus.if.org Git - icu/log
icu
8 years agoICU-12515 C filtered break
Steven R. Loomis [Tue, 13 Sep 2016 19:58:55 +0000 (19:58 +0000)]
ICU-12515 C filtered break

* sync rbbitst.txt with J
* fix an issue where isBoundary() didn't check the trie's presence

X-SVN-Rev: 39211

8 years agoICU-12422 Fixing affixes for CompactDecimalFormat for locales with different positive...
Shane Carr [Tue, 13 Sep 2016 19:01:56 +0000 (19:01 +0000)]
ICU-12422 Fixing affixes for CompactDecimalFormat for locales with different positive/negative formats

X-SVN-Rev: 39208

8 years agoICU-12700 Implement DisplayContext.Type.SUBSTITUTE_HANDLING on LocaleDisplayNames.
Felipe Balbontín [Tue, 13 Sep 2016 15:56:04 +0000 (15:56 +0000)]
ICU-12700 Implement DisplayContext.Type.SUBSTITUTE_HANDLING on LocaleDisplayNames.

X-SVN-Rev: 39206

8 years agoICU-10368 String digit/symbol support in DecimalFormatSymbols - merged from the work...
Yoshito Umaoka [Tue, 13 Sep 2016 08:41:57 +0000 (08:41 +0000)]
ICU-10368 String digit/symbol support in DecimalFormatSymbols - merged from the work branch.

X-SVN-Rev: 39202

8 years agoICU-12591 Removed the CalendarData class and refactored all the remaining functions...
Felipe Balbontín [Mon, 12 Sep 2016 21:01:16 +0000 (21:01 +0000)]
ICU-12591 Removed the CalendarData class and refactored all the remaining functions that used it (ICU4C).

X-SVN-Rev: 39190

8 years agoICU-7548 Problems opening rbbi data in stand-alone file.
Andy Heninger [Fri, 9 Sep 2016 23:14:12 +0000 (23:14 +0000)]
ICU-7548 Problems opening rbbi data in stand-alone file.

X-SVN-Rev: 39179

8 years agoICU-5456 modern Greek toUpperCase(), remove most diacritics
Markus Scherer [Fri, 9 Sep 2016 22:30:55 +0000 (22:30 +0000)]
ICU-5456 modern Greek toUpperCase(), remove most diacritics

X-SVN-Rev: 39178

8 years agoICU-12708 bye bye layout engine
Steven R. Loomis [Fri, 9 Sep 2016 21:28:18 +0000 (21:28 +0000)]
ICU-12708 bye bye layout engine

X-SVN-Rev: 39176

8 years agoICU-11679 fix line endings and props
Steven R. Loomis [Fri, 9 Sep 2016 17:42:05 +0000 (17:42 +0000)]
ICU-11679 fix line endings and props

X-SVN-Rev: 39172

8 years agoICU-11679 merge C BiDi Transform from branch
Steven R. Loomis [Fri, 9 Sep 2016 16:41:15 +0000 (16:41 +0000)]
ICU-11679 merge C BiDi Transform from branch

* fixed from branch: inadvertently removed Unicode attribution from Makefiles
* fixed from branch: Unicode attribution
* bonus: moved icuplug into the 'registration' filter on windows

X-SVN-Rev: 39170

8 years agoICU-12611 Fix some issues found through static analysis.
George Rhoten [Fri, 9 Sep 2016 14:58:06 +0000 (14:58 +0000)]
ICU-12611 Fix some issues found through static analysis.

X-SVN-Rev: 39168

8 years agoICU-12420 deprecate COUNT/LIMIT constants whose value may change
Markus Scherer [Fri, 9 Sep 2016 03:43:28 +0000 (03:43 +0000)]
ICU-12420 deprecate COUNT/LIMIT constants whose value may change

X-SVN-Rev: 39167

8 years agoICU-12420 deprecate COUNT/LIMIT constants whose value may change
Markus Scherer [Thu, 8 Sep 2016 22:45:51 +0000 (22:45 +0000)]
ICU-12420 deprecate COUNT/LIMIT constants whose value may change

X-SVN-Rev: 39164

8 years agoICU-12716 FindBugs fixes & comments for false-positive warnings
Craig Cornelius [Thu, 8 Sep 2016 20:47:47 +0000 (20:47 +0000)]
ICU-12716 FindBugs fixes & comments for false-positive warnings

X-SVN-Rev: 39163

8 years agoICU-12462 Slightly improve the power function performance.
George Rhoten [Thu, 8 Sep 2016 18:35:21 +0000 (18:35 +0000)]
ICU-12462 Slightly improve the power function performance.

X-SVN-Rev: 39161

8 years agoICU-12462 Fix for large magnitude numbers. Prevent rounding errors when converting...
George Rhoten [Thu, 8 Sep 2016 18:06:08 +0000 (18:06 +0000)]
ICU-12462 Fix for large magnitude numbers. Prevent rounding errors when converting between long and double.  Fallback to DecimalFormat behavior when outside of the positive 64 bit signed range instead of providing inaccurate results or exceptions.

X-SVN-Rev: 39159

8 years agoICU-12634 Remove type check left over from previous enumeration mechanism.
Felipe Balbontín [Thu, 8 Sep 2016 01:06:49 +0000 (01:06 +0000)]
ICU-12634 Remove type check left over from previous enumeration mechanism.

X-SVN-Rev: 39156

8 years agoICU-12634 Remove ResourceTableSink and ures_getAllTableItems().
Felipe Balbontín [Wed, 7 Sep 2016 19:22:41 +0000 (19:22 +0000)]
ICU-12634 Remove ResourceTableSink and ures_getAllTableItems().

X-SVN-Rev: 39155

8 years agoICU-12676 Add substitute handling enum values to ICU4C.
Felipe Balbontín [Wed, 7 Sep 2016 18:29:56 +0000 (18:29 +0000)]
ICU-12676 Add substitute handling enum values to ICU4C.

X-SVN-Rev: 39154

8 years agoICU-12676 Add substitute handling enum values to ICU4J.
Felipe Balbontín [Wed, 7 Sep 2016 18:18:18 +0000 (18:18 +0000)]
ICU-12676 Add substitute handling enum values to ICU4J.

X-SVN-Rev: 39152

8 years agoICU-12611 Fix some issues found through static analysis.
George Rhoten [Wed, 7 Sep 2016 17:58:15 +0000 (17:58 +0000)]
ICU-12611 Fix some issues found through static analysis.

X-SVN-Rev: 39151

8 years agoICU-11122 Remove global operator new & delete. They were non-standards conforming...
Andy Heninger [Wed, 7 Sep 2016 17:22:42 +0000 (17:22 +0000)]
ICU-11122 Remove global operator new & delete. They were non-standards conforming, and not easily fixed. Were for error check & debug purposes only.

X-SVN-Rev: 39150

8 years agoICU-10232 Updated preprocessro macro again - including xlocale.h except for windows...
Yoshito Umaoka [Wed, 7 Sep 2016 07:43:38 +0000 (07:43 +0000)]
ICU-10232 Updated preprocessro macro again - including xlocale.h except for windows, configure script to set -DU_HAVE_STRTOD_L=1 when strtod_l is available, etc.

X-SVN-Rev: 39144

8 years agoICU-12604 BreakIterator, clarify that setText() retains a reference to the supplied...
Andy Heninger [Wed, 7 Sep 2016 00:41:57 +0000 (00:41 +0000)]
ICU-12604 BreakIterator, clarify that setText() retains a reference to the supplied text.

X-SVN-Rev: 39143

8 years agoICU-12652 add 'using namespace icu' to fix build failure from use of MaybeStackArray<>
Andy Heninger [Tue, 6 Sep 2016 23:10:27 +0000 (23:10 +0000)]
ICU-12652 add 'using namespace icu' to fix build failure from use of MaybeStackArray<>

X-SVN-Rev: 39142

8 years agoICU-12502 remove obsolete comment re Script Extension is Provisional.
Andy Heninger [Tue, 6 Sep 2016 22:51:36 +0000 (22:51 +0000)]
ICU-12502 remove obsolete comment re Script Extension is Provisional.

X-SVN-Rev: 39141

8 years agoICU-12502 remove obsolete comment re Script Extension is Provisional.
Andy Heninger [Tue, 6 Sep 2016 22:42:24 +0000 (22:42 +0000)]
ICU-12502 remove obsolete comment re Script Extension is Provisional.

X-SVN-Rev: 39140

8 years agoICU-11984 use "en_US" for TestInt64Format
Steven R. Loomis [Sat, 3 Sep 2016 01:30:52 +0000 (01:30 +0000)]
ICU-11984 use "en_US" for TestInt64Format

this test should not be locale sensitive.

X-SVN-Rev: 39132

8 years agoICU-12428 fix breakage from r39130: filtered break default lookup problems
Steven R. Loomis [Sat, 3 Sep 2016 01:28:49 +0000 (01:28 +0000)]
ICU-12428 fix breakage from r39130: filtered break default lookup problems

Need to check U_USING_DEFAULT_WARNING at each level of res lookup.

X-SVN-Rev: 39131

8 years agoICU-12428 don t fallback to default for filtered break rules
Steven R. Loomis [Sat, 3 Sep 2016 00:39:01 +0000 (00:39 +0000)]
ICU-12428 don t fallback to default for filtered break rules

X-SVN-Rev: 39130

8 years agoICU-10232 Fixed Mac/BSD build issue.
Yoshito Umaoka [Fri, 2 Sep 2016 23:23:14 +0000 (23:23 +0000)]
ICU-10232 Fixed Mac/BSD build issue.

X-SVN-Rev: 39128

8 years agoICU-12652 tab -> space
Steven R. Loomis [Fri, 2 Sep 2016 21:01:19 +0000 (21:01 +0000)]
ICU-12652 tab -> space

X-SVN-Rev: 39126

8 years agoICU-12704 fix tabs in dtptngen.cpp
Steven R. Loomis [Fri, 2 Sep 2016 21:00:19 +0000 (21:00 +0000)]
ICU-12704 fix tabs in dtptngen.cpp

X-SVN-Rev: 39125

8 years agoICU-10232 DigitList to use strtod_l instead of strtod with cached host decimal point...
Yoshito Umaoka [Fri, 2 Sep 2016 20:58:05 +0000 (20:58 +0000)]
ICU-10232 DigitList to use strtod_l instead of strtod with cached host decimal point on platforms supporting strtod_l. For other platforms, detect host decimal point instead of using cached host decimal point char.

X-SVN-Rev: 39124

8 years agoICU-12652 better fix, see r39114
Steven R. Loomis [Wed, 31 Aug 2016 23:37:29 +0000 (23:37 +0000)]
ICU-12652 better fix, see r39114

X-SVN-Rev: 39115

8 years agoICU-12704 change dtptngen.cpp to use LocalMemory<int32_t> instead of LocalArray
Steven R. Loomis [Wed, 31 Aug 2016 23:36:19 +0000 (23:36 +0000)]
ICU-12704 change dtptngen.cpp to use LocalMemory<int32_t> instead of LocalArray

LocalArray cannot be used with primitive types.

X-SVN-Rev: 39114

8 years agoICU-12701 fix missing implicit casts
Steven R. Loomis [Wed, 31 Aug 2016 23:15:47 +0000 (23:15 +0000)]
ICU-12701 fix missing implicit casts

These are needed for IBM i.

X-SVN-Rev: 39113

8 years agoICU-12652 fix for null termination in uloc_acceptLanguageFromHTTP
Steven R. Loomis [Wed, 31 Aug 2016 14:53:53 +0000 (14:53 +0000)]
ICU-12652 fix for null termination in uloc_acceptLanguageFromHTTP

X-SVN-Rev: 39109

8 years agoICU-21666 Update coverage exclusion for RelativeDateTimeSink
Craig Cornelius [Wed, 31 Aug 2016 01:25:05 +0000 (01:25 +0000)]
ICU-21666 Update coverage exclusion for RelativeDateTimeSink

X-SVN-Rev: 39104

8 years agoICU-12666 Update C++ RelativeDateTimeFormatter to new data loading scheme
Craig Cornelius [Wed, 31 Aug 2016 00:46:16 +0000 (00:46 +0000)]
ICU-12666 Update C++ RelativeDateTimeFormatter to new data loading scheme

X-SVN-Rev: 39102

8 years agoICU-12664 ICU4J Break rules update for revised Emoji ZWJ sequences.
Andy Heninger [Tue, 30 Aug 2016 23:59:23 +0000 (23:59 +0000)]
ICU-12664 ICU4J Break rules update for revised Emoji ZWJ sequences.

X-SVN-Rev: 39101

8 years agoICU-12664 Break rules update for revised Emoji ZWJ sequences.
Andy Heninger [Tue, 30 Aug 2016 21:40:09 +0000 (21:40 +0000)]
ICU-12664 Break rules update for revised Emoji ZWJ sequences.

X-SVN-Rev: 39100

8 years agoICU-12634 remove UResource.TableSink and ICUResourceBundle.getAllTableItems()
Markus Scherer [Tue, 30 Aug 2016 20:58:54 +0000 (20:58 +0000)]
ICU-12634 remove UResource.TableSink and ICUResourceBundle.getAllTableItems()

X-SVN-Rev: 39097

8 years agoICU-12591 Remove CalendarData.java and all the remaining references to the CalendarDa...
Felipe Balbontín [Mon, 29 Aug 2016 20:53:20 +0000 (20:53 +0000)]
ICU-12591 Remove CalendarData.java and all the remaining references to the CalendarData class.

X-SVN-Rev: 39094

8 years agoICU-12617 Revise loading of calendar data to consider arraytype and missing default
Craig Cornelius [Mon, 29 Aug 2016 16:40:15 +0000 (16:40 +0000)]
ICU-12617 Revise loading of calendar data to consider arraytype and missing default

X-SVN-Rev: 39093

8 years agoICU-12666 Update to use new sink methods for data loading. Remove use of CalendarData...
Craig Cornelius [Mon, 29 Aug 2016 16:19:07 +0000 (16:19 +0000)]
ICU-12666 Update to use new sink methods for data loading. Remove use of CalendarData class

X-SVN-Rev: 39092

8 years agoICU-12087 - merge updates to use VS2015
Shawn Steele [Wed, 24 Aug 2016 20:52:23 +0000 (20:52 +0000)]
ICU-12087 - merge updates to use VS2015

X-SVN-Rev: 39085

8 years agoICU-12591 Remove CalendarData references from:
Felipe Balbontín [Tue, 23 Aug 2016 00:58:29 +0000 (00:58 +0000)]
ICU-12591 Remove CalendarData references from:
- DateIntervalFormat.java
- Calendar.java

X-SVN-Rev: 39081

8 years agoICU-12671 Just updated the test cases to match the ICU4C changes r39076. ICU4J ULocal...
Yoshito Umaoka [Fri, 19 Aug 2016 23:30:22 +0000 (23:30 +0000)]
ICU-12671 Just updated the test cases to match the ICU4C changes r39076. ICU4J ULocale#toLanguageTag did not have the issue reported by #12671.

X-SVN-Rev: 39077

8 years agoICU-12671 Fixed a problem in uloc_toLanguageTag. When LDML attribute is used withtout...
Yoshito Umaoka [Fri, 19 Aug 2016 23:29:17 +0000 (23:29 +0000)]
ICU-12671 Fixed a problem in uloc_toLanguageTag. When LDML attribute is used withtout LDML keywords, the function did not prodce -u- at the right place. This change fixed the LDML attribute handling. The test cases in the ticket were integrated to cintltst.

X-SVN-Rev: 39076

8 years agoICU-12617 Removed use of CalendarData class
Craig Cornelius [Fri, 19 Aug 2016 01:18:44 +0000 (01:18 +0000)]
ICU-12617 Removed use of CalendarData class

X-SVN-Rev: 39072

8 years agoICU-12669 draft Emoji 4.0 properties data
Markus Scherer [Thu, 18 Aug 2016 21:08:40 +0000 (21:08 +0000)]
ICU-12669 draft Emoji 4.0 properties data

X-SVN-Rev: 39068

8 years agoICU-12669 draft Emoji 4.0 properties data
Markus Scherer [Thu, 18 Aug 2016 21:08:23 +0000 (21:08 +0000)]
ICU-12669 draft Emoji 4.0 properties data

X-SVN-Rev: 39067

8 years agoICU-12140 Pass StringPiece by value, externally.
Fredrik Roubert [Wed, 17 Aug 2016 19:07:15 +0000 (19:07 +0000)]
ICU-12140 Pass StringPiece by value, externally.

R=markus.icu@gmail.com

Review URL: https://codereview.appspot.com/306850043 .

X-SVN-Rev: 39064

8 years agoICU-12617 Remove duplicate free. Memory check is clean
Craig Cornelius [Wed, 17 Aug 2016 17:43:05 +0000 (17:43 +0000)]
ICU-12617 Remove duplicate free. Memory check is clean

X-SVN-Rev: 39063

8 years agoICU-12617 Update data loading, and remove use of CalendarData
Craig Cornelius [Sat, 13 Aug 2016 00:30:06 +0000 (00:30 +0000)]
ICU-12617 Update data loading, and remove use of CalendarData

X-SVN-Rev: 39053

8 years agoICU-12419 Remove unused variable
Craig Cornelius [Fri, 12 Aug 2016 23:28:51 +0000 (23:28 +0000)]
ICU-12419 Remove unused variable

X-SVN-Rev: 39050

8 years agoICU-12570 remove undefined behaviors from cintltst. Mostly signed integer overflow.
Andy Heninger [Fri, 12 Aug 2016 00:27:46 +0000 (00:27 +0000)]
ICU-12570 remove undefined behaviors from cintltst. Mostly signed integer overflow.

X-SVN-Rev: 39042

8 years agoICU-11912 Adding more efficient implementation of getDisplayNames(), which was alread...
Shane Carr [Thu, 11 Aug 2016 23:29:51 +0000 (23:29 +0000)]
ICU-11912 Adding more efficient implementation of getDisplayNames(), which was already present in Java

X-SVN-Rev: 39041

8 years agoICU-12667 Add DateTimePatternGenerator.getAppendFormatNumber test for coverage
Peter Edberg [Thu, 11 Aug 2016 07:33:39 +0000 (07:33 +0000)]
ICU-12667 Add DateTimePatternGenerator.getAppendFormatNumber test for coverage

X-SVN-Rev: 39039

8 years agoICU-12665 Fixing out-of-scope temporary in ucurr.cpp
Shane Carr [Thu, 11 Aug 2016 01:19:30 +0000 (01:19 +0000)]
ICU-12665 Fixing out-of-scope temporary in ucurr.cpp

X-SVN-Rev: 39037

8 years agoICU-12667 Resture version of DateTimePatternGenerator.getAppendFormatNumber that...
Peter Edberg [Tue, 9 Aug 2016 22:41:36 +0000 (22:41 +0000)]
ICU-12667 Resture version of DateTimePatternGenerator.getAppendFormatNumber that takes String (used by CLDR)

X-SVN-Rev: 39029

8 years agoICU-12149 Add new copyright notice.
Craig Cornelius [Tue, 9 Aug 2016 22:03:14 +0000 (22:03 +0000)]
ICU-12149 Add new copyright notice.

X-SVN-Rev: 39028

8 years agoICU-12140 Pass StringPiece by value, internally.
Fredrik Roubert [Thu, 4 Aug 2016 17:40:53 +0000 (17:40 +0000)]
ICU-12140 Pass StringPiece by value, internally.

R=markus.icu@gmail.com

Review URL: https://codereview.appspot.com/305000043 .

X-SVN-Rev: 39024

8 years agoICU-12452 update LICENSE to not have BOM (copy from r39020)
Steven R. Loomis [Wed, 27 Jul 2016 23:35:04 +0000 (23:35 +0000)]
ICU-12452 update LICENSE to not have BOM (copy from r39020)

X-SVN-Rev: 39021

8 years agoICU-12452 update LICENSE to not have BOM
Steven R. Loomis [Wed, 27 Jul 2016 23:32:46 +0000 (23:32 +0000)]
ICU-12452 update LICENSE to not have BOM

X-SVN-Rev: 39020

8 years agoICU-12614 DateFormatSymbols resource bundle data loading update. Remove unused variables.
Felipe Balbontín [Mon, 25 Jul 2016 22:53:35 +0000 (22:53 +0000)]
ICU-12614 DateFormatSymbols resource bundle data loading update. Remove unused variables.

X-SVN-Rev: 39019

8 years agoICU-12061 FieldPosition::DONT_CARE API status and doc update. Fix incorrect usage...
Andy Heninger [Sat, 23 Jul 2016 04:42:29 +0000 (04:42 +0000)]
ICU-12061 FieldPosition::DONT_CARE API status and doc update. Fix incorrect usage of FieldPosition(0).

X-SVN-Rev: 39017

8 years agoICU-12648 Remove several compiler warnings in RBBI code.
Andy Heninger [Fri, 22 Jul 2016 21:50:34 +0000 (21:50 +0000)]
ICU-12648 Remove several compiler warnings in RBBI code.

X-SVN-Rev: 39015

8 years agoICU-12646 Fixing Coverity code health issues on recently submitted code for TimeZoneN...
Shane Carr [Thu, 21 Jul 2016 23:01:53 +0000 (23:01 +0000)]
ICU-12646 Fixing Coverity code health issues on recently submitted code for TimeZoneNamesImpl and CompactDecimalDataCache

X-SVN-Rev: 39014

8 years agoICU-11912 Adding test coverage for TimeZoneNames.getAvailableMetaZoneIDs()
Shane Carr [Thu, 21 Jul 2016 21:37:32 +0000 (21:37 +0000)]
ICU-11912 Adding test coverage for TimeZoneNames.getAvailableMetaZoneIDs()

X-SVN-Rev: 39012

8 years agoICU-12149 Submit reviewed fix to remove hack
Craig Cornelius [Wed, 20 Jul 2016 15:44:15 +0000 (15:44 +0000)]
ICU-12149 Submit reviewed fix to remove hack

X-SVN-Rev: 39001

8 years agoICU-12149 Check in fixes, reviewed.
Craig Cornelius [Wed, 20 Jul 2016 01:35:01 +0000 (01:35 +0000)]
ICU-12149 Check in fixes, reviewed.

X-SVN-Rev: 39000

8 years agoICU-12634 Remove ResourceArraySink and ResourceTableSink.enter(), leave() and getOrCr...
Felipe Balbontín [Tue, 19 Jul 2016 18:37:37 +0000 (18:37 +0000)]
ICU-12634 Remove ResourceArraySink and ResourceTableSink.enter(), leave() and getOrCreateArraySink().

X-SVN-Rev: 38983

8 years agoICU-12623 Update DateIntervalInfo in ICU4C to new version of ResourceSink.
Felipe Balbontín [Mon, 18 Jul 2016 22:16:40 +0000 (22:16 +0000)]
ICU-12623 Update DateIntervalInfo in ICU4C to new version of ResourceSink.

X-SVN-Rev: 38979

8 years agoICU-12047 Added a note in SimpleDateFormat::toLocalizedPattern() API doc in ICU4C.
Yoshito Umaoka [Mon, 18 Jul 2016 18:19:11 +0000 (18:19 +0000)]
ICU-12047 Added a note in SimpleDateFormat::toLocalizedPattern() API doc in ICU4C.

X-SVN-Rev: 38976

8 years agoICU-12047 Added a note in SimpleDateForamt#toLocalizedPattern() API doc.
Yoshito Umaoka [Mon, 18 Jul 2016 17:12:57 +0000 (17:12 +0000)]
ICU-12047 Added a note in SimpleDateForamt#toLocalizedPattern() API doc.

X-SVN-Rev: 38975

8 years agoICU-11934 Updated API information collection tool to generate same results with javad...
Yoshito Umaoka [Mon, 18 Jul 2016 16:41:47 +0000 (16:41 +0000)]
ICU-11934 Updated API information collection tool to generate same results with javadoc 8.

X-SVN-Rev: 38974

8 years agoICU-12614 DateFormatSymbols resource bundle data loading update. Fix memory leak...
Felipe Balbontín [Fri, 15 Jul 2016 23:17:01 +0000 (23:17 +0000)]
ICU-12614 DateFormatSymbols resource bundle data loading update. Fix memory leak in MessageFormat.

X-SVN-Rev: 38973

8 years agoICU-12614 DateFormatSymbols resource bundle data loading update. Fix memory leak.
Felipe Balbontín [Thu, 14 Jul 2016 21:21:01 +0000 (21:21 +0000)]
ICU-12614 DateFormatSymbols resource bundle data loading update. Fix memory leak.

X-SVN-Rev: 38971

8 years agoICU-12638 Set svn:ignore to lib/*.jar
Yoshito Umaoka [Thu, 14 Jul 2016 20:21:11 +0000 (20:21 +0000)]
ICU-12638 Set svn:ignore to lib/*.jar

X-SVN-Rev: 38970

8 years agoICU-11912 Removing unused method 'consumeNoFallback', which was detected in Java...
Shane Carr [Wed, 13 Jul 2016 20:21:07 +0000 (20:21 +0000)]
ICU-11912 Removing unused method 'consumeNoFallback', which was detected in Java unit test coverage.

X-SVN-Rev: 38969

8 years agoICU-11912 Updating coverage-exclusion.txt for TimeZoneNames
Shane Carr [Wed, 13 Jul 2016 20:20:20 +0000 (20:20 +0000)]
ICU-11912 Updating coverage-exclusion.txt for TimeZoneNames

X-SVN-Rev: 38968

8 years agoICU-12614 DateFormatSymbols resource bundle data loading updated to use the ResourceSink.
Felipe Balbontín [Wed, 13 Jul 2016 18:38:15 +0000 (18:38 +0000)]
ICU-12614 DateFormatSymbols resource bundle data loading updated to use the ResourceSink.

X-SVN-Rev: 38967

8 years agoICU-11912 Removing unused method in TimeZoneNamesImpl.
Shane Carr [Tue, 12 Jul 2016 22:37:06 +0000 (22:37 +0000)]
ICU-11912 Removing unused method in TimeZoneNamesImpl.

X-SVN-Rev: 38966

8 years agoICU-12614 Rollback of: DateFormatSymbols resource bundle data loading updated to...
Felipe Balbontín [Fri, 8 Jul 2016 23:31:15 +0000 (23:31 +0000)]
ICU-12614 Rollback of: DateFormatSymbols resource bundle data loading updated to use the ResourceSink.

X-SVN-Rev: 38963

8 years agoICU-12614 DateFormatSymbols resource bundle data loading updated to use the ResourceS...
Felipe Balbontín [Fri, 8 Jul 2016 22:19:26 +0000 (22:19 +0000)]
ICU-12614 DateFormatSymbols resource bundle data loading updated to use the ResourceSink: fixed broken build.

X-SVN-Rev: 38962

8 years agoICU-12614 DateFormatSymbols resource bundle data loading updated to use the ResourceSink.
Felipe Balbontín [Fri, 8 Jul 2016 21:17:15 +0000 (21:17 +0000)]
ICU-12614 DateFormatSymbols resource bundle data loading updated to use the ResourceSink.

X-SVN-Rev: 38961

8 years agoICU-11912 TimeZoneNames data sink implementation in C++.
Shane Carr [Fri, 8 Jul 2016 18:16:21 +0000 (18:16 +0000)]
ICU-11912 TimeZoneNames data sink implementation in C++.

X-SVN-Rev: 38960

8 years agoICU-11912 Updating Java TimeZoneNames data loading to new data sink API and preparing...
Shane Carr [Fri, 8 Jul 2016 18:15:36 +0000 (18:15 +0000)]
ICU-11912 Updating Java TimeZoneNames data loading to new data sink API and preparing for port to C++.

X-SVN-Rev: 38959

8 years agoICU-12621 VersionInfo.UNICODE_VERSION add comment pointing to UCharacter.getUnicodeVe...
Markus Scherer [Thu, 7 Jul 2016 16:00:53 +0000 (16:00 +0000)]
ICU-12621 VersionInfo.UNICODE_VERSION add comment pointing to UCharacter.getUnicodeVersion()

X-SVN-Rev: 38957

8 years agoICU-12611 Remove dead code.
George Rhoten [Thu, 7 Jul 2016 14:38:11 +0000 (14:38 +0000)]
ICU-12611 Remove dead code.

X-SVN-Rev: 38956

8 years agoICU-12611 Silence some issues found through static analysis.
George Rhoten [Thu, 7 Jul 2016 14:10:09 +0000 (14:10 +0000)]
ICU-12611 Silence some issues found through static analysis.

X-SVN-Rev: 38955

8 years agoICU-12611 Remove dead code.
George Rhoten [Thu, 7 Jul 2016 08:18:16 +0000 (08:18 +0000)]
ICU-12611 Remove dead code.

X-SVN-Rev: 38954

8 years agoICU-12611 Fix some issues found through static analysis.
George Rhoten [Thu, 7 Jul 2016 04:28:08 +0000 (04:28 +0000)]
ICU-12611 Fix some issues found through static analysis.

X-SVN-Rev: 38953

8 years agoICU-12634 remove UResource.TableSink.enter() & leave()
Markus Scherer [Wed, 6 Jul 2016 23:25:53 +0000 (23:25 +0000)]
ICU-12634 remove UResource.TableSink.enter() & leave()

X-SVN-Rev: 38952

8 years agoICU-12634 remove UResource.ArraySink
Markus Scherer [Wed, 6 Jul 2016 23:05:46 +0000 (23:05 +0000)]
ICU-12634 remove UResource.ArraySink

X-SVN-Rev: 38951

8 years agoICU-12634 remove TableSink.getOrCreateArraySink()
Markus Scherer [Wed, 6 Jul 2016 22:32:10 +0000 (22:32 +0000)]
ICU-12634 remove TableSink.getOrCreateArraySink()

X-SVN-Rev: 38950

8 years agoICU-12632 Add executable bit to executable files
Fredrik Roubert [Wed, 6 Jul 2016 18:52:59 +0000 (18:52 +0000)]
ICU-12632 Add executable bit to executable files

X-SVN-Rev: 38948

8 years agoICU-12631 Remove executable bit from data files
Fredrik Roubert [Wed, 6 Jul 2016 18:50:05 +0000 (18:50 +0000)]
ICU-12631 Remove executable bit from data files

X-SVN-Rev: 38947