Commit Graph

17188 Commits

Author SHA1 Message Date
Markus Scherer
81234fecdb ICU-7273 add loading of custom data, with caching, test data and test code
X-SVN-Rev: 27578
2010-02-16 23:43:22 +00:00
Doug Felt
9f6f2d83d7 ICU-7342 enhance test
X-SVN-Rev: 27576
2010-02-16 18:21:52 +00:00
Steven R. Loomis
e1d189d3e2 ICU-6631 add --noverify option to icu-config
X-SVN-Rev: 27568
2010-02-15 19:54:47 +00:00
Peter Edberg
d35f302566 ICU-6830 getDateTimeSkeleton() should not normalize 'H' to 'h'
X-SVN-Rev: 27566
2010-02-15 19:26:22 +00:00
Markus Scherer
7a3a89e61f ICU-7273 remove now-unused unorm.icu, and small changes parallel with Java
X-SVN-Rev: 27562
2010-02-13 23:15:05 +00:00
Yoshito Umaoka
0ec6c28016 ICU-6444 Retire gCanonicalMap in ZoneMeta. Matching the implementation for getCanonicalSystemID / getCanonicalCountry with J trunk implementation. It shows 5-10% performance degrade in typical test cases. I'll revisit this if we need caches for them. Also, I'll update territory mapping to read the data from zoneinfo later.
X-SVN-Rev: 27556
2010-02-12 22:06:49 +00:00
Yoshito Umaoka
d8db690e28 ICU-6444 Modified the code not to depend on gUStringTable. Instead, use the data in resource directly.
X-SVN-Rev: 27554
2010-02-12 19:00:53 +00:00
Yoshito Umaoka
784704f4c7 ICU-6444 Removed pre-loaded mapping table between Olson ids and metazones. Metazone to Olson mapping to refer the resource bundle directly. Olson to Metazone to load only requested data from the resource bundle and cache it for next time.
X-SVN-Rev: 27551
2010-02-12 04:04:48 +00:00
Steven R. Loomis
588cb1a7da ICU-7417 better error than 'parse failed' when ICU data is missing.
X-SVN-Rev: 27546
2010-02-11 18:33:09 +00:00
Peter Edberg
a6c3b1905e ICU-4521 Fix dangling pointer if a UnicodeString passed to RegexPattern::compile
doesn't persist for the life of the RegexPattern; ensure RegexPattern == still works.

