Yoshito Umaoka
8217ed7916
ICU-9409 Collator.getInstance to ignore unknown collation keyword. Also changed the implementation not to print the statck trace.
...
X-SVN-Rev: 32248
2012-08-27 20:17:17 +00:00
Debabrata Sengupta
525d85dd59
ICU-9476 fixed bug with numeric collation
...
X-SVN-Rev: 32223
2012-08-23 20:59:35 +00:00
Markus Scherer
527161ff5a
ICU-9406 deprecate isHiraganaQuaternary(), setHiraganaQuaternary(boolean flag) and setHiraganaQuaternaryDefault(), disable the setters (merged from branches/markus/uni62 r32109, should not have been on that branch)
...
X-SVN-Rev: 32176
2012-08-15 17:09:39 +00:00
Markus Scherer
d1525fc93d
ICU-9423 change the numeric value of static final Collator.ReorderCodes.DEFAULT from +1 to -1
...
X-SVN-Rev: 32066
2012-07-25 21:06:19 +00:00
Yoshito Umaoka
2d39c18a49
ICU-9187 Resolve javac compiler warning with JDK 7. SuppressWarning annotation type 'rawtypes' is necessary instead of 'unchecked' with JDK 7. However, with Eclipse IDE using Java 1.5 env still requires 'unchecked'. Thus, kept 'unchecked', added 'rawtypes' and updated all ICU runtime library projects to ignore unused SuppressWarning types, instead of warning.
...
X-SVN-Rev: 31622
2012-03-15 18:56:48 +00:00
Yoshito Umaoka
a1344472af
ICU-9187 Ignore javac warning for setting an older source without bootclasspath introduced in JDK 7.
...
X-SVN-Rev: 31621
2012-03-15 18:21:48 +00:00
Yoshito Umaoka
30e3a9e8b2
ICU-9078 Moved com.ibm.icu.impl.ImplicitCEGenerator from core project to collator project.\
...
X-SVN-Rev: 31325
2012-02-03 21:27:21 +00:00
Yoshito Umaoka
fac016b0ed
ICU-9006 ICU4J API promotion for 49. A bug fix in the api report tool.
...
X-SVN-Rev: 31275
2012-01-30 17:16:37 +00:00
Abhinav Gupta
2730ee27c3
ICU-8924 Add findbugs targets
...
X-SVN-Rev: 31176
2011-12-29 18:13:00 +00:00
Yoshito Umaoka
744682621a
ICU-8877 Fixed a Java compiler warning (redundant type cast).
...
X-SVN-Rev: 31088
2011-12-09 23:20:15 +00:00
Markus Scherer
03a4b1a127
ICU-8827 Unicode 6.1 update: svn merge --reintegrate branches/markus/uni61 at r31061 into the trunk
...
X-SVN-Rev: 31072
2011-12-09 00:01:13 +00:00
Abhinav Gupta
6e73c9e17f
ICU-8854 add API status comment to dummy hashCode functions.
...
X-SVN-Rev: 31067
2011-12-08 18:06:45 +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
Stuart Gill
c3409e4285
ICU-8914 extra Java documentation for collation reordering
...
X-SVN-Rev: 31003
2011-12-01 23:16:58 +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
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
Yoshito Umaoka
9ba9b4ad4e
ICU-8345 Freezable implementation in TimeZone and its subclasses.
...
X-SVN-Rev: 30962
2011-11-15 14:57:18 +00:00
Abhinav Gupta
8c6de437fc
ICU-8854 Check for oddness that won't work for negative numbers.
...
X-SVN-Rev: 30928
2011-11-04 15:19:31 +00:00
Abhinav Gupta
23d796e394
ICU-8854 Inner class does not use embedded reference to creator. Should be static inner class.
...
X-SVN-Rev: 30926
2011-11-04 15:19:11 +00:00
Abhinav Gupta
049feaf0a2
ICU-8854 Class defines or inherits equals() but not hashCode().
...
X-SVN-Rev: 30925
2011-11-04 15:18:39 +00:00
Abhinav Gupta
698b723ba9
ICU-8854 Dead store to local variable.
...
X-SVN-Rev: 30923
2011-11-04 15:17:52 +00:00
Abhinav Gupta
1efa6d411f
ICU-8854 bitwise and/or of signed byte value.
...
Values loaded from a byte array are sign extended to 32-bits before any
bitwise operations are performed. Should &-down back to one-byte.
X-SVN-Rev: 30862
2011-10-24 19:24:08 +00:00
Abhinav Gupta
87f031cd34
ICU-8854 use of inefficient Number constructors. Use valueOf.
...
X-SVN-Rev: 30856
2011-10-24 19:14:19 +00:00
Yoshito Umaoka
02bf9dd68a
ICU-8649 Integrating JCite and embedding coding example in the ICU4J API reference doc.
...
X-SVN-Rev: 30841
2011-10-17 21:10:07 +00:00
Yoshito Umaoka
504e04477a
ICU-8856 Organized import statements
...
X-SVN-Rev: 30788
2011-10-04 14:38:02 +00:00
Steven R. Loomis
f2dea4dba1
ICU-8855 undo bad commit r30752
...
X-SVN-Rev: 30753
2011-09-29 20:18:13 +00:00
Abhinav Gupta
27cdc577c8
ICU-8855 utf-8 file properties for icu4j (with copyright updates).
...
X-SVN-Rev: 30752
2011-09-29 19:44:32 +00:00
Abhinav Gupta
c9b90e11db
ICU-8268 dead store to local variable.
...
A value is assigned to a local variable but never read again.
Signed-off-by: Abhinav Gupta <abhinavg@ca.ibm.com>
X-SVN-Rev: 30725
2011-09-27 19:50:19 +00:00
Yoshito Umaoka
2ae8b05602
ICU-8630 Category locale support for Java 7 conformance.
...
X-SVN-Rev: 30487
2011-08-11 19:53:36 +00:00
Mark Davis
d56fad92d0
ICU-8522 Now using the new special labels, tests passing.
...
X-SVN-Rev: 30325
2011-07-13 04:12:10 +00:00
Yoshito Umaoka
53aae67b42
ICU-8624 Fixed a collation key copression problem. A tertiary key value was incorrect with a long string when case first option is enabled.
...
X-SVN-Rev: 30219
2011-06-20 14:39:30 +00:00
Dragan Besevic
b22717a642
ICU-8484 fix the problem with infinite loop with surrogates for collation
...
X-SVN-Rev: 30184
2011-06-02 19:56:42 +00:00
Markus Scherer
bcfcfcbd18
ICU-8563 do not right-shift a 32-bit integer by 32 bits
...
X-SVN-Rev: 30127
2011-05-16 23:18:47 +00:00
Stuart Gill
77ae8b924e
ICU-8295 fix method visibility - public to private
...
X-SVN-Rev: 30087
2011-05-10 21:37:01 +00:00
Stuart Gill
256fbc6f64
ICU-8295 changes based on code review
...
X-SVN-Rev: 30076
2011-05-10 00:14:12 +00:00
Markus Scherer
1f6e7fb0a6
ICU-8491 remove UCharacterProperty.isRuleWhiteSpace(c)
...
X-SVN-Rev: 29890
2011-04-26 00:13:48 +00:00
Stuart Gill
68a2af94ca
ICU-8243 make frozen collator be threadsafe, some javadoc changes, and tests
...
X-SVN-Rev: 29770
2011-04-11 17:39:44 +00:00
Stuart Gill
24eda0204f
ICU-8243 collation freezing
...
X-SVN-Rev: 29698
2011-03-25 22:58:01 +00:00
Stuart Gill
45dd32ab8a
ICU-8295 API for collation reordering
...
X-SVN-Rev: 29672
2011-03-18 23:12:00 +00:00
Michael Ow
ec73e56a76
ICU-8411 Remove non-ascii character from ICU4J source files.
...
X-SVN-Rev: 29660
2011-03-16 01:51:30 +00:00
Markus Scherer
c2616a41fd
ICU-8391 StringSearch() constructors ensure the FCD data is initialized
...
X-SVN-Rev: 29534
2011-03-03 23:37:41 +00:00
Yoshito Umaoka
084688bd14
ICU-8278 Added another TimeZone.getAvailableIDs to support canonical/canonical location zone iteration. The fix for ticket#8349 Etc/Unknown problem was also done at the same time.
...
X-SVN-Rev: 29499
2011-03-01 18:31:43 +00:00
Peter Edberg
6b7bfaa8cc
ICU-8290 (1) in CollationElementIterator next/previous, add iteration when an
...
ignorable element is produced from Hangul expansion so it loops again to process
the first jamo from the expansion before returning; (2) in nextHangul/previousHangul,
test m_isJamoSpecial_ for the CE Iterator's collator, not the UCA collator (which
alays has it false, so we never got jamo tailoring); set up m_bufferOffset_ for the
Hangul expansion so we get correct offsets for it.
X-SVN-Rev: 29494
2011-03-01 06:21:34 +00:00
Stuart Gill
ff9448fe98
ICU-8277 change interpretation of Zzzz in the collation reordering codes
...
X-SVN-Rev: 29365
2011-01-27 20:56:28 +00:00
Yoshito Umaoka
19266897b3
ICU-8275 Build script to add full locale name list file in each resource path. The file name was changed from res_index.txt to fullLocaleNames.lst to avoid confusion (not quite matching res_index.res). Added a config property for disabling resource file scan to build full name locale list, which allow us to test the code path easily.
...
X-SVN-Rev: 29307
2011-01-14 21:35:42 +00:00
Mark Davis
7ddf792330
ICU-8226 Update tests
...
X-SVN-Rev: 29177
2010-12-09 18:09:48 +00:00
Stuart Gill
469d4035bd
ICU-3984 changes in response to code review
...
X-SVN-Rev: 29024
2010-11-11 02:11:46 +00:00
Mark Davis
4f230023d0
ICU-8142 fix the synchronization
...
X-SVN-Rev: 29021
2010-11-10 21:43:35 +00:00
Stuart Gill
0e5b74b849
ICU-3984 collation reordering complete
...
X-SVN-Rev: 29020
2010-11-10 02:35:21 +00:00
Stuart Gill
0e27c3ea13
ICU-3984 collation reordering checkpoint - still needs more tests and name change from script to reorder
...
X-SVN-Rev: 29018
2010-11-09 02:58:38 +00:00