Commit Graph

28628 Commits

Author SHA1 Message Date
Craig Cornelius
45b5a2ec8a ICU-12666 Update to use new sink methods for data loading. Remove use of CalendarData class
X-SVN-Rev: 39092
2016-08-29 16:19:07 +00:00
Shawn Steele
326552aa72 ICU-12087 - merge updates to use VS2015
X-SVN-Rev: 39085
2016-08-24 20:52:23 +00:00
Felipe Balbontín
a64c50c570 ICU-12591 Remove CalendarData references from:
- DateIntervalFormat.java
- Calendar.java

X-SVN-Rev: 39081
2016-08-23 00:58:29 +00:00
Yoshito Umaoka
a65cc82e83 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
2016-08-19 23:30:22 +00:00
Yoshito Umaoka
8a5b579dd2 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
2016-08-19 23:29:17 +00:00
Craig Cornelius
e864010e9a ICU-12617 Removed use of CalendarData class
X-SVN-Rev: 39072
2016-08-19 01:18:44 +00:00
Markus Scherer
f4828feb07 ICU-12669 draft Emoji 4.0 properties data
X-SVN-Rev: 39068
2016-08-18 21:08:40 +00:00
Markus Scherer
962c595814 ICU-12669 draft Emoji 4.0 properties data
X-SVN-Rev: 39067
2016-08-18 21:08:23 +00:00
Fredrik Roubert
3959b30d02 ICU-12140 Pass StringPiece by value, externally.
R=markus.icu@gmail.com

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

X-SVN-Rev: 39064
2016-08-17 19:07:15 +00:00
Craig Cornelius
d17f99dd61 ICU-12617 Remove duplicate free. Memory check is clean
X-SVN-Rev: 39063
2016-08-17 17:43:05 +00:00
Craig Cornelius
7c79fa85ac ICU-12617 Update data loading, and remove use of CalendarData
X-SVN-Rev: 39053
2016-08-13 00:30:06 +00:00
Craig Cornelius
f01381d093 ICU-12419 Remove unused variable
X-SVN-Rev: 39050
2016-08-12 23:28:51 +00:00
Andy Heninger
6083d859ba ICU-12570 remove undefined behaviors from cintltst. Mostly signed integer overflow.
X-SVN-Rev: 39042
2016-08-12 00:27:46 +00:00
Shane Carr
d88a4109a5 ICU-11912 Adding more efficient implementation of getDisplayNames(), which was already present in Java
X-SVN-Rev: 39041
2016-08-11 23:29:51 +00:00
Peter Edberg
e271d8a317 ICU-12667 Add DateTimePatternGenerator.getAppendFormatNumber test for coverage
X-SVN-Rev: 39039
2016-08-11 07:33:39 +00:00
Shane Carr
44a2f0d09b ICU-12665 Fixing out-of-scope temporary in ucurr.cpp
X-SVN-Rev: 39037
2016-08-11 01:19:30 +00:00
Peter Edberg
9f86c49c46 ICU-12667 Resture version of DateTimePatternGenerator.getAppendFormatNumber that takes String (used by CLDR)
X-SVN-Rev: 39029
2016-08-09 22:41:36 +00:00
Craig Cornelius
463412792e ICU-12149 Add new copyright notice.
X-SVN-Rev: 39028
2016-08-09 22:03:14 +00:00
Fredrik Roubert
de579d3bf9 ICU-12140 Pass StringPiece by value, internally.
R=markus.icu@gmail.com

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