X-SVN-Rev: 27541
2010-02-11 06:57:20 +00:00
Steven R. Loomis
1457da183c ICU-7353 docs fixup and updated API Change Report
X-SVN-Rev: 27537
2010-02-11 00:53:57 +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
Steven R. Loomis
bf11f11afa ICU-7403 cleanup
X-SVN-Rev: 27531
2010-02-10 22:43:06 +00:00
Peter Edberg
f308bffc8c ICU-4521 Disambiguate signatures for RegexPattern::matcher,RegexMatcher::group for 0 pointers; fix warnings
X-SVN-Rev: 27522
2010-02-09 20:17:52 +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
71849245cd ICU-7302 Removing bcp47 key/type mapping data from supplementalData. This change was already done in CLDR trunk.
X-SVN-Rev: 27517
2010-02-09 04:30:07 +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
Yoshito Umaoka
a5d49cf91c ICU-7302 Use lower case keys in keyTypeData.txt.
X-SVN-Rev: 27512
2010-02-08 20:46:40 +00:00
John Emmons
00488c0908 ICU-4521 Fix ambiguous argument
X-SVN-Rev: 27511
2010-02-08 18:02:31 +00:00
John Emmons
b932e68f4f ICU-4521 Fix ambiguous argument
X-SVN-Rev: 27510
2010-02-08 17:50:41 +00:00
Yoshito Umaoka
82f1288dea ICU-7302 Adding key/type data (keyTypeData.txt and timezoneTypes.txt) generated from CLDR bcp47/*.xml.
X-SVN-Rev: 27508
2010-02-08 16:46:01 +00:00
Steven R. Loomis
016cd3ca66 ICU-7213 fix icuinfo documentation and install target
X-SVN-Rev: 27503
2010-02-05 21:54:27 +00:00
Steven R. Loomis
49072cf95b ICU-7336 clarify rebuilding of data.
X-SVN-Rev: 27500
2010-02-05 19:04:13 +00:00
Yoshito Umaoka
72200dfa92 ICU-7336 Properly copy icudata.jar/testdata.jar to ICU4J directory by the make target.
X-SVN-Rev: 27499
2010-02-05 18:16:28 +00:00
Steven R. Loomis
cdaaa68c47 ICU-7336 restore build steps on C/windows
X-SVN-Rev: 27496
2010-02-05 02:02:43 +00:00
Markus Scherer
7f34717f2e ICU-7273 minor C++ changes parallel with Java
X-SVN-Rev: 27494
2010-02-04 23:57:28 +00:00
Steven R. Loomis
6d7cd2ba25 ICU-4521 remove breaking #include
X-SVN-Rev: 27492
2010-02-04 23:27:28 +00:00
Steven R. Loomis
4b5a30356e ICU-7353 updated docs and report
X-SVN-Rev: 27489
2010-02-04 21:41:44 +00:00
Steven R. Loomis
4a9bc3f8ff ICU-7353 updated docs and report
X-SVN-Rev: 27488
2010-02-04 20:32:21 +00:00
Michael Grady
7a8d49ed32 ICU-4521 UText-based regex implementation (missed a file)
X-SVN-Rev: 27484
2010-02-03 03:44:06 +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
7a93a3c3e2 ICU-7336 restore build steps on C/unix
X-SVN-Rev: 27477
2010-02-02 21:49:58 +00:00
Yoshito Umaoka
096cd6d256 ICU-6444 metaZones.txt and windownsZones.txt were missing in the previous code submission. Fix the problem.
X-SVN-Rev: 27473
2010-02-02 15:11:38 +00:00
Yoshito Umaoka
547580cd15 ICU-6444 Updated timezone data resources corresponding to the latest change for cldrbug 1958 in CLDR. Added metaZones.txt/windowsZones.txt replacing metazoneInfo.txt/wintz.txt. Removed mapTimezones data from supplementalData.txt to match the change in CLDR (for now, manually editted, because I cannot use the trunk version of supplementalData.xml in CLDR at this moment).
X-SVN-Rev: 27471
2010-02-02 04:55:55 +00:00
John Emmons
91ab093cf3 ICU-7290 Changed inaccurate U_DRAFT markings to U_STABLE
X-SVN-Rev: 27469
2010-02-02 01:44:11 +00:00
Kirti Velankar
295cff6916 ICU-3931 code-review changes
X-SVN-Rev: 27467
2010-02-01 23:32:57 +00:00
Steven R. Loomis
b21f47bdb7 ICU-7261 update urename.h (and add some statics in ushape.c)
X-SVN-Rev: 27466
2010-02-01 23:10:11 +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
8688c228bc ICU-7403 make sure resbund and subdirs built before check
X-SVN-Rev: 27462
2010-01-30 07:36:56 +00:00
Steven R. Loomis
7f78036068 ICU-7403 fix samples breakage. "icu-config --ldflags-icuio --ldflags-toolutil" wasn't emitting a space between the output params.
X-SVN-Rev: 27461
2010-01-30 07:36:05 +00:00
Steven R. Loomis
6749bdc7b3 ICU-3931 fix breakage from r27453 - SelectFormat - new (UnicodeString(), status) - got err status U_DEFAULT_KEYWORD_MISSING
X-SVN-Rev: 27460
2010-01-30 07:12:52 +00:00
Steven R. Loomis
ad51e858d4 ICU-7402 fix missing error codes ( now tested by ICU-7401 )
X-SVN-Rev: 27459
2010-01-30 07:01:53 +00:00
Steven R. Loomis
a739bdd8e5 ICU-7401 test for missing errorcodes
X-SVN-Rev: 27458
2010-01-30 06:53:52 +00:00
Kirti Velankar
f8125a14a4 ICU-3931 Updates
X-SVN-Rev: 27457
2010-01-30 04:48:30 +00:00
Steven R. Loomis
a4cf14cb20 ICU-6633 link to plugin documentation
X-SVN-Rev: 27456
2010-01-30 04:37:37 +00:00
Kirti Velankar
867c479b47 ICU-3931 Some more updates according to code-review comments
X-SVN-Rev: 27455
2010-01-30 03:46:13 +00:00
Kirti Velankar
df36aab82d ICU-3931 Removing commented code
X-SVN-Rev: 27454
2010-01-30 03:35:11 +00:00
Kirti Velankar
883c9a2bdf ICU-3931 Code-review comments and removed default constructor -same as Java
X-SVN-Rev: 27453
2010-01-30 03:21:38 +00:00
Kirti Velankar
632f3ce80c ICU-3931 Code-review comments and removed default constructor -same as Java
X-SVN-Rev: 27452
2010-01-30 03:18:22 +00:00
Kirti Velankar
6924ba6c66 ICU-3931 Code-review comments and removed default constructor -same as Java
X-SVN-Rev: 27451
2010-01-30 02:48:20 +00:00