Shane Carr
|
1ed7deaa8c
|
ICU-13574 AffixMatcher is working. All simple parsing tests are passing.
X-SVN-Rev: 40903
|
2018-02-13 02:23:52 +00:00 |
|
Shane Carr
|
7b1857d0f3
|
ICU-13574 Trying to get std::move operator to work on AffixMatcherWarehouse. No luck yet.
X-SVN-Rev: 40895
|
2018-02-10 15:49:02 +00:00 |
|
Shane Carr
|
afbb37febd
|
ICU-13574 Checkpoint commit. AffixMatcher is mostly implemented.
X-SVN-Rev: 40894
|
2018-02-10 14:29:26 +00:00 |
|
Shane Carr
|
a335b723c7
|
ICU-13574 Fixing CurrencyAnyMatcher. Up-to-date with tests.
X-SVN-Rev: 40893
|
2018-02-10 11:32:18 +00:00 |
|
Shane Carr
|
59587ad9db
|
ICU-13574 Improving object lifecycle of AffixPatternMatcher and helper classes. Should be safe now.
X-SVN-Rev: 40892
|
2018-02-10 10:57:30 +00:00 |
|
Shane Carr
|
e7a42e17f6
|
ICU-13574 Adding initial AffixPatternMatcher to ICU4C. Not completely safe yet. Still needs work.
X-SVN-Rev: 40891
|
2018-02-10 10:01:46 +00:00 |
|
Shane Carr
|
513f123a8c
|
ICU-13574 Adding composition matchers (SeriesMatcher and AnyMatcher) to ICU4C in preparation for affix matchers. Also re-working memory management in getLeadCodePoints().
X-SVN-Rev: 40890
|
2018-02-10 06:36:07 +00:00 |
|
Shane Carr
|
852897ba2c
|
ICU-13574 Adding currency names matcher to ICU4C.
X-SVN-Rev: 40889
|
2018-02-10 02:59:49 +00:00 |
|
Shane Carr
|
e91ff603de
|
ICU-13574 Adding scientific matcher to ICU4C.
X-SVN-Rev: 40880
|
2018-02-09 06:57:37 +00:00 |
|
Shane Carr
|
b8bab89cb5
|
ICU-13574 Implementing final two SymbolMatchers in ICU4C (infinity and padding).
X-SVN-Rev: 40878
|
2018-02-09 06:30:40 +00:00 |
|
Shane Carr
|
fb3ff21caf
|
ICU-13574 Switching memory strategy to allocate objects as fields in the main class instead of on the heap.
X-SVN-Rev: 40877
|
2018-02-09 05:47:49 +00:00 |
|
Shane Carr
|
12764fa082
|
ICU-13574 Adding more matchers derived from SymbolMatcher.
X-SVN-Rev: 40876
|
2018-02-09 02:35:02 +00:00 |
|
Shane Carr
|
8393405113
|
ICU-13574 Basic parsing tests are passing on the pieces of code written so far, DecimalMatcher and MinusSignMatcher.
X-SVN-Rev: 40872
|
2018-02-08 09:59:35 +00:00 |
|
Shane Carr
|
31a4dfe3e4
|
ICU-13574 Fixing compile errors introduced by last merge from trunk.
X-SVN-Rev: 40871
|
2018-02-08 08:56:01 +00:00 |
|
Shane Carr
|
8b5a53cb7f
|
ICU-13574 Merging trunk to branch
X-SVN-Rev: 40870
|
2018-02-08 08:52:34 +00:00 |
|
Shane Carr
|
2ee42b9288
|
ICU-13574 Checkpoint commit. Basic NumberParseMatcher implementations in DecimalMatcher and SymbolMatcher. Cleanup in ICU4J.
X-SVN-Rev: 40869
|
2018-02-08 08:49:50 +00:00 |
|
Shane Carr
|
398b17f2b5
|
ICU-13571 Switching number parsing code back to incremental code point case folding.
X-SVN-Rev: 40868
|
2018-02-08 08:43:12 +00:00 |
|
Shane Carr
|
9337205a54
|
ICU-13574 Merging trunk to branch
X-SVN-Rev: 40867
|
2018-02-08 06:07:18 +00:00 |
|
Shane Carr
|
ad348faca9
|
ICU-13443 Change digit width types to int16_t and change maximum setting to 999. Adds test for this behavior in ICU4C. Also adds the new error code for ICU-13577 .
X-SVN-Rev: 40866
|
2018-02-08 06:06:08 +00:00 |
|
Shane Carr
|
baca9ac330
|
ICU-13574 Adding copy and resource bundle tests to ICU4J (added to ICU4C in previous commit).
X-SVN-Rev: 40864
|
2018-02-08 04:09:25 +00:00 |
|
Shane Carr
|
d5baa61bd2
|
ICU-13574 Merging trunk to branch
X-SVN-Rev: 40863
|
2018-02-08 04:05:15 +00:00 |
|
Shane Carr
|
4eff55cc31
|
ICU-13574 Adding additional logic and tests for ICU4C codePointZero.
X-SVN-Rev: 40862
|
2018-02-08 04:04:50 +00:00 |
|
Shane Carr
|
93a83fbca2
|
ICU-13574 Merging trunk to branch
X-SVN-Rev: 40861
|
2018-02-08 03:23:06 +00:00 |
|
Shane Carr
|
8c2576ee68
|
ICU-13574 Adding missing const qualified to getConstDigitSymbol().
X-SVN-Rev: 40860
|
2018-02-08 03:22:44 +00:00 |
|
Shane Carr
|
535d82cfc0
|
ICU-13574 Merging trunk to branch
X-SVN-Rev: 40859
|
2018-02-08 03:18:29 +00:00 |
|
Shane Carr
|
f4a623e94b
|
ICU-13574 Adding getConstDigitSymbol to ICU4C, right now as @internal. Follow-up for promoting to @draft in ICU-13580
X-SVN-Rev: 40858
|
2018-02-08 03:18:00 +00:00 |
|
Shane Carr
|
e6c23b5d36
|
ICU-13574 Merging trunk to branch
X-SVN-Rev: 40857
|
2018-02-08 01:52:56 +00:00 |
|
Shane Carr
|
b18e037531
|
ICU-13574 Adding codePointZero logic to ICU4C, added to ICU4J in r40091.
X-SVN-Rev: 40856
|
2018-02-08 01:51:09 +00:00 |
|
Shane Carr
|
0d83273be9
|
ICU-13461 Removing doxygen comment that was obsoleted by ICU-7724 .
X-SVN-Rev: 40854
|
2018-02-08 01:07:57 +00:00 |
|
Steven R. Loomis
|
a16ecdad92
|
ICU-13083 cleanup unescaper, use portable calls
X-SVN-Rev: 40853
|
2018-02-07 23:31:40 +00:00 |
|
Shane Carr
|
61191ffda3
|
ICU-13568 Adding assertSuccess in test function.
X-SVN-Rev: 40852
|
2018-02-07 23:28:56 +00:00 |
|
Shane Carr
|
023af04592
|
ICU-13568 Fixing uninitialized memory in test code.
X-SVN-Rev: 40851
|
2018-02-07 22:56:38 +00:00 |
|
Steven R. Loomis
|
4b36c0ad9c
|
ICU-13568 Fix crasher introduced in r40839 (bad test code)
Root cause (why the construction failed) unknown.
X-SVN-Rev: 40850
|
2018-02-07 22:49:43 +00:00 |
|
Shane Carr
|
195d9b256a
|
ICU-13453 Removing obsolete test.
X-SVN-Rev: 40849
|
2018-02-07 06:51:59 +00:00 |
|
Shane Carr
|
181269a9b2
|
ICU-13453 Reformatting FormattedNumber.java
X-SVN-Rev: 40848
|
2018-02-07 06:27:13 +00:00 |
|
Shane Carr
|
9d9471e586
|
ICU-13453 Fixing DecimalFormat getPositivePrefix backwards compatibility.
X-SVN-Rev: 40847
|
2018-02-07 06:26:44 +00:00 |
|
Shane Carr
|
eca52aa122
|
ICU-13461 Fixing conditional in Grouper.java (this is J-only code, so an ICU4C fix is not necessary). Clarifying comments in MeasureFormat files.
X-SVN-Rev: 40846
|
2018-02-06 23:38:29 +00:00 |
|
Andy Heninger
|
be54542b86
|
ICU-12677 clean up extra trailing spaces.
X-SVN-Rev: 40844
|
2018-02-06 21:28:05 +00:00 |
|
Shane Carr
|
48a633f41f
|
ICU-13574 Defining more fundamental parsing types.
X-SVN-Rev: 40843
|
2018-02-06 09:43:37 +00:00 |
|
Shane Carr
|
bb862e217e
|
ICU-13574 Merging utility classes from old branch to new branch
X-SVN-Rev: 40842
|
2018-02-06 07:54:52 +00:00 |
|
Shane Carr
|
237acf183a
|
ICU-13574 Porting the parsing utility classes StringSegment and UnicodeSetStaticCache to C++.
X-SVN-Rev: 40841
|
2018-02-06 07:52:58 +00:00 |
|
Shane Carr
|
5315ad603e
|
ICU-13568 ICU-13400 ICU-13389 ICU-13075 Merging fixes from branch to trunk.
X-SVN-Rev: 40839
|
2018-02-06 03:15:37 +00:00 |
|
Shane Carr
|
e5cc630590
|
ICU-13568 ICU-13400 ICU-13389 ICU-13075 NumberFormatter assorted fixes: Adding custom pattern support for currencies. Upgrading grouping API. Adding narrow currency symbol support to ICU4C and API. Fixing behavior when pattern does not have a number placeholder.
X-SVN-Rev: 40838
|
2018-02-06 03:08:17 +00:00 |
|
Andy Heninger
|
aaebaf90a3
|
ICU-12677 RBBI, fix incorrect stripping of comments from saved rules.
X-SVN-Rev: 40837
|
2018-02-03 19:10:50 +00:00 |
|
Shane Carr
|
f74b42f960
|
ICU-13571 Disabling failing test on trunk. Needs more time to investigate.
X-SVN-Rev: 40836
|
2018-02-03 10:16:43 +00:00 |
|
Shane Carr
|
4385fb0348
|
ICU-13526 Adding package-private getNumberFormatInternal() to reduce unnecessary object cloning.
X-SVN-Rev: 40835
|
2018-02-03 07:54:35 +00:00 |
|
Shane Carr
|
bf49bd2afc
|
ICU-13461 Fixing coverity defects in new number parsing code.
X-SVN-Rev: 40834
|
2018-02-03 07:48:29 +00:00 |
|
Shane Carr
|
bfab81c260
|
ICU-13526 Refactoring MeasureFormat, CurrencyFormat, and TimeUnitFormat to more directly wrap NumberFormatter.
X-SVN-Rev: 40833
|
2018-02-03 03:40:09 +00:00 |
|
Shane Carr
|
ccedf54223
|
ICU-13513 Merging new ICU4J number parsing implementation from branch to trunk.
X-SVN-Rev: 40830
|
2018-01-30 06:16:18 +00:00 |
|
Shane Carr
|
82a8f8bc68
|
ICU-13513 A few more compatibility tweaks.
X-SVN-Rev: 40829
|
2018-01-30 06:08:15 +00:00 |
|