Peter Edberg
5b3c14c29d
ICU-12936 Make RelativeDateTimeFormatter handle offset of -0
...
X-SVN-Rev: 41451
2018-05-24 05:52:01 +00:00
Shane Carr
8e1dc1f3b1
ICU-13736 Change number parsing to require locale currency when using non-currency parse function.
...
X-SVN-Rev: 41450
2018-05-24 04:35:16 +00:00
Yoshito Umaoka
17ac0f4e61
ICU-13421 Force /tsformat/ccaltst/TestAmbiguousWallTime to use Gregorian calendar to fix test failure with locales not using Gregorian calnedar by default.
...
X-SVN-Rev: 41420
2018-05-21 00:18:25 +00:00
Shane Carr
d7f3471733
ICU-13757 Renaming skeleton methods fromSkeleton -> forSkeleton
...
X-SVN-Rev: 41393
2018-05-17 00:43:12 +00:00
Shane Carr
1b4baff50e
ICU-13725 Fixing gcc compiler warning in cintltst file.
...
X-SVN-Rev: 41331
2018-05-07 20:01:09 +00:00
Shane Carr
e27cf9ce39
ICU-13677 Changing NumberFormatter rounding setting to precision and roundingMode.
...
X-SVN-Rev: 41330
2018-05-05 06:32:29 +00:00
Shane Carr
a52fcd20f2
ICU-13597 Replying to UNumberFormatter code recatew comments.
...
X-SVN-Rev: 41321
2018-05-04 06:58:44 +00:00
Shane Carr
0a0d99ebc8
ICU-13662 Improving NumberFormatter field position method names and behavior.
...
X-SVN-Rev: 41313
2018-05-03 01:34:19 +00:00
Shane Carr
ae665d87ef
ICU-12052 Adding test case for null-pointer bug in unum_parseDoubleCurrency.
...
X-SVN-Rev: 41289
2018-04-28 05:50:52 +00:00
Shane Carr
3ff3c3f8bb
ICU-13424 Fixing locale-sensitive tests in cnumtst.c
...
X-SVN-Rev: 41287
2018-04-28 03:53:57 +00:00
Shane Carr
a7bcbfc07c
ICU-13725 Assorted minor changes to number formatting code for MSVC compatibility
...
X-SVN-Rev: 41271
2018-04-24 22:24:11 +00:00
Shane Carr
607a60bc3b
ICU-13393 Removing the UPRV_INCOMPLETE_CPP11_SUPPORT flag since the number formatting code is no longer isolated from the rest of ICU.
...
X-SVN-Rev: 41266
2018-04-23 23:02:26 +00:00
Shane Carr
8fab60c93b
ICU-13634 Syncing MSVC build files with Makefiles.
...
X-SVN-Rev: 41265
2018-04-23 22:48:52 +00:00
Shane Carr
912f97dace
ICU-13634 Merging trunk to branch
...
X-SVN-Rev: 41254
2018-04-21 02:18:33 +00:00
Shane Carr
efa58f5d80
ICU-13597 Revising UNumberFormatter according to feedback: (1) adds LocalPointer; (2) makes buffer export behavior consistent; (3) removes const from unumf_closeResult; and (4) improves API docs.
...
X-SVN-Rev: 41244
2018-04-18 09:42:05 +00:00
Shane Carr
ad2ea9d38f
ICU-13634 Minor cintltst tweaks; all of cintltst is passing.
...
X-SVN-Rev: 41243
2018-04-18 09:07:41 +00:00
Shane Carr
49876dffda
ICU-13634 Assorted minor fixes. cnumtst is passing.
...
X-SVN-Rev: 41240
2018-04-18 06:03:29 +00:00
Shane Carr
3c9b343282
ICU-13634 Adding "formatFailIfMoreThanMaxDigits" property to C++ NumberFormatter. Changing getSecondaryGroupingSize() for backwards compatibility. Other assorted test changes.
...
X-SVN-Rev: 41239
2018-04-18 03:59:39 +00:00
Andy Heninger
0b8b2750e3
ICU-13194 RBBI safe rule synthesis, merge to trunk.
...
X-SVN-Rev: 41210
2018-04-07 00:03:36 +00:00
Markus Scherer
813b76c636
ICU-13630 Unicode 11 beta (data from apr03); merged from branches/markus/uni11
...
X-SVN-Rev: 41206
2018-04-06 18:42:58 +00:00
Markus Scherer
03303a6cb6
ICU-13630 Unicode 11 beta data apr02 (security apr03), fix ICU4C tests except RBBI
...
X-SVN-Rev: 41191
2018-04-03 23:09:49 +00:00
Shane Carr
1b4670fd29
ICU-13634 Merging trunk to branch
...
X-SVN-Rev: 41162
2018-03-28 01:08:47 +00:00
Shane Carr
7d4b54dfc3
ICU-13597 Small API tweaks.
...
X-SVN-Rev: 41160
2018-03-27 06:07:17 +00:00
Shane Carr
395463d7a7
ICU-13597 Adding support for field positions to the NumberFormatter C API.
...
X-SVN-Rev: 41159
2018-03-27 05:36:04 +00:00
Shane Carr
3a55650b8c
ICU-13597 Adding initial C API for NumberFormatter. Not yet fully featured.
...
X-SVN-Rev: 41156
2018-03-27 01:58:26 +00:00
Andy Heninger
b1b0be93ea
ICU-13194 RBBI safe tables, all tests passing!
...
X-SVN-Rev: 41155
2018-03-26 23:01:16 +00:00
Shane Carr
23d76d8863
ICU-13634 Adding integer overflow logic to ICU4C number pipeline in places where it is in ICU4J.
...
X-SVN-Rev: 41136
2018-03-23 00:56:16 +00:00
Jeff Genovy
2a2741ff12
ICU-13636 The VS2017 optimizer has issues with this function. Disable optimizations for now as a work-around.
...
X-SVN-Rev: 41095
2018-03-13 01:10:11 +00:00
Jeff Genovy
bb915931d0
ICU-13586 No actual code changes. This change cleans up redundancies in the VS project files, and pulls in common or shared settings from a shared 'props' file. This means that you can now change one single file to target either VS2015 or VS2017, instead of needing to change many files. It also allows the VS project files to share common defines as well, meaning that if you need to target something other than Windows 7, you can make one change in one file, instead of needing to make hundreds. Also included in this change are improvements to the VS Solution files in order to properly denote the dependencies of the projects, which might be needed in the future for possible parallel project builds.
...
X-SVN-Rev: 41049
2018-03-02 03:20:22 +00:00
Peter Edberg
3ca0f3beeb
ICU-12740 getFieldDisplayName C++ tests
...
X-SVN-Rev: 41012
2018-02-28 07:26:03 +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
Jeff Genovy
07d9b3b567
ICU-13171 Enable multi-processor compilation (/MP) for faster builds.
...
X-SVN-Rev: 40937
2018-02-16 07:21:34 +00:00
Jeff Genovy
9f62b0dada
ICU-13171 Update the VS project files to use VS 2017, plus various fixes to get Samples compiling.
...
Also add explicit defines for WINVER and _WIN32_WINNT for Windows 7 targeting in non-UWP projects.
X-SVN-Rev: 40935
2018-02-16 03:16:03 +00:00
Markus Scherer
8ccca58d0c
ICU-12911 remove UBiDiProps except inside its .cpp file, and uprv_haveProperties()
...
X-SVN-Rev: 40923
2018-02-15 19:01:29 +00:00
Peter Edberg
7cf0adb29a
ICU-12740 getFieldDisplayName C/C++ initial implementation & C tests; TODO: C++ tests and Java imp
...
X-SVN-Rev: 40922
2018-02-15 08:38:20 +00:00
Markus Scherer
19b494f953
ICU-13515 UTF-8 macro: reduce length of string if it ends with an incomplete sequence
...
X-SVN-Rev: 40883
2018-02-09 21:01:56 +00:00
Markus Scherer
f86f114660
ICU-13428 char* result array was too small for UTF-8 version of 112-UChar Dzongkha (dz) date/time format string
...
X-SVN-Rev: 40640
2017-10-25 21:25:01 +00:00
Andy Heninger
7a72a8f032
ICU-13380 Fixes for memory leaks & other problems found by Address Sanitizer.
...
X-SVN-Rev: 40529
2017-10-03 04:11:26 +00:00
Shane Carr
1614992033
ICU-13368 Hacking fix for en_GB currency parsing in ICU4C.
...
X-SVN-Rev: 40528
2017-10-03 03:37:01 +00:00
Markus Scherer
45a6728cbe
ICU-13210 remove unreachable code, improve pattern pointer check
...
X-SVN-Rev: 40491
2017-09-27 23:28:43 +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
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
Markus Scherer
27c08578ac
ICU-13311 change illegal-UTF-8 handling in non-converter code
...
X-SVN-Rev: 40445
2017-09-21 23:45:08 +00:00
Peter Edberg
9075f9cb5a
ICU-12380 Size reductions for transliterator registry (and some speedup)
...
X-SVN-Rev: 40434
2017-09-20 00:39:40 +00:00
Markus Scherer
03f431d30d
ICU-13340 obsolete unicode/utf_old.h: add U_HIDE_OBSOLETE_UTF_OLD_H to optionally hide all of the .h contents; default: no behavior change; adjust code & tests to work either way
...
X-SVN-Rev: 40413
2017-09-14 06:24:35 +00:00
Markus Scherer
edac6e7206
ICU-13244 add U16_GET_OR_FFFD(), U16_NEXT_OR_FFFD(), U16_PREV_OR_FFFD()
...
X-SVN-Rev: 40404
2017-09-13 22:29:43 +00:00
George Rhoten
e3ac9c5561
ICU-13306 Can not get and set rounding attributes for RBNF with C API
...
X-SVN-Rev: 40343
2017-08-17 23:21:03 +00:00
Markus Scherer
e6748afd82
ICU-13197 improved normalization data structure and code; .nrm formatVersion 3; merged from branches/markus/normv3 except for cherry-picks from trunk to there
...
X-SVN-Rev: 40265
2017-07-14 22:38:40 +00:00
Norbert Runge
c009707376
ICU-13242 Rename test function to make it match the name of its equivalent function in Java.
...
X-SVN-Rev: 40189
2017-06-21 19:59:58 +00:00
Norbert Runge
7351dbcf24
ICU-13242 fixed uppercase-comes-first collation test
...
X-SVN-Rev: 40184
2017-06-20 23:12:14 +00:00
Markus Scherer
c741167e3e
ICU-12985 Unicode 10 data from 20170503; new properties Emoji_Component, Regional_Indicator, Prepended_Concatenation_Mark; merged from ^/branches/markus/uni10@40107
...
X-SVN-Rev: 40109
2017-05-04 20:13:29 +00:00
Jeff Genovy
a709ddc0f2
ICU-13169 Issues retargeting VS project files due to missing WindowsTargetPlatformVersion elements. (tab to spaces)
...
X-SVN-Rev: 40099
2017-05-03 00:40:08 +00:00
Jeff Genovy
cb53fe41cd
ICU-13169 Issues retargeting VS project files due to missing WindowsTargetPlatformVersion elements.
...
X-SVN-Rev: 40098
2017-05-03 00:28:11 +00:00
Markus Scherer
eb57bf7c90
ICU-12985 implement the binary Prepended_Concatenation_Mark property
...
X-SVN-Rev: 40084
2017-04-27 21:11:01 +00:00
Markus Scherer
b0ad84012f
ICU-12985 implement the binary Regional_Indicator property with a single hardcoded range
...
X-SVN-Rev: 40083
2017-04-27 18:29:07 +00:00
Markus Scherer
9e9bfda19c
ICU-12985 undo ICU 59 mix-version test hacks; 0860..086F now defaults to AL
...
X-SVN-Rev: 40081
2017-04-26 22:10:48 +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
Fredrik Roubert
a7123ed229
ICU-13094 Handle empty language subtag in parseTagString().
...
X-SVN-Rev: 40076
2017-04-26 20:12:01 +00:00
Norbert Runge
1cba8da735
ICU-13053 disable tests that where executed (but shouldn't) when
...
UCONFIG_NO_FILTERED_BREAK_ITERATION is set in uconfig.h.
X-SVN-Rev: 39942
2017-03-27 16:30:43 +00:00
Peter Edberg
da11b86b82
ICU-12772 Add uprules_getKeywords wrapper and test
...
X-SVN-Rev: 39916
2017-03-23 05:16:24 +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
Peter Edberg
0f4572a7e6
ICU-13018 uloc_get/setKeywordValue have stricter input conditions; setKeywordValue uses CharString to assemble updated output
...
X-SVN-Rev: 39891
2017-03-21 23:08:37 +00:00
Markus Scherer
782e4ff95e
ICU-12922 bidi explicit level 0: lift it up to resolved paragraph level except leave it at 0 for paragraph separators
...
X-SVN-Rev: 39741
2017-03-07 22:57:46 +00:00
Markus Scherer
4c2fad3e36
ICU-12410 class Edits, class CaseMap with new low-level functions that work with Edits, simpler case properties code, some cleanup
...
X-SVN-Rev: 39684
2017-02-17 21:03:35 +00:00
Markus Scherer
0e4c0199ee
ICU-12410 remove unused UCaseProps pointer from ucase_... functions
...
X-SVN-Rev: 39656
2017-02-09 21:50:20 +00:00
Markus Scherer
5da94f206a
ICU-12410 move new code into new files, split ucasemap_imp.h from ustr_imp.h
...
X-SVN-Rev: 39655
2017-02-09 21:15:34 +00:00
Peter Edberg
653750ca58
ICU-12969 protect against using negative ID for resource
...
X-SVN-Rev: 39654
2017-02-09 19:33:51 +00:00
Andy Heninger
04448b004f
ICU-12764 UTF-8 source files, update file encoding comments.
...
X-SVN-Rev: 39641
2017-02-03 18:57:23 +00:00
Peter Edberg
4765653577
ICU-12914 change rulesLength/Capacity back to int32_t; handle INT32_MAX overflow
...
X-SVN-Rev: 39630
2017-02-01 20:27:47 +00:00
Peter Edberg
af88083329
ICU-12914 Better loop control in test
...
X-SVN-Rev: 39628
2017-02-01 07:52:19 +00:00
Peter Edberg
e0f3d87e99
ICU-12948 First-pass preliminary integration of CLDR 31 @13174
...
X-SVN-Rev: 39601
2017-01-24 08:22:23 +00:00
Peter Edberg
47e1aaaf14
ICU-12763 Add uplrules_selectWithFormat and PluralRules::select that take & use [U]NumberFormat
...
X-SVN-Rev: 39591
2017-01-21 01:03:32 +00:00
Andy Heninger
242e02c388
ICU-12764 icu4c utf-8 source files, update Copyright notices.
...
X-SVN-Rev: 39583
2017-01-20 00:20:31 +00:00
Peter Edberg
17683ea87f
ICU-12914 Add ubrk_openBinaryRules, ubrk_getBinaryRules, and simple test
...
X-SVN-Rev: 39582
2017-01-19 23:10:23 +00:00
Andy Heninger
f28895cccc
ICU-12943 Windows Build Fixes for UChar=char16_t and utf-8 source files.
...
X-SVN-Rev: 39581
2017-01-19 18:12:50 +00:00
Peter Edberg
32ca386c27
ICU-12684 Add unum_formatDoubleForFields and test
...
X-SVN-Rev: 39565
2017-01-16 19:48:33 +00:00
Peter Edberg
a238722264
ICU-12895 update release version to 59.0.1 for m1
...
X-SVN-Rev: 39562
2017-01-16 00:42:22 +00:00
Markus Scherer
fbd1e089fd
ICU-12410 add C++ CaseMap, make UCaseMap an alias for that, move new functions with Edits into CaseMap, make case properties functions ignore UCaseProps pointer
...
X-SVN-Rev: 39554
2017-01-12 19:05:01 +00:00
Andy Heninger
0fd5600285
ICU-12809 only .cpp files no .c in ICU library code
...
X-SVN-Rev: 39527
2016-12-07 21:14:27 +00:00
Peter Edberg
eccbc645aa
ICU-12738 ICU4C BRS, fixes to conditionals/includes/makefiles/scripts from testing public/private headers
...
X-SVN-Rev: 39375
2016-09-28 04:17:24 +00:00
Jeff Genovy
6e6eb51366
ICU-12738 remove non-ASCII characters from ICU4C sources.
...
X-SVN-Rev: 39359
2016-09-27 00:23:19 +00:00
Steven R. Loomis
d255867071
ICU-12752 IBM i now passes
...
X-SVN-Rev: 39326
2016-09-22 01:25:52 +00:00
Steven R. Loomis
f0156c183b
ICU-12701 additional porting issues.
...
X-SVN-Rev: 39323
2016-09-21 23:52:53 +00:00
Steven R. Loomis
bdf4191819
ICU-11679 warning fix
...
X-SVN-Rev: 39320
2016-09-21 23:12:11 +00:00
Steven R. Loomis
4d580c2834
ICU-12701 additional cast for ibm i
...
X-SVN-Rev: 39309
2016-09-21 17:27:57 +00:00
Shane Carr
d5d266654b
ICU-12549 Revisions to uspoof.h documentation. Actually removing identifier_info.h and other obsolete files from r39218.
...
X-SVN-Rev: 39297
2016-09-20 21:06:55 +00:00
Peter Edberg
f82d62a85c
ICU-12729 CLDR release-30-d02 integration, merge icu4c branch into trunk
...
X-SVN-Rev: 39273
2016-09-19 05:09:40 +00:00
Peter Edberg
67b23a4aa6
ICU-12054 If format has no fields, first FieldPositionIterator::next should return FALSE; fix ufieldpositer_next description
...
X-SVN-Rev: 39241
2016-09-15 07:24:12 +00:00
Peter Edberg
e02cfd9eac
ICU-12407 Prevent parse crash in DECIMAL-style formatter with applied currency pattern
...
X-SVN-Rev: 39236
2016-09-15 03:55:22 +00:00
Yoshito Umaoka
6fcfea15fe
ICU-11679 Merging updates in bid transform test.
...
X-SVN-Rev: 39232
2016-09-15 01:28:50 +00:00
Shane Carr
2ceb565df3
ICU-12549 Updating SpoofChecker to latest Unicode specification.
...
X-SVN-Rev: 39218
2016-09-13 22:15:13 +00:00
Steven R. Loomis
78e91a274f
ICU-11679 fix line endings and props
...
X-SVN-Rev: 39172
2016-09-09 17:42:05 +00:00
Steven R. Loomis
6ce57afd03
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
2016-09-09 16:41:15 +00:00
Steven R. Loomis
eeac249cc2
ICU-11984 use "en_US" for TestInt64Format
...
this test should not be locale sensitive.
X-SVN-Rev: 39132
2016-09-03 01:30:52 +00:00
Steven R. Loomis
07c22b39f1
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
2016-09-03 01:28:49 +00:00
Steven R. Loomis
7f9329f821
ICU-12428 don t fallback to default for filtered break rules
...
X-SVN-Rev: 39130
2016-09-03 00:39:01 +00:00
Steven R. Loomis
20f11347f7
ICU-12652 fix for null termination in uloc_acceptLanguageFromHTTP
...
X-SVN-Rev: 39109
2016-08-31 14:53:53 +00:00
Shawn Steele
326552aa72
ICU-12087 - merge updates to use VS2015
...
X-SVN-Rev: 39085
2016-08-24 20:52:23 +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
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
Peter Edberg
b45dac8cfc
ICU-12455 Integrate early CLDR 30 data for ICU4C 58m1
...
X-SVN-Rev: 38905
2016-06-30 23:41:56 +00:00
Michael Ow
61607c2773
ICU-12564 Update copyright notice in trunk
...
X-SVN-Rev: 38848
2016-06-15 18:58:17 +00:00
Shane Carr
c10eeb4358
ICU-12534 Optimizing currency spacing data loading (C++)
...
X-SVN-Rev: 38826
2016-06-10 21:49:00 +00:00
Yoshito Umaoka
00ca13e126
ICU-12564 Reverted r38761 and r38762, because we want to prepend the Unicode copyright for existing source files, instead of replacing copyright comments.
...
X-SVN-Rev: 38776
2016-05-31 21:45:07 +00:00
Michael Ow
c9f199a30f
ICU-12564 Update copyright notice in ICU4C
...
X-SVN-Rev: 38761
2016-05-26 22:32:17 +00:00
Markus Scherer
5e69db5c2f
ICU-12526 integrate Unicode 9 beta
...
X-SVN-Rev: 38753
2016-05-19 22:48:18 +00:00
Markus Scherer
997ed6a7cd
ICU-11764 8 new script codes for Unicode 9 & CLDR 29
...
X-SVN-Rev: 38608
2016-04-08 22:23:30 +00:00
Peter Edberg
b17967ca58
ICU-12072 C, oops, correctly disable the tests currently missing data
...
X-SVN-Rev: 38482
2016-03-04 06:28:56 +00:00
Peter Edberg
eddf3c7f4c
ICU-12072 C, Updates per review comments
...
X-SVN-Rev: 38481
2016-03-04 05:54:01 +00:00
John Emmons
f9d2462f3c
ICU-12185 Fix LDML2ICUConversion of cashDigits/cashRounding
...
X-SVN-Rev: 38389
2016-02-26 22:51:31 +00:00
Andy Heninger
9d9256f3b7
ICU-12081 Initial implementation Emoji break rules and a new RBBI monkey test.
...
X-SVN-Rev: 38387
2016-02-26 21:58:26 +00:00
Michael Ow
6a32e3f591
ICU-12139 Fix uconfig test errors for 57
...
X-SVN-Rev: 38383
2016-02-26 18:51:13 +00:00
Fredrik Roubert
f34de568c4
ICU-12012 Replace irregular sizeof expressions with UPRV_LENGTHOF().
...
R=markus.icu@gmail.com
Review URL: https://codereview.appspot.com/286430043 .
X-SVN-Rev: 38378
2016-02-26 11:21:55 +00:00
kazède king
f713c0687c
ICU-11872 new time formatting pattern chars b/B
...
Merging from the branch.
X-SVN-Rev: 38370
2016-02-25 19:51:53 +00:00
Fredrik Roubert
f75e591321
ICU-12012 Replace all sizeof p / U_SIZEOF_... with UPRV_LENGTHOF().
...
R=markus.icu@gmail.com
Review URL: https://codereview.appspot.com/291740043 .
X-SVN-Rev: 38349
2016-02-24 22:52:29 +00:00
Fredrik Roubert
ebc0f5b22a
ICU-12012 Replace all sizeof p / sizeof T with UPRV_LENGTHOF().
...
R=markus.icu@gmail.com
Review URL: https://codereview.appspot.com/288320043 .
X-SVN-Rev: 38347
2016-02-24 21:48:56 +00:00
Fredrik Roubert
7f4b8d106b
ICU-12012 Replace all sizeof p / sizeof *p with UPRV_LENGTHOF().
...
R=markus.icu@gmail.com
Review URL: https://codereview.appspot.com/285520043 .
X-SVN-Rev: 38337
2016-02-23 10:40:09 +00:00
John Emmons
3af6ddd9d8
ICU-12170 Merge data from CLDR release-29-beta1
...
X-SVN-Rev: 38332
2016-02-23 02:26:57 +00:00
Peter Edberg
8c643b3395
ICU-12085 Update C TestToUnicodeLocaleType/TestToLegacyType for "rg"
...
X-SVN-Rev: 38315
2016-02-16 19:51:26 +00:00
Peter Edberg
086ee675a8
ICU-12085 manually integrate branch > trunk (had network problems committing updated branch)
...
X-SVN-Rev: 38311
2016-02-15 17:58:23 +00:00
John Emmons
f7d261ebbc
ICU-12091 Merge preliminary CLDR 29 data for 57m1
...
X-SVN-Rev: 38287
2016-02-05 04:12:07 +00:00
Peter Edberg
b15fd37fa9
ICU-12072 Flesh out tests for ureldatefmt_ APIs
...
X-SVN-Rev: 38192
2016-01-22 21:37:44 +00:00
Peter Edberg
50ea6cb008
ICU-12072 RelativeDateTimeFormatter: Improve C++ format API, add plain C API (part 1, structure)
...
X-SVN-Rev: 38189
2016-01-22 07:20:54 +00:00
Michael Ow
a47a3679ac
ICU-11979 Fix max char size for iso-2022-kr in icu4c
...
X-SVN-Rev: 38086
2015-11-17 23:08:52 +00:00
Michael Ow
fdd235d5e5
ICU-11917 Fix no data test errors in ICU4C 56
...
X-SVN-Rev: 37981
2015-09-22 04:02:11 +00:00
Peter Edberg
525a00b02e
ICU-11750 Improve comments again
...
X-SVN-Rev: 37951
2015-09-13 18:58:19 +00:00
Peter Edberg
ae7f45d5c1
ICU-11750 For Indic search: Allow match end at normalization boundary in middle of grapheme cluster
...
X-SVN-Rev: 37949
2015-09-13 07:43:51 +00:00
Steven R. Loomis
9ab86aaddb
ICU-11786 fix FilteredBreakIterator::last()
...
* last() was defective
* update the test case
* remove the logknownissue
X-SVN-Rev: 37936
2015-09-10 06:00:44 +00:00
Peter Edberg
5d1a2fa6bd
ICU-11787 Add support for UNUM_CURRENCY_STANDARD and locale u-ext key -cf- (C)
...
X-SVN-Rev: 37935
2015-09-10 05:40:20 +00:00
Peter Edberg
cd4634345e
ICU-11770 If locale has ss-standard, sentence break iterator uses suppressions data via FilteredBreakIterator
...
X-SVN-Rev: 37914
2015-09-09 04:05:01 +00:00
Peter Edberg
49d4ab5ee6
ICU-11773 Withdraw COLON as pattern char, leave support for UDAT_TIME_SEPARATOR_FIELD (C)
...
X-SVN-Rev: 37898
2015-09-07 22:39:49 +00:00
Markus Scherer
a97583a817
ICU-11860 uspoof_openFromSource() initializes static variables; isolate test code for uspoof_openFromSource() so that initialization can be tested
...
X-SVN-Rev: 37895
2015-09-07 01:18:49 +00:00
Markus Scherer
cd67ec8ed6
ICU-11765 fix u_charsToUChars() string length and make its destination buffer large enough
...
X-SVN-Rev: 37894
2015-09-07 00:38:38 +00:00
Markus Scherer
079f95c9a9
ICU-11765 fix string length in udatpg_test.c TestUsage()
...
X-SVN-Rev: 37893
2015-09-07 00:27:33 +00:00
Markus Scherer
1dc53cb9cf
ICU-11765 NUL-terminate a uenumtst.c test string
...
X-SVN-Rev: 37892
2015-09-05 19:25:38 +00:00
Markus Scherer
fb1f737cc7
ICU-11765 fix custrtst.c TestCountChar32(): need to use NUL-terminated buffer when testing NUL termination, not unterminated string
...
X-SVN-Rev: 37891
2015-09-05 19:17:55 +00:00
John Emmons
01e0c332a5
ICU-11846 CLDR 28 data integration
...
X-SVN-Rev: 37836
2015-08-27 20:23:27 +00:00
Michael Ow
73e9defb72
ICU-11628 Fix some no data test failures
...
X-SVN-Rev: 37633
2015-06-30 23:45:58 +00:00
Peter Edberg
a8325d335c
ICU-11706 (and #11726 ) Fix DateIntervalFormat handling of (1) skeletons with seconds, (2) FieldPosition
...
X-SVN-Rev: 37613
2015-06-23 22:07:03 +00:00
Peter Edberg
15ee90b9a3
ICU-11693 C support for CompactDecimalFormat, via UNumberFormatStyle additions
...
X-SVN-Rev: 37612
2015-06-23 18:09:52 +00:00
Markus Scherer
7c3234e250
ICU-11574 Unicode 8.0 final data
...
X-SVN-Rev: 37548
2015-06-12 11:10:10 +00:00
John Emmons
75ed4ce808
ICU-11728 First cut CLDR 28 data integration
...
X-SVN-Rev: 37524
2015-06-10 18:38:06 +00:00
Markus Scherer
fc290db4c1
ICU-11574 near-final Unicode 8 data with new block API constants, code adjustments & fixes; svn merge --reintegrate branches/markus/uni80
...
X-SVN-Rev: 37473
2015-05-28 23:16:00 +00:00
Yoshito Umaoka
47a3db9eb6
ICU-11602 Fixed a wrong condition used for detecting keyword without value in uloc internal function for parsing keywords. TestKeywordVariants was updated to include a case hitting the code path. The test code was also updated to handle error status. A follow up ticket #11690 was created for recording some issues with the test case found in this time.
...
X-SVN-Rev: 37454
2015-05-20 23:44:16 +00:00
Andy Heninger
b5ec74bd3b
ICU-11665 Inconsistent word break of Japanese text.
...
X-SVN-Rev: 37448
2015-05-16 01:05:26 +00:00
Andy Heninger
ae678d796b
ICU-11609 add svn:eol-style property to vcxproj files.
...
X-SVN-Rev: 37364
2015-04-17 21:25:48 +00:00
Markus Scherer
1d4b6a6ec7
ICU-11551 new UNISTR_OBJECT_SIZE=64 for 27 UChars stored internally on 64-bit machine
...
X-SVN-Rev: 37339
2015-04-15 18:49:55 +00:00
Michael Ow
9401ac86a0
ICU-11433 Fix some no data test failures
...
X-SVN-Rev: 37219
2015-03-11 21:09:25 +00:00
John Emmons
26a401e17a
ICU-10750 Remove obsolete files from source/data/xml
...
X-SVN-Rev: 37187
2015-03-07 16:06:51 +00:00