Andy Heninger
|
2861a47a86
|
ICU-7029 Add test case for this ticket.
X-SVN-Rev: 29846
|
2011-04-21 23:19:40 +00:00 |
|
Andy Heninger
|
f777c14042
|
ICU-8444 Remove PATTERN_IS_UTEXT from regex API.
X-SVN-Rev: 29845
|
2011-04-21 22:57:19 +00:00 |
|
Andy Heninger
|
118efa19c6
|
ICU-8486 UText not checking for Bogus UnicodeStrings, causing crash in regular expressions.
X-SVN-Rev: 29840
|
2011-04-21 00:07:50 +00:00 |
|
Andy Heninger
|
8148726df2
|
ICU-8404 Regular Expressions split(), fix incorrect handling of trailing empty field
X-SVN-Rev: 29801
|
2011-04-15 00:48:39 +00:00 |
|
Dragan Besevic
|
b95924297b
|
ICU-7486 Removing test noise
X-SVN-Rev: 29750
|
2011-04-06 21:56:48 +00:00 |
|
Michael Ow
|
d91a2126d4
|
ICU-8273 Delete PluralRule pointer after each use
X-SVN-Rev: 29720
|
2011-04-01 06:34:23 +00:00 |
|
Yoshito Umaoka
|
74e7b59d02
|
ICU-8415 Fixes for usearch_preceding and usearch_last regression bugs. The search test framework to cover usearch_following and usearch_preceding. Corrected and improved the API documentation for usearch_following/usearch_preceding. Merging these updates tested in my work branch to trunk.
X-SVN-Rev: 29681
|
2011-03-22 03:50:26 +00:00 |
|
Doug Felt
|
2cd87fc93e
|
ICU-8432 make icu4c test more robust
X-SVN-Rev: 29667
|
2011-03-17 22:57:55 +00:00 |
|
Doug Felt
|
47108a4e65
|
ICU-8432 add icu4c implementation and tests
X-SVN-Rev: 29666
|
2011-03-17 21:36:03 +00:00 |
|
John Emmons
|
40f80afaaa
|
ICU-8424 Merge current CLDR trunk to 4.8M1 as CLDR 1.9.9
X-SVN-Rev: 29637
|
2011-03-12 14:57:18 +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 |
|
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 |
|
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 |
|
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 |
|
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 |
|
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 |
|
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 |
|
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 |
|
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
|
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
|
642c2f0f68
|
ICU-8083 Update locale test for r29153
X-SVN-Rev: 29157
|
2010-12-03 20:39:32 +00:00 |
|
Markus Scherer
|
0627cc5c5a
|
ICU-8137 fix u_strFromPunycode(), write last non-ASCII character into dest buffer when it just so fits
X-SVN-Rev: 29029
|
2010-11-12 00:02:25 +00:00 |
|
Michael Ow
|
b21e2734dd
|
ICU-8146 Add check for data loading failure in cintltst and intltest.
X-SVN-Rev: 29025
|
2010-11-11 05:37:40 +00:00 |
|
Yoshito Umaoka
|
ac17fa57d6
|
ICU-8046 Accidentaly changed timbbomb for debugging in the previous change - revert the timebomb.
X-SVN-Rev: 28977
|
2010-11-02 03:03:47 +00:00 |
|
Yoshito Umaoka
|
685d7f1862
|
ICU-8046 Use sprintf instead of snprintf for better platform support.
X-SVN-Rev: 28968
|
2010-11-01 22:47:52 +00:00 |
|
Markus Scherer
|
a880b11b88
|
ICU-7924 fix segfault in StringPiece::operator==(both empty)
X-SVN-Rev: 28954
|
2010-10-29 18:01:01 +00:00 |
|
Markus Scherer
|
334ad85355
|
ICU-8091 fix UnicodeString::reverse() for when the only lead surrogate is in the middle of an odd-length string
X-SVN-Rev: 28952
|
2010-10-29 00:15:27 +00:00 |
|
Peter Edberg
|
d187b1cc1b
|
ICU-8046 For Windows use _snprintf instead of snprintf
X-SVN-Rev: 28949
|
2010-10-28 21:47:20 +00:00 |
|
Peter Edberg
|
c104085f55
|
ICU-7744 Remove no-longer-needed timebomb
X-SVN-Rev: 28938
|
2010-10-28 17:49:07 +00:00 |
|
Peter Edberg
|
6dba897cff
|
ICU-8046 Update timebombs
X-SVN-Rev: 28937
|
2010-10-28 17:44:02 +00:00 |
|
Peter Edberg
|
8c2725adc2
|
ICU-8081 Investigate failing string search tests; improve tests
X-SVN-Rev: 28925
|
2010-10-27 07:04:49 +00:00 |
|
Peter Edberg
|
c8765bfe77
|
ICU-8077 Remove isLenient/setLenient from Format, etc. (revert #7725)
X-SVN-Rev: 28916
|
2010-10-26 18:11:13 +00:00 |
|
Peter Edberg
|
5b132df167
|
ICU-8046 CLDR 1.9 integration pass 2, update C tests
X-SVN-Rev: 28901
|
2010-10-25 06:31:21 +00:00 |
|
Peter Edberg
|
d841f7254d
|
ICU-7992 DateTimePatternGenerator, fix matching for weekday name
X-SVN-Rev: 28884
|
2010-10-20 22:06:10 +00:00 |
|
Yoshito Umaoka
|
4e8f6e1ed2
|
ICU-7518 Workaround for 24:00 on a transition day problem. Use 23:59:59.999 as the transition time. iCal VTIMEZONE is not capable to handle such rule. Also a minor bug fix in BasicTimeZone::hasEquivalentTransitions which was found while updating the test case. This fix is equivalent to the ICU4J fix r28879.
X-SVN-Rev: 28880
|
2010-10-20 07:46:11 +00:00 |
|
Markus Scherer
|
d29bfdf854
|
ICU-7264 UCA 6.0 data, test data, and bug fixes; from branches/markus/uca60 -r 28826:28857
X-SVN-Rev: 28875
|
2010-10-19 21:48:04 +00:00 |
|
Jie J. Yang
|
396f2a8f3a
|
ICU-7902 TimeUnitFormat uses unlocalized short time units for Greek, icu4c part
X-SVN-Rev: 28872
|
2010-10-19 08:28:02 +00:00 |
|
Peter Edberg
|
0cc2fd091f
|
ICU-8046 CLDR 1.9 integration pass 1, update tests
X-SVN-Rev: 28867
|
2010-10-19 03:31:50 +00:00 |
|
Claire Ho
|
e28ad3610d
|
ICU-7385 rollback the changeset#28856. Hold the change until reviewed by icu-design list.
X-SVN-Rev: 28864
|
2010-10-19 01:27:56 +00:00 |
|
Claire Ho
|
51689f4071
|
ICU-7385 changed ECurrencySpacing into a C enum.
X-SVN-Rev: 28856
|
2010-10-18 23:09:02 +00:00 |
|
Andy Heninger
|
4efdb1090d
|
ICU-7555 regexp does not recognize [:word:]
X-SVN-Rev: 28854
|
2010-10-18 20:08:27 +00:00 |
|
Andy Heninger
|
c05e310791
|
ICU-8044 Spoof Detection data update to latest from Unicode.
X-SVN-Rev: 28838
|
2010-10-15 00:01:43 +00:00 |
|
Andy Heninger
|
69a7b1ea42
|
ICU-6545 Allow regex reset to the end of a string
X-SVN-Rev: 28801
|
2010-10-12 22:52:51 +00:00 |
|
Michael Ow
|
2333b126c1
|
ICU-6845 Improve the code coverage in ICU4C.
X-SVN-Rev: 28790
|
2010-10-12 16:38:38 +00:00 |
|
Steven R. Loomis
|
adb11cba8d
|
ICU-8028 update version number to milestone:4.6, bump timebombs, etc
X-SVN-Rev: 28785
|
2010-10-09 01:23:28 +00:00 |
|
Andy Heninger
|
eca1ad4fc5
|
ICU-7991 Fix memory leak in NumberFormatTest.
X-SVN-Rev: 28718
|
2010-09-28 23:01:24 +00:00 |
|
Andy Heninger
|
4997366db1
|
ICU-7987 Fix memory leak in intltest normalize
X-SVN-Rev: 28704
|
2010-09-27 18:47:37 +00:00 |
|
Peter Edberg
|
8cab1047c4
|
ICU-7965 th uses legacy clusters with 0E33 0EB3 added to Extend; remove test timebomb
X-SVN-Rev: 28663
|
2010-09-21 03:38:50 +00:00 |
|
Markus Scherer
|
b5e1330176
|
ICU-7264 merge Unicode 6.0 into trunk from branches/markus/uni60 -r 28339:28657
X-SVN-Rev: 28661
|
2010-09-21 00:12:49 +00:00 |
|
John Emmons
|
cd3f6237f9
|
ICU-7652 Get correct week data from territory based locale
X-SVN-Rev: 28658
|
2010-09-20 21:22:31 +00:00 |
|
Michael Grady
|
751473d25a
|
ICU-7813 64bit regex API, 7675: UText-based Regex to use native indexes, 7764: Improved UText-regex API error handling, 7855: UText regex group API returns shallow clone, 7851: Set region and start position, 7763: Inline regex progress callback function.
X-SVN-Rev: 28647
|
2010-09-18 03:07:17 +00:00 |
|
John Emmons
|
b5a918dba0
|
ICU-7489 Remove unnecessary test TimeZoneRoundTripPerf
X-SVN-Rev: 28640
|
2010-09-17 16:37:20 +00:00 |
|
Alexey Gousev
|
352a29f8a8
|
ICU-7066 updated intltest
X-SVN-Rev: 28635
|
2010-09-16 23:28:56 +00:00 |
|
Steven R. Loomis
|
813bed9975
|
ICU-7958 test macro cleanup
X-SVN-Rev: 28630
|
2010-09-16 16:44:29 +00:00 |
|
Yoshito Umaoka
|
f063e2a26a
|
ICU-7792 Updated time bomb in tzrulets.cpp - VTimeZone test case for Asia/Amman.
X-SVN-Rev: 28617
|
2010-09-14 15:36:41 +00:00 |
|
Michael Ow
|
24055f8585
|
ICU-7882 Enable BCP47 ids and update a few test cases in ICU4C.
X-SVN-Rev: 28503
|
2010-08-20 20:11:37 +00:00 |
|
John Emmons
|
1974269a6f
|
ICU-7724 Merge support for non-contiguous numbering systems
X-SVN-Rev: 28466
|
2010-08-13 21:23:00 +00:00 |
|
Steven R. Loomis
|
dec09768b9
|
ICU-7870 Visual Studio 2010
X-SVN-Rev: 28442
|
2010-08-10 20:16:09 +00:00 |
|
Steven R. Loomis
|
592b73e980
|
ICU-7502 fix ASCIIsms - merge from branch /branches/srl/ascii7502
X-SVN-Rev: 28382
|
2010-07-28 16:08:12 +00:00 |
|
Michael Ow
|
2f72159ffb
|
ICU-7784 Fix tests that run incorrectly without data.
X-SVN-Rev: 28369
|
2010-07-26 22:02:42 +00:00 |
|
Andy Heninger
|
a2605b9c83
|
ICU-5532 temp fix for crash in RBBI dictionary code with UTF-8 text
X-SVN-Rev: 28361
|
2010-07-23 00:15:37 +00:00 |
|
Michael Ow
|
ac4c3c9f3a
|
ICU-7649 Force proper locale setting for TestUnicodeFiles test.
X-SVN-Rev: 28348
|
2010-07-22 15:15:34 +00:00 |
|
Michael Ow
|
e5863f33c9
|
ICU-7649 Rearrange util tests in intltest and add check for 'th' in locale test to resolve environment test errors.
X-SVN-Rev: 28340
|
2010-07-21 17:41:28 +00:00 |
|
Michael Ow
|
9d5f366fb5
|
ICU-7718 Zero terminate buffer and check for overlapping src and dest in strcpy call to avoid memory errors.
X-SVN-Rev: 28313
|
2010-07-15 15:16:41 +00:00 |
|
Andy Heninger
|
5bcaaa08dc
|
ICU-7606 VTimeZone, add factory to create from BasicTimeZone.
X-SVN-Rev: 28311
|
2010-07-14 23:42:09 +00:00 |
|
Michael Ow
|
c2228ba03e
|
ICU-7649 Fix character size error on Solaris.
X-SVN-Rev: 28306
|
2010-07-14 19:02:54 +00:00 |
|
Michael Ow
|
0e8df2ba58
|
ICU-7784 Set some test failure errors as data loading error appropriate.
X-SVN-Rev: 28305
|
2010-07-14 16:09:03 +00:00 |
|
Michael Ow
|
00a84e6d99
|
ICU-7649 Add check for certain default locales to ensure environment test passes.
X-SVN-Rev: 28303
|
2010-07-13 19:43:25 +00:00 |
|
Andy Heninger
|
74e297291f
|
ICU-7780 fix various compiler warnings
X-SVN-Rev: 28301
|
2010-07-12 18:03:29 +00:00 |
|
Steven R. Loomis
|
45aa2210aa
|
ICU-7815 merge from branch
X-SVN-Rev: 28296
|
2010-07-12 15:24:57 +00:00 |
|
Markus Scherer
|
d84415e717
|
ICU-7237 adjust BiDiConformanceTest for Unicode 6 BidiTest.txt (auto-RTL in bit set)
X-SVN-Rev: 28285
|
2010-07-08 05:16:35 +00:00 |
|
Fredrik Roubert
|
7d5ca333f1
|
ICU-6838 add test cases and lowercase canonicalization table entry for "C"
X-SVN-Rev: 28284
|
2010-07-08 00:16:17 +00:00 |
|
Jason Spieth
|
6f718f78eb
|
ICU-7654 Merge branch into trunk.
X-SVN-Rev: 28282
|
2010-07-06 16:35:34 +00:00 |
|
John Emmons
|
f3fddb37d8
|
ICU-7751 Fix error handling in NumberingSystem::createInstance()
X-SVN-Rev: 28280
|
2010-07-01 21:41:48 +00:00 |
|
Jason Spieth
|
918e30ee08
|
ICU-7524 Remove wrappers from trunk.
X-SVN-Rev: 28215
|
2010-06-17 18:19:40 +00:00 |
|
Andy Heninger
|
e8985e068a
|
ICU-7740 Regex error handling cleanups
X-SVN-Rev: 28210
|
2010-06-16 17:54:04 +00:00 |
|
Markus Scherer
|
0f2d14ab3a
|
ICU-7586 fix namespace bugs
X-SVN-Rev: 28202
|
2010-06-15 21:19:16 +00:00 |
|
Michael Grady
|
8b6ce73317
|
ICU-7666 Regex find progress callback (from branch to trunk)
X-SVN-Rev: 28201
|
2010-06-15 20:19:10 +00:00 |
|
Jason Spieth
|
3f0616cb03
|
ICU-7524 Remove test case for build.
X-SVN-Rev: 28199
|
2010-06-15 17:46:12 +00:00 |
|
Jason Spieth
|
a65cc10ed2
|
ICU-7524 C wrapper for TimeZone C++ class. SPI implementation.
X-SVN-Rev: 28197
|
2010-06-15 17:01:29 +00:00 |
|
Markus Scherer
|
3360fe4708
|
ICU-7144 merge UTS #46 (IDNA2008) C/C++ feature into trunk, merging in -r 27794:28172 icu/branches/markus/uts46
X-SVN-Rev: 28195
|
2010-06-15 15:54:53 +00:00 |
|
Markus Scherer
|
59ac0e22f9
|
ICU-7496 fix CharString::getAppendBuffer() argument in test code
X-SVN-Rev: 28191
|
2010-06-14 23:21:19 +00:00 |
|