Shane Carr
|
af0f8e62e4
|
ICU-13634 In accordance with ICU-TC meeting, changing percent parsing behavior to be closer to that of ICU 60.
X-SVN-Rev: 41222
|
2018-04-12 06:49:24 +00:00 |
|
Shane Carr
|
6c1714870f
|
ICU-13634 Updating test expectations for strict currency position in strict mode. Other minor changes. All but one test is now passing in numfmtst.cpp.
X-SVN-Rev: 41220
|
2018-04-12 05:15:19 +00:00 |
|
Shane Carr
|
2c6bf0d77e
|
ICU-13634 Refactoring affix-getting code to avoid the need to save the micro-props. Other assorted minor changes.
X-SVN-Rev: 41216
|
2018-04-11 11:10:52 +00:00 |
|
Shane Carr
|
921355c6f0
|
ICU-13634 Refactoring the two separate currency matchers into a single unified CombinedCurrencyMatcher. Allows for easy implementation of currency spacing (included in this changeset) and possibly other currency-related parsing features in the future.
X-SVN-Rev: 41181
|
2018-03-31 05:18:51 +00:00 |
|
Shane Carr
|
7f9de6f1db
|
ICU-13634 Fixing resolution of negative and percent signs in parsing; adding custom sign support to ScientificMatcher; and other minor fixes.
X-SVN-Rev: 41180
|
2018-03-31 03:10:44 +00:00 |
|
Shane Carr
|
e5bda1eb0e
|
ICU-13634 Various fixes to fix remaining compatibility issues in data-driven test. Includes fix for a memory sanitizer issue.
X-SVN-Rev: 41174
|
2018-03-30 04:28:53 +00:00 |
|
Shane Carr
|
e3180662e2
|
ICU-13634 Parsing wrapper is working; data-driven file is updated and passing. The C++ and Java implementations have almost identical behavior according to the data-driven test file, with the only differences seeming to involve overflow and extremely large numbers.
X-SVN-Rev: 41134
|
2018-03-21 09:48:55 +00:00 |
|
Shane Carr
|
2edb4ec82a
|
ICU-13634 Formatting section of data-driven test file is passing.
X-SVN-Rev: 41120
|
2018-03-17 07:23:08 +00:00 |
|
Markus Scherer
|
66eb21ec58
|
ICU-13567 make Arabic number formatting tests work with both native & ASCII digits
X-SVN-Rev: 40988
|
2018-02-26 23:32:05 +00:00 |
|
Peter Edberg
|
c033aaaf41
|
ICU-13603 Integrate data from CLDR release-33-alpha for ICU 61rc
X-SVN-Rev: 40980
|
2018-02-25 01:19:24 +00:00 |
|
Andy Heninger
|
f6fbd54e92
|
ICU-13549 CjkBreakEngine::divideUpDictionaryRange, problems with supplemental character handling.
X-SVN-Rev: 40949
|
2018-02-18 22:44:18 +00:00 |
|
Andy Heninger
|
c25708b4c3
|
ICU-13569 refresh dev branch from trunk.
X-SVN-Rev: 40917
|
2018-02-14 23:55:39 +00:00 |
|
Andy Heninger
|
4959b9b3a3
|
ICU-13569 rbbi table compression, work in progress.
X-SVN-Rev: 40873
|
2018-02-08 21:17:18 +00:00 |
|
Shane Carr
|
e6987fbfd8
|
ICU-13391 Change ICU4C parsing to count digits instead of UTF-16 code units for grouping sizes.
X-SVN-Rev: 40573
|
2017-10-05 21:41:46 +00:00 |
|
Shane Carr
|
15d177ad35
|
ICU-13177 Syncing icu4c numberformattestspecification.txt with icu4j
X-SVN-Rev: 40526
|
2017-10-03 01:38:52 +00:00 |
|
Shane Carr
|
131f416755
|
ICU-13177 Merging NumberFormatter to trunk for ICU 60
X-SVN-Rev: 40492
|
2017-09-27 23:46:15 +00:00 |
|
Peter Edberg
|
3bfe134a86
|
ICU-13359 Integrate CLDR 32 alpha data into ICU for ICU 60rc; known issues #13366,#13368
X-SVN-Rev: 40463
|
2017-09-26 21:20:01 +00:00 |
|
Shane Carr
|
c09ca5d6b9
|
ICU-13177 Merging trunk to branch
X-SVN-Rev: 40460
|
2017-09-26 09:33:44 +00:00 |
|
Markus Scherer
|
fa2ddc86c7
|
ICU-13311 change illegal-UTF-8 handling in converter code
X-SVN-Rev: 40455
|
2017-09-23 06:34:53 +00:00 |
|
Andy Heninger
|
4e1c4096a6
|
ICU-9954 Break Iteration, remove reverse rules, add boundary caching.
X-SVN-Rev: 40433
|
2017-09-19 18:17:22 +00:00 |
|
Andy Heninger
|
bc77976528
|
ICU-13318 RBBITest, remove obsolete tests, move remaining test data to rbbitst.txt
X-SVN-Rev: 40356
|
2017-08-26 00:44:28 +00:00 |
|
Shane Carr
|
8b625eda51
|
ICU-13177 Merging trunk to branch
X-SVN-Rev: 40350
|
2017-08-24 05:56:16 +00:00 |
|
Andy Heninger
|
f08eb087ba
|
ICU-13274 Break Iterator test additions.
X-SVN-Rev: 40334
|
2017-08-16 23:19:21 +00:00 |
|
Shane Carr
|
ca30fb66ec
|
ICU-13177 Pointing DecimalFormat.java and CompactDecimalFormat.java at the new API. All tests are passing.
X-SVN-Rev: 40313
|
2017-08-04 22:43:34 +00:00 |
|
Andy Heninger
|
ce90dfb861
|
ICU-13274 RBBI test updates, moved from #9954
X-SVN-Rev: 40305
|
2017-08-01 23:26:14 +00:00 |
|
Shane Carr
|
ea6b6a46b1
|
ICU-13289 Fixing engineering notation discrepancy with the LDML spec.
X-SVN-Rev: 40304
|
2017-08-01 18:12:59 +00:00 |
|
Andy Heninger
|
52513beddd
|
ICU-13196 RBBI Monkey Test, port to Java. Sync a few changes back to ICU4C.
X-SVN-Rev: 40302
|
2017-08-01 01:03:09 +00:00 |
|
Peter Edberg
|
4a499c9a77
|
ICU-13157 Update CLDR version to 32 in testdata/root.txt
X-SVN-Rev: 40197
|
2017-06-23 05:28:30 +00:00 |
|
Shane Carr
|
acd53b0c18
|
ICU-13129 Changing default Parse MathContext to 34 digits instead of 16 digits.
X-SVN-Rev: 40194
|
2017-06-22 23:26:48 +00:00 |
|
Peter Edberg
|
c70ebe3ce1
|
ICU-13159 Integrate CLDR trunk@13513 (cldr/tags/icu-milestone-60-0-1)
X-SVN-Rev: 40193
|
2017-06-22 23:05:41 +00:00 |
|
Shane Carr
|
cf6c47d6b7
|
ICU-13149 Minor review feedback for #13149
X-SVN-Rev: 40187
|
2017-06-21 01:08:18 +00:00 |
|
Shane Carr
|
e9c5e5631b
|
ICU-13228 Adding more symbols to localized notation mapper function, including support for multi-char symbols.
X-SVN-Rev: 40185
|
2017-06-21 00:38:25 +00:00 |
|
Shane Carr
|
0a19183f1b
|
ICU-13230 Fixing DecimalFormat parser to ignore grouping separators when there is no grouping separator in the pattern OR when setGroupingUsed(false) is explicitly called.
X-SVN-Rev: 40181
|
2017-06-19 21:03:07 +00:00 |
|
Markus Scherer
|
45da4f810d
|
ICU-12985 final? Unicode 10 data from 20170605
X-SVN-Rev: 40153
|
2017-06-06 02:46:10 +00:00 |
|
Markus Scherer
|
acf2b4cc82
|
ICU-13186 stop prepending UTF-8 BOM to some Unicode files
X-SVN-Rev: 40149
|
2017-06-02 22:52:19 +00:00 |
|
Markus Scherer
|
b2ead3e2e1
|
ICU-8130 UTS 46 conformance test using Unicode IdnaTest.txt
X-SVN-Rev: 40130
|
2017-05-23 04:44:58 +00:00 |
|
Markus Scherer
|
cb722b8bcd
|
ICU-12985 Unicode 10 minor data update
X-SVN-Rev: 40104
|
2017-05-03 23:26:47 +00:00 |
|
Markus Scherer
|
edce2be62c
|
ICU-12985 Unicode 10 data 20170418, new property values, adjust tools & tests
X-SVN-Rev: 40079
|
2017-04-26 21:17:13 +00:00 |
|
Shane Carr
|
66c49f8887
|
ICU-13115 Reject decimal format patterns that have a trailing ','
X-SVN-Rev: 40068
|
2017-04-19 23:42:18 +00:00 |
|
Shane Carr
|
1b0ce88028
|
ICU-13117 Ignore trailing semicolon in decimal format patterns.
X-SVN-Rev: 40067
|
2017-04-19 22:29:28 +00:00 |
|
Shane Carr
|
29490300c1
|
ICU-13149 Adding test cases for ICU 59 gray area bugs to numberformattestspecification.txt.
X-SVN-Rev: 40058
|
2017-04-15 08:09:15 +00:00 |
|
Shane Carr
|
8016edea2a
|
ICU-13149 Updating numberformattestspecification.txt with ICU4C behaviors and bringing the two copies of the file into sync.
X-SVN-Rev: 40057
|
2017-04-15 06:30:05 +00:00 |
|
Andy Heninger
|
9ed9930b61
|
ICU-12160 Add regex test to verify behavior of hitEnd() after find().
X-SVN-Rev: 39978
|
2017-03-31 23:09:56 +00:00 |
|
Andy Heninger
|
77416a6e7c
|
ICU-13058 Break iteration, propagate emoji rule updates into remaining unfixed rule tailorings.
X-SVN-Rev: 39925
|
2017-03-24 05:54:13 +00:00 |
|
Andy Heninger
|
af55f69558
|
ICU-13058 Break iteration tests & rules update for new prop data. Tests are now passing, but changes are not yet propagated into all rule tailorings.
X-SVN-Rev: 39922
|
2017-03-24 01:31:00 +00:00 |
|
Markus Scherer
|
e9ae3ff964
|
ICU-12900 copyright scanner has been fixed, remove the extra ICU-style copyright lines from Unicope data files
X-SVN-Rev: 39920
|
2017-03-23 17:01:58 +00:00 |
|
Steven R. Loomis
|
02d7708876
|
ICU-13058 copyright check
X-SVN-Rev: 39919
|
2017-03-23 15:49:17 +00:00 |
|
Markus Scherer
|
466a569c58
|
ICU-12900 mostly still Unicode 9.0 but Unicode 10 beta (20170322) segmentation & bidi data and draft emoji 5.0 (also 20170322)
X-SVN-Rev: 39915
|
2017-03-23 02:14:00 +00:00 |
|
Andy Heninger
|
51e21b5242
|
ICU-13058 Add RBBI test of Unicode emoji-test.txt file, and partial update of break rules recent emoji changes.
X-SVN-Rev: 39909
|
2017-03-23 00:20:20 +00:00 |
|
Andy Heninger
|
170693e51e
|
ICU-13012 Remove stray ^S character from line_normal_cj.txt.
X-SVN-Rev: 39786
|
2017-03-13 23:17:12 +00:00 |
|