Matitiahu Allouche
cd4a7ba1c6
ICU-3660 add support for prologue and epilogue
...
X-SVN-Rev: 29596
2011-03-10 12:47:13 +00:00
Eric Mader
f244b0674d
ICU-8407 IntlTestNumberFormat::testLocale() - don't do scientific test for en_US_POSIX
...
X-SVN-Rev: 29584
2011-03-09 17:17:19 +00:00
Steven R. Loomis
d4b01a15b9
ICU-8363 cleanup test (remove warnings)
...
X-SVN-Rev: 29569
2011-03-08 03:15:57 +00:00
Steven R. Loomis
6d2d792372
ICU-8363 use PCELength for buffer size
...
X-SVN-Rev: 29567
2011-03-08 03:04:44 +00:00
Eric Mader
206c946267
ICU-8407 Use a case-insensitive compare when matching the exponent symbol.
...
X-SVN-Rev: 29551
2011-03-07 20:02:28 +00:00
Michael Ow
c28a76be8b
ICU-8273 Fix memory leak issue in timezone test.
...
X-SVN-Rev: 29538
2011-03-04 03:01:59 +00:00
Yoshito Umaoka
5701f7add9
ICU-8388 Fixed missing separator problem in uloc_minimizeSubtag/addLikelySubtag.
...
X-SVN-Rev: 29536
2011-03-04 00:32:02 +00:00
Markus Scherer
d55e005cf7
ICU-8167 move string tries to the common library and make API headers public
...
X-SVN-Rev: 29531
2011-03-03 21:56:36 +00:00
Michael Ow
4ff56e0dd5
ICU-8398 Log data errors where appropriate so ensure cintltst and intltest passes without data in 4.7.1
...
X-SVN-Rev: 29529
2011-03-03 19:29:57 +00:00
Yoshito Umaoka
34bc79c98b
ICU-8278 New APIs TimeZone::createTimeZoneIDEnumeration and ucal_openTimeZoneIDEnumeration for supporting canonical/canonical location zone iteration. The fix for ticket#8349 Etc/Unknown problem was also done at the same time.
...
X-SVN-Rev: 29498
2011-03-01 18:29:13 +00:00
Andy Heninger
def8fdc070
ICU-7530 Add alphabetic index to windows projects
...
X-SVN-Rev: 29484
2011-02-27 18:55:17 +00:00
Andy Heninger
7b7f48eef8
ICU-7530 Alphabetic index, move from branch to trunk.
...
X-SVN-Rev: 29482
2011-02-25 22:21:30 +00:00
Andy Heninger
497e88ec1f
ICU-8341 spoof skeleton computed using NFD, not NFKD
...
X-SVN-Rev: 29475
2011-02-24 22:55:07 +00:00
Peter Edberg
f0fe89f14c
ICU-8290 (1) in ucol_IGetNextCE/ucol_IGetPrevCE, add iteration when an ignorable
...
element is produced from Hangul expansion so it loops again to process the first jamo
from the expansion before returning; (2) in ucol_prv_getSpecialPrevCE, when Hangul
are expanded, add offsets for the expansion chars (as in collPrevIterNormalize).
X-SVN-Rev: 29473
2011-02-24 19:02:08 +00:00
Andy Heninger
f6969597fc
ICU-8367 spoof check, consider CJK as single script
...
X-SVN-Rev: 29469
2011-02-23 23:05:20 +00:00
Michael Ow
4892435224
ICU-8006 Add ucnv_isFixedWidth API and test.
...
X-SVN-Rev: 29467
2011-02-23 22:21:58 +00:00
Yoshito Umaoka
d7c7514920
ICU-8346 ICU4C TimeZone::createTimeZone to return Etc/Unknown when the given ID is unknown/unparsable. Also added UCAL_UNKNOWN_ZONE_ID.
...
X-SVN-Rev: 29462
2011-02-19 06:29:52 +00:00
Yoshito Umaoka
7c93a6eeac
ICU-8279 TimeZone API - getRegion in ICU4C
...
X-SVN-Rev: 29459
2011-02-18 23:03:47 +00:00
John Emmons
4b8773457a
ICU-8031 Support for parent locales
...
X-SVN-Rev: 29443
2011-02-16 13:46:19 +00:00
Peter Edberg
2c5bd3f343
ICU-8330 Fix ICU4C handling of 'S' (fractional seconds) in skeleton
...
X-SVN-Rev: 29421
2011-02-10 04:46:32 +00:00
Markus Scherer
086386bd9e
ICU-8322 pack class UnicodeString layout to avoid padding
...
X-SVN-Rev: 29398
2011-02-04 19:54:58 +00:00
Yoshito Umaoka
74a4461b49
ICU-8303 Handling private-use only language tag properly in uloc_forLanguageTag and uloc_toLanguageTag.
...
X-SVN-Rev: 29393
2011-02-03 22:33:00 +00:00
Markus Scherer
d5599d7be9
ICU-8314 change Appendable into a base class, add UnicodeStringAppendable
...
X-SVN-Rev: 29392
2011-02-03 22:07:22 +00:00
Markus Scherer
d8ea46628b
ICU-8314 Appendable interface, AppendableAdapter default impl & UnicodeString is-an Appendable
...
X-SVN-Rev: 29390
2011-02-03 05:28:01 +00:00
Markus Scherer
9cc27feeb4
ICU-8167 port trie API changes from Java
...
X-SVN-Rev: 29367
2011-01-27 21:41:03 +00:00
Stuart Gill
37bf7cf633
ICU-8277 change interpretation of Zzzz in the collation reordering codes
...
X-SVN-Rev: 29364
2011-01-27 20:50:53 +00:00
Andy Heninger
4a932a4dfc
ICU-7795 Regular Expression refreshInputText added.
...
X-SVN-Rev: 29363
2011-01-27 01:12:12 +00:00
Peter Edberg
5224f25511
ICU-8267 ucstrTextExtract should use text pointer & offset for chunk, as set by ucstrTextAccess
...
X-SVN-Rev: 29356
2011-01-25 03:25:24 +00:00
Yoshito Umaoka
0d4c82b85a
ICU-8057 Skip validating fields internally set by add method in non-lenient mode. The same changes were done in ICU4J.
...
X-SVN-Rev: 29338
2011-01-19 23:31:36 +00:00
Michael Ow
4eb3c19d23
ICU-8274 Do not run exhaustive mode round trip test for GB18030
...
X-SVN-Rev: 29331
2011-01-19 03:30:52 +00:00
John Emmons
f979283776
ICU-7755 Data changes to support removal of hard fallbacks to Gregorian calendar
...
X-SVN-Rev: 29323
2011-01-17 15:27:25 +00:00
Michael Ow
91c044bb32
ICU-8274 Udpate gdb18030 code page and add testcase in ICU4C
...
X-SVN-Rev: 29303
2011-01-14 17:46:13 +00:00
Markus Scherer
4ecd44cfd6
ICU-4701 faster .dat package data item name lookup; improved binary search tracks shared-prefix length
...
X-SVN-Rev: 29293
2011-01-12 23:51:40 +00:00
Andy Heninger
0ac84b2939
ICU-8199 Fix for failing decimal parse test on Windows.
...
X-SVN-Rev: 29292
2011-01-12 23:41:52 +00:00
Steven R. Loomis
5a86c076e8
ICU-8263 remove reference to pnames.icu in test. Fails under --with-data-packaging=archive and also fails under Win build.
...
X-SVN-Rev: 29285
2011-01-11 19:47:53 +00:00
Markus Scherer
f97ba58fe7
ICU-8167 minor test fixes
...
X-SVN-Rev: 29282
2011-01-10 23:55:17 +00:00
Markus Scherer
397d6f7372
ICU-8167 make trie iterators nested classes inside their tries
...
X-SVN-Rev: 29272
2011-01-06 18:40:26 +00:00
Markus Scherer
62306a038c
ICU-8167 rename ByteTrie to BytesTrie, DictTrie to StringTrie, etc.
...
X-SVN-Rev: 29265
2011-01-05 21:05:47 +00:00
Andy Heninger
345c295b0f
ICU-8199 Fix compilation errors on MacOSX introduced by previous commit of these files
...
X-SVN-Rev: 29260
2011-01-04 19:01:12 +00:00
Andy Heninger
7a2d96c7c8
ICU-8199 Fix use of out-of-scope object in DigitList, and related rounding problems in Formattable::getInt64
...
X-SVN-Rev: 29259
2011-01-04 07:42:32 +00:00
Markus Scherer
c04082d93c
ICU-8105 hardcode Unicode property names data (formatVersion 2); includes new dictionary-type tries (ByteTrie & UCharTrie see ticket #8167 ); merge branches/markus/tries -r 29040:29249
...
X-SVN-Rev: 29252
2010-12-31 18:21:36 +00:00
Peter Edberg
bbb368c939
ICU-8238 Implement max subpart policy for UTF7 toUnicode, don't consume valid bytes after err
...
X-SVN-Rev: 29214
2010-12-16 17:35:01 +00:00
Claire Ho
4c38ef650d
ICU-7385 changed ECurrencySpacing into a C enum.
...
X-SVN-Rev: 29212
2010-12-15 23:46:53 +00:00
Michael Ow
dd03794570
ICU-7959 Add compound text converter to ICU4C.
...
X-SVN-Rev: 29211
2010-12-15 23:38:28 +00:00
Michael Ow
22b88a2cf3
ICU-8209 Update the timebombs.
...
X-SVN-Rev: 29192
2010-12-10 22:21:51 +00:00
Michael Ow
3261e6d703
ICU-7089 Add test for Calendar class time stamp recalculation in ICU4C
...
X-SVN-Rev: 29164
2010-12-07 23:46:13 +00:00
Michael Ow
54c4dc59ca
ICU-8083 Update locale test data.
...
X-SVN-Rev: 29158
2010-12-03 20:43:21 +00:00
Michael Ow
642c2f0f68
ICU-8083 Update locale test for r29153
...
X-SVN-Rev: 29157
2010-12-03 20:39:32 +00:00
Steven R. Loomis
96876653d9
ICU-8205 fix improper swap of uspoof, also add to swap test
...
X-SVN-Rev: 29139
2010-12-02 19:17:46 +00:00
Michael Ow
74caa5d001
ICU-8193 Increase array size in cintltst's TestCEValidity.
...
X-SVN-Rev: 29099
2010-11-23 02:00:16 +00:00