Peter Edberg
|
57d4e75211
|
ICU-7930 J, don't limit base skeleton field length to 3
X-SVN-Rev: 31029
|
2011-12-05 06:00:10 +00:00 |
|
Peter Edberg
|
22a40ff65d
|
ICU-7930 C, don't limit base skeleton field length to 3
X-SVN-Rev: 31028
|
2011-12-05 04:49:40 +00:00 |
|
Peter Edberg
|
366c3a3306
|
ICU-8844 Updated khmerdict.txt (deleted 91 entries) per the new version attached to the ticket
X-SVN-Rev: 31018
|
2011-12-04 03:23:28 +00:00 |
|
Peter Edberg
|
3a8d6c31a9
|
ICU-8844 Clone fCalendar as necessary so it does not get modified by format or parse methods
X-SVN-Rev: 31017
|
2011-12-04 00:33:15 +00:00 |
|
Markus Scherer
|
8087532167
|
ICU-8827 adjust for new @missing values; for Name_Alias only use type=corrections for now
X-SVN-Rev: 31014
|
2011-12-03 00:20:31 +00:00 |
|
Stuart Gill
|
b668e88639
|
ICU-8914 extra Java documentation for collation reordering
X-SVN-Rev: 31013
|
2011-12-02 22:11:29 +00:00 |
|
Markus Scherer
|
0ce7b55545
|
ICU-8827 PropertyAliases-6.1.0d11.txt formally adds Script_Extensions
X-SVN-Rev: 31010
|
2011-12-02 21:03:34 +00:00 |
|
Yoshito Umaoka
|
4334ee838f
|
ICU-8943 RBTZ fix in ICU4C and its test case
X-SVN-Rev: 31009
|
2011-12-02 07:02:54 +00:00 |
|
Yoshito Umaoka
|
f45fb4a410
|
ICU-8943 Updated the test case.
X-SVN-Rev: 31008
|
2011-12-02 06:52:35 +00:00 |
|
Yoshito Umaoka
|
b0f61ffe46
|
ICU-8953 ICU4C implementation was OK. Just update the test case already added in ICU4J.
X-SVN-Rev: 31007
|
2011-12-02 05:01:23 +00:00 |
|
Yoshito Umaoka
|
35d15227cd
|
ICU-8818 Fixed a compile error.
X-SVN-Rev: 31006
|
2011-12-02 04:40:30 +00:00 |
|
Markus Scherer
|
d7a6e85957
|
ICU-8827 property names data from PropertyValueAliases-6.1.0d14.txt
X-SVN-Rev: 31004
|
2011-12-02 01:09:11 +00:00 |
|
Stuart Gill
|
c3409e4285
|
ICU-8914 extra Java documentation for collation reordering
X-SVN-Rev: 31003
|
2011-12-01 23:16:58 +00:00 |
|
Stuart Gill
|
16ea5c24a6
|
ICU-8914 extra C/C++ documentation for collation reordering
X-SVN-Rev: 31002
|
2011-12-01 23:13:47 +00:00 |
|
Markus Scherer
|
77b94f2bd1
|
ICU-8915 document why BMPSet.set32x64Bits(..., limit=0x800) is fine & safe
X-SVN-Rev: 31001
|
2011-12-01 06:47:04 +00:00 |
|
Markus Scherer
|
540221ad33
|
ICU-8915 document why bmpset.cpp:set32x64Bits(..., limit=0x800) is fine & safe
X-SVN-Rev: 31000
|
2011-12-01 06:46:53 +00:00 |
|
Markus Scherer
|
b19d1bd16a
|
ICU-8915 flag & test for whether signed integer right shift is Arithmetic Shift Right
X-SVN-Rev: 30999
|
2011-12-01 06:04:35 +00:00 |
|
Markus Scherer
|
67aa69c0f0
|
ICU-8246 forgot to invoke TestGetEasyToUseInstance()
X-SVN-Rev: 30998
|
2011-12-01 06:01:05 +00:00 |
|
Markus Scherer
|
1166cb2f03
|
ICU-8945 fix UCharacter.CJK_IDEOGRAPH_FOURTH_ code point
X-SVN-Rev: 30997
|
2011-12-01 03:31:57 +00:00 |
|
Markus Scherer
|
81e9b13f7b
|
ICU-8246 add Normalizer2.getNFCInstance(), getNFKDInstance(), ...
X-SVN-Rev: 30996
|
2011-12-01 01:50:37 +00:00 |
|
Markus Scherer
|
c50c6a20d7
|
ICU-8942 straggler fixes, parallel with C++
X-SVN-Rev: 30995
|
2011-12-01 00:55:29 +00:00 |
|
Markus Scherer
|
3a86b119b0
|
ICU-8246 add Normalizer2::getNFCInstance(), getNFKDInstance(), ...
X-SVN-Rev: 30994
|
2011-12-01 00:43:35 +00:00 |
|
Michael Ow
|
7d66d16531
|
ICU-8804 Ensure empty strings are included when calling the split method of a string
X-SVN-Rev: 30993
|
2011-11-30 18:17:25 +00:00 |
|
Abhinav Gupta
|
6592593c88
|
ICU-8818 switched to calloc for a few instances of malloc + memset(0)
X-SVN-Rev: 30992
|
2011-11-30 17:52:09 +00:00 |
|
Abhinav Gupta
|
46f02630a1
|
ICU-8818 implement uprv_calloc
X-SVN-Rev: 30991
|
2011-11-30 17:52:02 +00:00 |
|
Markus Scherer
|
bf5ef2ad0e
|
ICU-8804 cast from uint16_t* to UChar* (different types on some platforms)
X-SVN-Rev: 30989
|
2011-11-29 22:54:44 +00:00 |
|
Michael Ow
|
719f170653
|
ICU-8804 Remove unneeded fields array size check
X-SVN-Rev: 30988
|
2011-11-29 21:26:05 +00:00 |
|
Yoshito Umaoka
|
884a12613a
|
ICU-8953 Fixed the getCanonicalID with the Olson link.
X-SVN-Rev: 30987
|
2011-11-29 17:45:37 +00:00 |
|
Markus Scherer
|
c267b157f0
|
ICU-8942 use smaller/simpler FCD data rather than building an FCD trie
X-SVN-Rev: 30986
|
2011-11-28 23:04:28 +00:00 |
|
Markus Scherer
|
524fd241c5
|
ICU-8942 use smaller/simpler FCD data rather than building an FCD trie
X-SVN-Rev: 30985
|
2011-11-28 22:59:49 +00:00 |
|
Michael Ow
|
8ffe8b6439
|
ICU-8804 Fix String format error in UCharacterTest code
X-SVN-Rev: 30984
|
2011-11-28 18:47:38 +00:00 |
|
Markus Scherer
|
19735dc2a3
|
ICU-8804 Normalizer2.composePair(a, b) with separation of minYesNo extraData into combines-forward vs. not
X-SVN-Rev: 30983
|
2011-11-27 20:34:42 +00:00 |
|
Markus Scherer
|
bed105857f
|
ICU-8804 Normalizer2::composePair(a, b) with separation of minYesNo extraData into combines-forward vs. not
X-SVN-Rev: 30982
|
2011-11-27 20:29:38 +00:00 |
|
Markus Scherer
|
c80f9c5856
|
ICU-8804 Normalizer2.getRawDecomposition(c) with added data in .nrm formatVersion 2
X-SVN-Rev: 30981
|
2011-11-27 04:44:50 +00:00 |
|
Markus Scherer
|
03748b07f1
|
ICU-8804 Normalizer2::getRawDecomposition(c) with added data in .nrm formatVersion 2
X-SVN-Rev: 30980
|
2011-11-27 04:44:13 +00:00 |
|
Stuart Gill
|
0ff00f0a40
|
ICU-8814 test for problem
X-SVN-Rev: 30978
|
2011-11-23 19:50:11 +00:00 |
|
Abhinav Gupta
|
74669ffea9
|
ICU-8929 Applied patch attached to ticket.
X-SVN-Rev: 30977
|
2011-11-21 19:38:08 +00:00 |
|
Yoshito Umaoka
|
39812e6f72
|
ICU-8943 Fixed NPE problem in RuleBasedTimeZone#getOffsets.
X-SVN-Rev: 30975
|
2011-11-18 22:30:34 +00:00 |
|
Abhinav Gupta
|
4b1538b4f9
|
ICU-8899 Switch to StringBuilder for buffer.
X-SVN-Rev: 30974
|
2011-11-18 19:04:50 +00:00 |
|
Michael Ow
|
3280110b3c
|
ICU-8911 Add make target releaseDist
X-SVN-Rev: 30973
|
2011-11-16 22:03:45 +00:00 |
|
Abhinav Gupta
|
29a020c198
|
ICU-8899 LocaleIDParser#append should not rely on exceptions.
X-SVN-Rev: 30972
|
2011-11-16 15:32:20 +00:00 |
|
Michael Ow
|
eb1d80034f
|
ICU-8936 Fix check-exhaustive in main Makefile
X-SVN-Rev: 30967
|
2011-11-15 17:22:33 +00:00 |
|
Yoshito Umaoka
|
9ba9b4ad4e
|
ICU-8345 Freezable implementation in TimeZone and its subclasses.
X-SVN-Rev: 30962
|
2011-11-15 14:57:18 +00:00 |
|
Michael Ow
|
e144d4ff66
|
ICU-8936 Add check-exhaustive make target to run the test suite in exhaustive mode
X-SVN-Rev: 30961
|
2011-11-14 22:33:19 +00:00 |
|
Yoshito Umaoka
|
57e2360211
|
ICU-8909 Remove a garbage character mixed in the previous commit.
X-SVN-Rev: 30959
|
2011-11-14 20:01:43 +00:00 |
|
Yoshito Umaoka
|
e9503bdade
|
ICU-8909 Fixed various warnings reported by a source code analysis tool.
X-SVN-Rev: 30958
|
2011-11-14 19:32:51 +00:00 |
|
Michael Ow
|
6b801b04a1
|
ICU-8887 Update timezone class doc in ICU4J
X-SVN-Rev: 30957
|
2011-11-11 23:25:33 +00:00 |
|
Michael Ow
|
c5eeb6b6df
|
ICU-8887 Update timezone class doc in ICU4C
X-SVN-Rev: 30956
|
2011-11-11 23:24:20 +00:00 |
|
John Emmons
|
42bbabf646
|
ICU-7605 Change locale ID canonicalization to not use double-underscore IDs
X-SVN-Rev: 30954
|
2011-11-11 20:29:33 +00:00 |
|
Abhinav Gupta
|
fa39f72cf5
|
ICU-8854 revert changeset [30943].
X-SVN-Rev: 30953
|
2011-11-11 15:46:59 +00:00 |
|