Markus Scherer
13bea319a7
ICU-7492 fix ucnv_convertEx(UTF-8 to SBCS/DBCS) handling of two truncated sequences at the end of the input
...
X-SVN-Rev: 27757
2010-03-03 04:53:55 +00:00
Steven R. Loomis
99998611d9
ICU-7482 z issues - cintltest passes!
...
X-SVN-Rev: 27754
2010-03-03 01:47:00 +00:00
Michael Ow
deb0f9b6df
ICU-7483 Exclude usrchdat.c from build in VS project file.
...
X-SVN-Rev: 27735
2010-03-02 09:44:33 +00:00
Peter Edberg
7eb5ef037e
ICU-7446 Note that UREGEX_LITERAL is unimplemented, and return U_REGEX_UNIMPLEMENTED for it.
...
X-SVN-Rev: 27718
2010-02-27 03:40:56 +00:00
Peter Edberg
ad87082ae1
ICU-7093 (merge from branch) Implement asymmetric search, add tests, kill some other warnings
...
X-SVN-Rev: 27714
2010-02-27 01:01:45 +00:00
Markus Scherer
a20ee3d7f4
ICU-5391 sync Java compatibility u_isWhitespace() and u_isIDIgnorable() with Java & ICU4J: U+0085 is not whitespace any more, update documentation, improve tests
...
X-SVN-Rev: 27704
2010-02-26 20:12:09 +00:00
Markus Scherer
82bba71cce
ICU-7106 string transformation functions permit source=NULL when sourceLength=0
...
X-SVN-Rev: 27698
2010-02-26 05:21:59 +00:00
Michael Ow
3bb1465e8d
ICU-6911 Fix some memory leaks in cintltst and add value deleter in selfmt.
...
X-SVN-Rev: 27678
2010-02-25 19:19:53 +00:00
Steven R. Loomis
2398c33c5e
ICU-7450 fix for win32
...
X-SVN-Rev: 27671
2010-02-25 15:10:12 +00:00
Markus Scherer
5cb38459a6
ICU-7273 remove #include unormimp.h where not used any more
...
X-SVN-Rev: 27667
2010-02-25 00:21:02 +00:00
Steven R. Loomis
6058b10dea
ICU-7450 find icu-config based on pkgdata
...
X-SVN-Rev: 27660
2010-02-24 22:49:36 +00:00
Michael Ow
39881d8f7b
ICU-7311 Replace tab character with spaces in changes from the patch.
...
X-SVN-Rev: 27652
2010-02-24 19:46:03 +00:00
Michael Ow
0763686c6c
ICU-7370 Log data errors to ensure that intltest and cintltst passes without data.
...
X-SVN-Rev: 27649
2010-02-24 16:17:03 +00:00
John Emmons
ea6e8a0a72
ICU-7356 CLDR 1.8 data integration - first run
...
X-SVN-Rev: 27590
2010-02-18 14:30:15 +00:00
Markus Scherer
1cb38e859b
ICU-7273 compute FC_NFKC_Closure on the fly
...
X-SVN-Rev: 27534
2010-02-10 23:05:39 +00:00
Umesh Nair
b11c49bcd5
ICU-7015 Implementing compact collation tailoring syntax by introducing a star-notation.
...
X-SVN-Rev: 27521
2010-02-09 19:59:06 +00:00
Yoshito Umaoka
572475f613
ICU-7302 Reading bcp47 key/type mapping data from the new resources in ICU4C.
...
X-SVN-Rev: 27516
2010-02-09 03:51:54 +00:00
Michael Grady
8216117f21
ICU-4521 UText-based regex implementation
...
X-SVN-Rev: 27482
2010-02-03 02:59:35 +00:00
Steven R. Loomis
13bbe4f77d
ICU-7311 apply patch as per ticket - THANKS!
...
X-SVN-Rev: 27463
2010-01-30 07:43:37 +00:00
Steven R. Loomis
a739bdd8e5
ICU-7401 test for missing errorcodes
...
X-SVN-Rev: 27458
2010-01-30 06:53:52 +00:00
Peter Edberg
f0c9ad0b41
ICU-7295 subparse hangs with fGroupingUsed TRUE but 0-length grouping separator
...
X-SVN-Rev: 27415
2010-01-26 08:51:23 +00:00
Peter Edberg
4c6887c581
ICU-7295 ucal_open crash if locale==NULL && caltype==UCAL_GREGORIAN
...
X-SVN-Rev: 27414
2010-01-26 07:21:21 +00:00
Peter Edberg
93ecb35cb6
ICU-2223 Port weekend APIs from ICU4J to C,C++ (real implementation)
...
X-SVN-Rev: 27403
2010-01-25 20:12:19 +00:00
Markus Scherer
7c524feb82
ICU-7314 remove support for CNS 11643 planes 3..7 (ISO-2022-CN-EXT)
...
X-SVN-Rev: 27295
2010-01-16 06:37:14 +00:00
Markus Scherer
0a48da9893
ICU-7035 stop support for ICU resource bundle formatVersion 1.0 [predates ICU 2.8] in swapper code
...
X-SVN-Rev: 27294
2010-01-16 05:15:30 +00:00
Kirti Velankar
0e375461b0
ICU-3931 Merge into trunk from branch kirtig -Added SelectFormat
...
X-SVN-Rev: 27293
2010-01-16 03:07:18 +00:00
Markus Scherer
285259186d
ICU-7350 remove test for old udata_setCommonData() semantics; it now allows setting multiple packages and checks for duplicates
...
X-SVN-Rev: 27290
2010-01-15 22:48:17 +00:00
Markus Scherer
ad83876755
ICU-7344 C functions for Java modified UTF-8
...
X-SVN-Rev: 27261
2010-01-14 19:11:07 +00:00
Michael Ow
98d44761c7
ICU-7309 Add testcase for arabic shaping.
...
X-SVN-Rev: 27199
2010-01-09 18:02:30 +00:00
Markus Scherer
8ddbd1394c
ICU-7273 merge in Normalizer2 API & code, and ICU-5785 UnicodeSet::span(UnicodeString) and ICU-7296 tempSubString()/retainBetween(); merge -r 26971:27150 branches/markus/norm2
...
X-SVN-Rev: 27155
2010-01-06 23:50:03 +00:00
Michael Ow
2bfaf1efe7
ICU-7244 Use Windows API to convert LCID to posix when possible. Update test for change.
...
X-SVN-Rev: 27082
2009-12-16 17:34:15 +00:00
Peter Edberg
98723ad2bd
ICU-7180 For hour field, change default behavior to not adjust pattern
...
field length to match requested skeleton. For getBestPattern,replaceFieldTypes
add option to override this, forcing pattern field length to match skeleton.
X-SVN-Rev: 27036
2009-12-10 09:13:49 +00:00
Markus Scherer
b5abd4a56e
ICU-7272 test script codes >0x7f
...
X-SVN-Rev: 26976
2009-11-25 19:38:02 +00:00
Markus Scherer
9fca8644b5
ICU-7182 remove support for Unicode Normalization behavior before corrigendum 5 (PRI #29 )
...
X-SVN-Rev: 26952
2009-11-19 00:46:36 +00:00
Michael Ow
5fb69bb39a
ICU-6905 Update some new tests to pass without data.
...
X-SVN-Rev: 26915
2009-11-16 05:16:59 +00:00
Markus Scherer
66b63f9c48
ICU-7084 Unicode 5.2: merge -r 26464:26890 branches/markus/uni52 into trunk, and a little cleanup (C++)
...
X-SVN-Rev: 26898
2009-11-13 19:25:21 +00:00
Doug Felt
d62a45c0bc
ICU-7232 merge branch/dougfelt/datasplit at revision 26862 into trunk
...
X-SVN-Rev: 26884
2009-11-12 21:53:42 +00:00
Michael Ow
a1900371b7
ICU-7226 Undo commit revision 24105 from ticket 6300.
...
X-SVN-Rev: 26871
2009-11-11 17:33:56 +00:00
Michael Ow
fe62ee5a61
ICU-6204 Ensure valid country code in locale id is either size 2 or 3.
...
X-SVN-Rev: 26809
2009-10-26 19:34:32 +00:00
John Emmons
dfccc29d1e
ICU-7173 Merge CLDR 1.8p1 snapshot data
...
X-SVN-Rev: 26733
2009-10-02 21:06:55 +00:00
Michael Ow
3b1acfd610
ICU-6991 Add icudataver.c to windows project file.
...
X-SVN-Rev: 26649
2009-09-18 14:31:42 +00:00
Michael Ow
6a639a823b
ICU-6991 Add test case for uspoof and reorder cintltst.
...
X-SVN-Rev: 26648
2009-09-18 06:38:49 +00:00
Michael Ow
30ef01e564
ICU-6991 Add test for better code coverage in various calendar classes and dateformat.
...
X-SVN-Rev: 26646
2009-09-17 21:55:11 +00:00
Steven R. Loomis
8177eb72ea
ICU-6888 disable optimization for ICC - merge r26548
...
X-SVN-Rev: 26551
2009-08-26 01:02:40 +00:00
Michael Ow
c6385f6209
ICU-7068 Add statements to ensure that uconfigtest passes
...
X-SVN-Rev: 26466
2009-08-04 21:09:17 +00:00
Markus Scherer
c9087beb0d
ICU-6945 merge into trunk: changes for .res formatVersion 2 ( #6945 ) and new ICU4J data .jar building from ICU4C ( #7043 ), from -r 26329:26368 icu/branches/markus/smallres2
...
X-SVN-Rev: 26375
2009-07-17 22:57:26 +00:00
Yoshito Umaoka
e3a1e9df86
ICU-6916 Support preferred language subtag casing used in BCP47.
...
X-SVN-Rev: 26296
2009-07-10 23:39:21 +00:00
Andy Heninger
20e7751c2c
ICU-6998 swat a bunch of compiler warnings.
...
X-SVN-Rev: 26288
2009-07-10 18:58:35 +00:00
John Vu
e0df82e538
ICU-6967 Checked for "zero" equality.
...
X-SVN-Rev: 26147
2009-06-23 21:06:29 +00:00
John Vu
e2879a0667
ICU-6967 Changed if statement to check for the same sign for the values instead of the exact number.
...
X-SVN-Rev: 26144
2009-06-23 19:47:15 +00:00