X-SVN-Rev: 39024
2016-08-04 17:40:53 +00:00
Steven R. Loomis
5a2700f313 ICU-12452 update LICENSE to not have BOM (copy from r39020)
X-SVN-Rev: 39021
2016-07-27 23:35:04 +00:00
Steven R. Loomis
236d8da0fb ICU-12452 update LICENSE to not have BOM
X-SVN-Rev: 39020
2016-07-27 23:32:46 +00:00
Felipe Balbontín
ef59675c47 ICU-12614 DateFormatSymbols resource bundle data loading update. Remove unused variables.
X-SVN-Rev: 39019
2016-07-25 22:53:35 +00:00
Andy Heninger
549c7646bf ICU-12061 FieldPosition::DONT_CARE API status and doc update. Fix incorrect usage of FieldPosition(0).
X-SVN-Rev: 39017
2016-07-23 04:42:29 +00:00
Andy Heninger
306234755f ICU-12648 Remove several compiler warnings in RBBI code.
X-SVN-Rev: 39015
2016-07-22 21:50:34 +00:00
Shane Carr
0f403155dc ICU-12646 Fixing Coverity code health issues on recently submitted code for TimeZoneNamesImpl and CompactDecimalDataCache
X-SVN-Rev: 39014
2016-07-21 23:01:53 +00:00
Shane Carr
e8c36f0d04 ICU-11912 Adding test coverage for TimeZoneNames.getAvailableMetaZoneIDs()
X-SVN-Rev: 39012
2016-07-21 21:37:32 +00:00
Craig Cornelius
32f80a647b ICU-12149 Submit reviewed fix to remove hack
X-SVN-Rev: 39001
2016-07-20 15:44:15 +00:00
Craig Cornelius
25bcac3c50 ICU-12149 Check in fixes, reviewed.
X-SVN-Rev: 39000
2016-07-20 01:35:01 +00:00
Felipe Balbontín
b17650f34a ICU-12634 Remove ResourceArraySink and ResourceTableSink.enter(), leave() and getOrCreateArraySink().
X-SVN-Rev: 38983
2016-07-19 18:37:37 +00:00
Felipe Balbontín
f07359517d ICU-12623 Update DateIntervalInfo in ICU4C to new version of ResourceSink.
X-SVN-Rev: 38979
2016-07-18 22:16:40 +00:00
Yoshito Umaoka
a55516c58f ICU-12047 Added a note in SimpleDateFormat::toLocalizedPattern() API doc in ICU4C.
X-SVN-Rev: 38976
2016-07-18 18:19:11 +00:00
Yoshito Umaoka
534eeba09e ICU-12047 Added a note in SimpleDateForamt#toLocalizedPattern() API doc.
X-SVN-Rev: 38975
2016-07-18 17:12:57 +00:00
Yoshito Umaoka
ada458661d ICU-11934 Updated API information collection tool to generate same results with javadoc 8.
X-SVN-Rev: 38974
2016-07-18 16:41:47 +00:00
Felipe Balbontín
7708a760c0 ICU-12614 DateFormatSymbols resource bundle data loading update. Fix memory leak in MessageFormat.
X-SVN-Rev: 38973
2016-07-15 23:17:01 +00:00
Felipe Balbontín
578ec591e0 ICU-12614 DateFormatSymbols resource bundle data loading update. Fix memory leak.
X-SVN-Rev: 38971
2016-07-14 21:21:01 +00:00
Yoshito Umaoka
f79d0641e7 ICU-12638 Set svn:ignore to lib/*.jar
X-SVN-Rev: 38970
2016-07-14 20:21:11 +00:00
Shane Carr
fca98f1e7f ICU-11912 Removing unused method 'consumeNoFallback', which was detected in Java unit test coverage.
X-SVN-Rev: 38969
2016-07-13 20:21:07 +00:00
Shane Carr
8cf30438f7 ICU-11912 Updating coverage-exclusion.txt for TimeZoneNames
X-SVN-Rev: 38968
2016-07-13 20:20:20 +00:00
Felipe Balbontín
959d1ed1e0 ICU-12614 DateFormatSymbols resource bundle data loading updated to use the ResourceSink.
X-SVN-Rev: 38967
2016-07-13 18:38:15 +00:00
Shane Carr
49809b7559 ICU-11912 Removing unused method in TimeZoneNamesImpl.
X-SVN-Rev: 38966
2016-07-12 22:37:06 +00:00
Felipe Balbontín
bfe100bab8 ICU-12614 Rollback of: DateFormatSymbols resource bundle data loading updated to use the ResourceSink.
X-SVN-Rev: 38963
2016-07-08 23:31:15 +00:00
Felipe Balbontín
f6b7511c46 ICU-12614 DateFormatSymbols resource bundle data loading updated to use the ResourceSink: fixed broken build.
X-SVN-Rev: 38962
2016-07-08 22:19:26 +00:00
Felipe Balbontín
3928bf64d7 ICU-12614 DateFormatSymbols resource bundle data loading updated to use the ResourceSink.
X-SVN-Rev: 38961
2016-07-08 21:17:15 +00:00
Shane Carr
ad409a250e ICU-11912 TimeZoneNames data sink implementation in C++.
X-SVN-Rev: 38960
2016-07-08 18:16:21 +00:00
Shane Carr
28ed27b463 ICU-11912 Updating Java TimeZoneNames data loading to new data sink API and preparing for port to C++.
X-SVN-Rev: 38959
2016-07-08 18:15:36 +00:00
Markus Scherer
9a0d14b2dc ICU-12621 VersionInfo.UNICODE_VERSION add comment pointing to UCharacter.getUnicodeVersion()
X-SVN-Rev: 38957
2016-07-07 16:00:53 +00:00
George Rhoten
d303483ed5 ICU-12611 Remove dead code.
X-SVN-Rev: 38956
2016-07-07 14:38:11 +00:00
George Rhoten
485812384e ICU-12611 Silence some issues found through static analysis.
X-SVN-Rev: 38955
2016-07-07 14:10:09 +00:00
George Rhoten
c3fc04f0e2 ICU-12611 Remove dead code.
X-SVN-Rev: 38954
2016-07-07 08:18:16 +00:00
George Rhoten
10407c6184 ICU-12611 Fix some issues found through static analysis.
X-SVN-Rev: 38953
2016-07-07 04:28:08 +00:00