Yoshito Umaoka
|
4954ca812f
|
ICU-8120 Updated build scripts and eclipse workspace settings to use UTF-8 for java source files.
X-SVN-Rev: 29013
|
2010-11-08 15:11:14 +00:00 |
|
Yoshito Umaoka
|
cd59883f32
|
ICU-8126 Added API collection tool. Added a target draftAPIs utilizing the tool to generate draft API report. Fixed some doc issues in SpoofChecker.java.
X-SVN-Rev: 29000
|
2010-11-04 20:31:27 +00:00 |
|
Umesh Nair
|
86ce28acfb
|
ICU-7023 Supporting collation import syntax in ICU4J
X-SVN-Rev: 28970
|
2010-11-01 23:54:10 +00:00 |
|
Mark Davis
|
5f80f97863
|
ICU-7869 Added two tables to correspond to pinyin changes, with hack to pick.
X-SVN-Rev: 28943
|
2010-10-28 19:21:12 +00:00 |
|
Yoshito Umaoka
|
27d3ca72c3
|
ICU-7954 Add a new API checking availability of currency in the specified date range.
X-SVN-Rev: 28939
|
2010-10-28 18:28:09 +00:00 |
|
Markus Scherer
|
40b739aa28
|
ICU-7746 mark protected methods as @internal
X-SVN-Rev: 28917
|
2010-10-26 21:26:39 +00:00 |
|
Markus Scherer
|
f6fb60ff6f
|
ICU-7264 fix weight allocation and align sort key constants with C++
X-SVN-Rev: 28908
|
2010-10-25 23:02:08 +00:00 |
|
Mark Davis
|
4f9ae7991e
|
ICU-7869 Added test that first script characters are actually the first ones.
X-SVN-Rev: 28905
|
2010-10-25 21:40:48 +00:00 |
|
Mark Davis
|
7e7750a459
|
ICU-7869 Fix missing labels
X-SVN-Rev: 28904
|
2010-10-25 21:08:56 +00:00 |
|
Markus Scherer
|
e6751083f6
|
ICU-7264 fix binary search and avoid IndexOutOfBoundsException from ArrayList.get(limit=size())
X-SVN-Rev: 28903
|
2010-10-25 18:40:00 +00:00 |
|
Markus Scherer
|
acafffb5d9
|
ICU-7264 Latin-1 special can result in CE_NOT_FOUND_; fall back to UCA, leave TODO to avoid this in the builder
X-SVN-Rev: 28897
|
2010-10-24 18:45:46 +00:00 |
|
Markus Scherer
|
3658544cc1
|
ICU-7264 unpaired surrogates are not ignorable any more; fix code for discontiguous contractions to look at combining classes of code *points*
X-SVN-Rev: 28895
|
2010-10-22 21:53:45 +00:00 |
|
Markus Scherer
|
8ebdd745da
|
ICU-7264 adjust AlphabeticIndex.getFirstScriptCharacters() for Unicode 6.0: add first characters for Batak, Brahmi, Mandaic; see http://unicode.org/charts/collation/
X-SVN-Rev: 28894
|
2010-10-21 23:59:18 +00:00 |
|
Markus Scherer
|
da8a555a3e
|
ICU-7264 noncharacters are not ignorable any more
X-SVN-Rev: 28890
|
2010-10-21 17:36:57 +00:00 |
|
Peter Edberg
|
ec60bed6d5
|
ICU-7992 J DateTimePatternGenerator, fix matching for weekday name
X-SVN-Rev: 28886
|
2010-10-20 23:18:55 +00:00 |
|
Waleed Oransa
|
f014a67349
|
ICU-7488 merge the missing API status Java Doc tags for some ArabicShaping constants into trunk from branches/waleed/7488 -r 28845:28881
X-SVN-Rev: 28882
|
2010-10-20 10:57:29 +00:00 |
|
Yoshito Umaoka
|
faca047508
|
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.
X-SVN-Rev: 28879
|
2010-10-20 06:19:12 +00:00 |
|
Jie J. Yang
|
8f55656334
|
ICU-7902 TimeUnitFormat uses unlocalized short time units for Greek, icu4j part
X-SVN-Rev: 28871
|
2010-10-19 08:11:35 +00:00 |
|
Andy Heninger
|
b7261dd097
|
ICU-8022 ICU4J version moved to 4.6
X-SVN-Rev: 28860
|
2010-10-19 01:12:18 +00:00 |
|
Claire Ho
|
1c68465ef7
|
ICU-7850 Replaced the ChoiceFormat example by PluralFormat in MessageFormat.java.
X-SVN-Rev: 28859
|
2010-10-19 00:36:08 +00:00 |
|
Claire Ho
|
0277fddcb6
|
ICU-7850 Replaced the ChoiceFormat example by PluralFormat in MessageFormat.java.
X-SVN-Rev: 28858
|
2010-10-19 00:12:39 +00:00 |
|
Michael Ow
|
9896c58604
|
ICU-8038 Fix maxBytesPerChar error for UnicodeBig and UnicodeLittle in ICU4J.
X-SVN-Rev: 28849
|
2010-10-18 16:29:25 +00:00 |
|
Claire Ho
|
1d26b82ea8
|
ICU-7223 invlide range for handling expansions in CollationParsedRuleBuilder.
X-SVN-Rev: 28841
|
2010-10-15 22:25:56 +00:00 |
|
Michael Ow
|
5714200c0d
|
ICU-8038 Fix check for x-* names when getting the icu canonical name.
X-SVN-Rev: 28835
|
2010-10-14 22:21:16 +00:00 |
|
Yoshito Umaoka
|
8ec88d6f48
|
ICU-8017 Updated MANIFEST.MF in ICU runtime library jar files to make them OSGi bundles.
X-SVN-Rev: 28831
|
2010-10-14 19:15:38 +00:00 |
|
Michael Ow
|
228172d527
|
ICU-6959 Improve code coverage in ICU4J for com.ibm.icu.util.
X-SVN-Rev: 28829
|
2010-10-14 17:06:37 +00:00 |
|
Andy Heninger
|
24da281d4e
|
ICU-7201 Transliterator threading fixes.
X-SVN-Rev: 28825
|
2010-10-14 00:28:44 +00:00 |
|
Michael Ow
|
99102b01d2
|
ICU-8038 Implement UnicodeLittle and UnicodeBig in ICU4J.
X-SVN-Rev: 28818
|
2010-10-13 20:21:16 +00:00 |
|
Yoshito Umaoka
|
69866a3d5d
|
ICU-8022 Fixing some compiler warnings.
X-SVN-Rev: 28811
|
2010-10-13 15:18:01 +00:00 |
|
Mark Davis
|
bf2f20ffe9
|
ICU-8037 added utilities
X-SVN-Rev: 28807
|
2010-10-13 06:09:18 +00:00 |
|
Mark Davis
|
e83ac112e0
|
ICU-8036 Fixed supplementary issue.
X-SVN-Rev: 28806
|
2010-10-13 06:06:49 +00:00 |
|
Mark Davis
|
d10c798d62
|
ICU-7264 update the constant ranges for CJK, so that the code works correctly. This also handles the change in UCA that it is not CJK *blocks* but CJK *characters* (assigned in those blocks).
X-SVN-Rev: 28777
|
2010-10-08 17:22:13 +00:00 |
|
John Emmons
|
0b250fd02a
|
ICU-7978 Add getDigitsLocal that returns reference to the digits directly
X-SVN-Rev: 28765
|
2010-10-06 15:50:16 +00:00 |
|
Yoshito Umaoka
|
f9339035e4
|
ICU-8010 Make Collator.getAvailableLocales work when the class is loaded by the system classloader.
X-SVN-Rev: 28754
|
2010-10-04 20:50:06 +00:00 |
|
Yoshito Umaoka
|
f0aa65c877
|
ICU-7996 Fixed resource bundle alias resolution problems. Also restored resource alias test cases accidentally disabled before.
X-SVN-Rev: 28749
|
2010-10-04 19:42:01 +00:00 |
|
Andy Heninger
|
b38c190914
|
ICU-7989 Remove non-ASCII chars from ICU4J sources.
X-SVN-Rev: 28712
|
2010-09-27 23:13:38 +00:00 |
|
Andy Heninger
|
33a8b6e5a7
|
ICU-7988 add svn properties to text files as appropriate.
X-SVN-Rev: 28711
|
2010-09-27 22:31:10 +00:00 |
|
Norbert Lindenberg
|
6c75d439b9
|
ICU-7772 Use UCharacterDirection instead of ECharacterDirection per Markus's review comments.
X-SVN-Rev: 28695
|
2010-09-24 22:35:43 +00:00 |
|
Yoshito Umaoka
|
2e1aee8d0a
|
ICU-7724 Code review update - creating a defensive copy of char[] in getDigits().
X-SVN-Rev: 28689
|
2010-09-23 19:35:29 +00:00 |
|
Yoshito Umaoka
|
6beba077d3
|
ICU-6325 Removed synchronized keyowrd from _getDisplayName.
X-SVN-Rev: 28688
|
2010-09-23 18:49:45 +00:00 |
|
John Emmons
|
369c026ca2
|
ICU-7652 Use StringBuilder instead of StringBuffer
X-SVN-Rev: 28686
|
2010-09-22 21:45:19 +00:00 |
|
Yoshito Umaoka
|
40d22aabc1
|
ICU-7793 Clean up import statements.
X-SVN-Rev: 28682
|
2010-09-22 17:45:36 +00:00 |
|
Michael Ow
|
74c00c08b7
|
ICU-7882 Add method to get shortest subtag length
X-SVN-Rev: 28681
|
2010-09-22 05:48:26 +00:00 |
|
John Emmons
|
6130d62e99
|
ICU-7652 Fixed setWeekData not to use ULocale.Builder per Yoshito's review comments
X-SVN-Rev: 28679
|
2010-09-22 05:24:56 +00:00 |
|
John Emmons
|
38a48df94b
|
ICU-7724 Fix Javadoc comment for new API
X-SVN-Rev: 28677
|
2010-09-22 03:33:26 +00:00 |
|
John Emmons
|
ec4cf1f1ab
|
ICU-7724 Fix array compare/copy per Yoshito's review comments
X-SVN-Rev: 28676
|
2010-09-22 03:27:49 +00:00 |
|
Yoshito Umaoka
|
ed35e37223
|
ICU-7793 Fixed JavaDoc warnings in Bidi.java.
X-SVN-Rev: 28669
|
2010-09-21 21:47:34 +00:00 |
|
Jie J. Yang
|
6200d5808f
|
ICU-7772 Fast string direction detection
X-SVN-Rev: 28666
|
2010-09-21 07:30:19 +00:00 |
|
Markus Scherer
|
114432eec8
|
ICU-7264 merge Unicode 6.0 into trunk from branches/markus/uni60 -r 28341:28656
X-SVN-Rev: 28662
|
2010-09-21 00:32:21 +00:00 |
|
John Emmons
|
3c7ba0c2e4
|
ICU-7652 Get correct week data from territory based locale
X-SVN-Rev: 28660
|
2010-09-20 21:26:13 +00:00 |
|