Commit Graph

2406 Commits

Author SHA1 Message Date
Alan Liu
b2697fc485 ICU-3399 restore setCurrency variant with no UErrorCode
X-SVN-Rev: 15595
2004-05-27 22:03:26 +00:00
Alan Liu
dacd3a9b0a ICU-3659 make max year 1-based
X-SVN-Rev: 15591
2004-05-27 21:50:53 +00:00
Alan Liu
d14428ac18 ICU-3659 catch out-of-bounds array indices but do *not* attempt to enforce calendar min/max limits
X-SVN-Rev: 15589
2004-05-27 21:00:21 +00:00
Alan Liu
00e5f7eeda ICU-3659 fix typo
X-SVN-Rev: 15588
2004-05-27 20:40:17 +00:00
Alan Liu
76b0325a05 ICU-3659 update year limits
X-SVN-Rev: 15587
2004-05-27 20:39:56 +00:00
Alan Liu
8be9a28c55 ICU-3659 Koryaku era was in wrong place and handleGetLimit was broken
X-SVN-Rev: 15586
2004-05-27 20:39:23 +00:00
Alan Liu
5c089e8e0c ICU-3659 restore correct DOM limit of 30
X-SVN-Rev: 15584
2004-05-27 20:37:32 +00:00
Alan Liu
035d42f250 ICU-3659 add() should complete fields first
X-SVN-Rev: 15583
2004-05-27 20:36:52 +00:00
George Rhoten
bb62110d55 ICU-3650 Fix doxygen warnings
X-SVN-Rev: 15580
2004-05-27 17:56:11 +00:00
George Rhoten
9880130fb1 ICU-3650 Fix doxygen warnings
X-SVN-Rev: 15579
2004-05-27 06:06:03 +00:00
Alan Liu
4baf748f2c ICU-3659 changed max Islamic calendar DAY_OF_MONTH from 30 to 31
X-SVN-Rev: 15575
2004-05-27 04:36:01 +00:00
Vladimir Weinstein
f9d36f208d ICU-3100 collator <> identifier, bug fix
X-SVN-Rev: 15545
2004-05-25 23:00:52 +00:00
Alan Liu
10a918b62a ICU-3659 fix ZONE_OFFSET max limit to GMT+15 (was GMT+12) for Etc/GMT-14
X-SVN-Rev: 15536
2004-05-25 19:27:38 +00:00
George Rhoten
d6e26f5678 ICU-3499 Small speed improvement.
X-SVN-Rev: 15534
2004-05-25 19:10:07 +00:00
George Rhoten
5ba76644fa ICU-3650 Fix doxygen warnings
X-SVN-Rev: 15523
2004-05-25 03:23:31 +00:00
Steven R. Loomis
3358cf3077 ICU-2487 don't call uprv_tolower on calendar keywords. Removing a workaround to an old locale bug.
X-SVN-Rev: 15522
2004-05-25 00:44:19 +00:00
George Rhoten
612cb5982a ICU-3100 Add missing file
X-SVN-Rev: 15518
2004-05-24 23:50:45 +00:00
George Rhoten
9925b69c5c ICU-3718 Do faster string copying, and hopefully avoid any uninitialized reads
X-SVN-Rev: 15517
2004-05-24 23:35:35 +00:00
George Rhoten
2cc38d98db ICU-3659 Unambiguate Math::floorDivide call
X-SVN-Rev: 15513
2004-05-24 22:13:28 +00:00
Vladimir Weinstein
d45f502825 ICU-3100 collator <> identifier, short string implementation
X-SVN-Rev: 15511
2004-05-24 22:11:31 +00:00
Alan Liu
a1b393c257 ICU-3659 limit UDate range to +/-7F000000 julian days; matches ICU4J
X-SVN-Rev: 15502
2004-05-24 20:32:59 +00:00
Alan Liu
0bfd502d22 ICU-3659 temporarily disable...
X-SVN-Rev: 15498
2004-05-24 17:36:53 +00:00
George Rhoten
42e5615866 ICU-2487 Don't use ::tolower. It will fail on tr_TR localized machines. Use uprv_tolower.
X-SVN-Rev: 15496
2004-05-24 17:01:12 +00:00
Alan Liu
efa0aef669 ICU-3659 compute as double to avoid overflow
X-SVN-Rev: 15494
2004-05-24 06:01:13 +00:00
Alan Liu
d08db4a33f ICU-3659 assert values are in range before using them to index arrays
X-SVN-Rev: 15493
2004-05-24 05:59:54 +00:00
George Rhoten
77ae20ad84 ICU-3659 Unambiuate Math::floorDivide call.
X-SVN-Rev: 15489
2004-05-22 01:41:31 +00:00
George Rhoten
341b3ef174 ICU-3719 Don't export some variables and make some const.
X-SVN-Rev: 15467
2004-05-21 20:48:36 +00:00
Alan Liu
390b02ec5b ICU-3659 add test and fix for udat_format failing with extreme dates (circa 10^27)
X-SVN-Rev: 15463
2004-05-21 20:25:52 +00:00
George Rhoten
2ea2f356c6 ICU-3100 Fix for z/OS
X-SVN-Rev: 15453
2004-05-21 17:14:35 +00:00
George Rhoten
df8374da27 ICU-2421 Fix for z/OS
X-SVN-Rev: 15452
2004-05-21 17:14:06 +00:00
Vladimir Weinstein
980f17b643 ICU-3100 More implementation of identifier <> collator functions
X-SVN-Rev: 15451
2004-05-21 06:56:06 +00:00
Alan Liu
f503bc6a8e ICU-3659 fix docs
X-SVN-Rev: 15442
2004-05-20 22:02:08 +00:00
George Rhoten
bdd46debb0 ICU-3718 Fix a memory initialization error
X-SVN-Rev: 15439
2004-05-20 21:14:06 +00:00
Vladimir Weinstein
4aeaaed375 ICU-3100 Implementation of identifier <> collator functions
X-SVN-Rev: 15437
2004-05-20 21:03:31 +00:00
Eric Mader
abefef5844 ICU-3770 Updated copyright notices for ICU 3.0
X-SVN-Rev: 15411
2004-05-19 20:42:44 +00:00
Alan Liu
cb65962ab6 ICU-3500 fix msvc6 warnings
X-SVN-Rev: 15405
2004-05-19 17:28:20 +00:00
Steven R. Loomis
de66112963 ICU-2487 NULL -> '\0'
X-SVN-Rev: 15404
2004-05-19 15:44:12 +00:00
Ram Viswanadha
86383275f3 ICU-2487 fix for getLocale()
X-SVN-Rev: 15390
2004-05-18 23:08:35 +00:00
Steven R. Loomis
5ea1528081 ICU-2487 fix for getLocale()
X-SVN-Rev: 15387
2004-05-18 22:19:54 +00:00
Steven R. Loomis
a363606f4e ICU-2487 simplify basic calendar factory.
X-SVN-Rev: 15381
2004-05-18 21:35:50 +00:00
Steven R. Loomis
66753f4215 ICU-2487 refactor calendar data, support CLDR 1.1 format
X-SVN-Rev: 15363
2004-05-18 02:06:28 +00:00
Steven R. Loomis
39ea0e9fe4 ICU-2487 refactor calendar access
X-SVN-Rev: 15362
2004-05-18 02:05:29 +00:00
Steven R. Loomis
3c3dfa11c8 ICU-2487 getFunctionalEquivalent signature changes
X-SVN-Rev: 15361
2004-05-18 02:04:31 +00:00
Alan Liu
850661f537 ICU-3746 add option for case folding to getExemplarSet
X-SVN-Rev: 15342
2004-05-17 21:42:43 +00:00
George Rhoten
648e3d7de3 ICU-3500 Fix some compiler warnings
X-SVN-Rev: 15331
2004-05-17 06:33:22 +00:00
George Rhoten
dc46ae20c6 ICU-3471 Cope with too many number format symbols
X-SVN-Rev: 15318
2004-05-14 22:38:37 +00:00
Vladimir Weinstein
b9259ec22a ICU-3100 Fix another compiler error/warnings
X-SVN-Rev: 15293
2004-05-13 20:50:40 +00:00
Vladimir Weinstein
2966a803c9 ICU-3100 Fix compiler error/warnings
X-SVN-Rev: 15292
2004-05-13 20:45:53 +00:00
Vladimir Weinstein
3fdd79d0c3 ICU-3100 First cut of openFromShortString implementation
X-SVN-Rev: 15290
2004-05-13 09:02:33 +00:00
George Rhoten
1bf207e545 ICU-3741 Ignore some things that appear on Cygwin
X-SVN-Rev: 15251
2004-05-11 16:15:58 +00:00