Yoshito Umaoka
|
8608868c5f
|
ICU-7360 Fixed missing API status tag problem except ArabicShaping constants.
X-SVN-Rev: 27747
|
2010-03-02 21:56:35 +00:00 |
|
Michael Ow
|
4dcaef917e
|
ICU-7138 Port ebcdic update changes to ICU4J
X-SVN-Rev: 27745
|
2010-03-02 20:29:32 +00:00 |
|
Yoshito Umaoka
|
0197c49d64
|
ICU-7444 Fixed eclipse IDE warnings. Also cleaned up the format.
X-SVN-Rev: 27743
|
2010-03-02 18:43:38 +00:00 |
|
Yoshito Umaoka
|
26a16c64f7
|
ICU-7444 Use HTML link instead of @link in JavaDoc for cross project references. There is no way to suppress only JavaDoc warnings on Eclipse IDE.
X-SVN-Rev: 27742
|
2010-03-02 17:43:57 +00:00 |
|
Yoshito Umaoka
|
6fce034ada
|
ICU-7444 Deleted eclipse=dummy.jar
X-SVN-Rev: 27741
|
2010-03-02 17:11:40 +00:00 |
|
Yoshito Umaoka
|
7d6b095df0
|
ICU-7444 Removed empty directories
X-SVN-Rev: 27740
|
2010-03-02 17:06:56 +00:00 |
|
Jason Spieth
|
89536a16f0
|
ICU-6691 Clear fields on setTimeInMillis ICU4J
X-SVN-Rev: 27739
|
2010-03-02 16:50:02 +00:00 |
|
Yoshito Umaoka
|
ecc6d768d2
|
ICU-7101 Organized imports for 4.4 release. Replaced tabs with spaces.
X-SVN-Rev: 27733
|
2010-03-02 07:02:47 +00:00 |
|
Mark Davis
|
0bef6f34d0
|
ICU-7471 small fixes
X-SVN-Rev: 27716
|
2010-02-27 02:28:05 +00:00 |
|
Mark Davis
|
08f1bbfb4e
|
ICU-7471 small fixes
X-SVN-Rev: 27715
|
2010-02-27 02:15:25 +00:00 |
|
Markus Scherer
|
6d6ec645c6
|
ICU-7437 oops! new SRC_NFC_CANON_ITER needs new branch in UCharacterProperty.hasBinaryProperty()
X-SVN-Rev: 27710
|
2010-02-26 23:03:42 +00:00 |
|
Yoshito Umaoka
|
cb6d25a3b2
|
ICU-7027 TestRoot to run properly even you run the test case alone in a time zone other than PST.
X-SVN-Rev: 27708
|
2010-02-26 21:52:01 +00:00 |
|
Markus Scherer
|
ec757f6a55
|
ICU-7437 Segment_Starter needs a different UnicodeSet range starts set than other normalization properties; inert characters are not all segment starters
X-SVN-Rev: 27707
|
2010-02-26 21:01:35 +00:00 |
|
Yoshito Umaoka
|
56609b1ea1
|
ICU-6844 Updated ResourceBundleWrapper to catch NoClassDefFoundError when loading a ResourceBundle implementation class by name.
X-SVN-Rev: 27703
|
2010-02-26 19:41:20 +00:00 |
|
Markus Scherer
|
579426987e
|
ICU-5391 test (verbose) and update documentation for isWhitespace() and related functions
X-SVN-Rev: 27702
|
2010-02-26 18:19:40 +00:00 |
|
Yoshito Umaoka
|
1e82c14213
|
ICU-7050 Re-enabled IDNA test cases. Use reflection to call Transliterator. When Transliterator is absent, skip them.
X-SVN-Rev: 27701
|
2010-02-26 17:18:10 +00:00 |
|
Markus Scherer
|
48cfc006fe
|
ICU-7251 test and fix UCharacter.toTitleCase(string with single-letter word, TITLECASE_NO_LOWERCASE)
X-SVN-Rev: 27690
|
2010-02-26 00:24:30 +00:00 |
|
Yoshito Umaoka
|
a6b45a6e9b
|
ICU-7027 Build target timeZoneCheck to run all test for TestTimeZoneRoundTrip too.
X-SVN-Rev: 27689
|
2010-02-25 23:13:42 +00:00 |
|
Umesh Nair
|
951011c3e0
|
ICU-7015 Adding compact collation tailoring syntax to icu4j
X-SVN-Rev: 27686
|
2010-02-25 22:50:04 +00:00 |
|
Yoshito Umaoka
|
4eca0bba1a
|
ICU-6444 Fixed a metazone golden zone mapping problem caused by its cache logic. To fix this problem, I updated the data structure of mapTimezones. This change was done in CLDR svn revision 4748 and ICU4C r27683. Regenerate ICU4J data using ICU4C r27683 and fixed the caching problem described above.
X-SVN-Rev: 27684
|
2010-02-25 22:11:15 +00:00 |
|
Markus Scherer
|
8ea928cc8f
|
ICU-2007 fix spanBack(fromIndex<0) pinning behavior
X-SVN-Rev: 27680
|
2010-02-25 19:30:39 +00:00 |
|
Yoshito Umaoka
|
d9908563d0
|
ICU-5624 Removed debug code accidentally included in the last check in. Also resovled a compiler warning (rudandunt cast).
X-SVN-Rev: 27673
|
2010-02-25 16:22:04 +00:00 |
|
John Emmons
|
b8f99118cc
|
ICU-6887 Fix bad DOM calculation in Islamic calendar
X-SVN-Rev: 27666
|
2010-02-25 00:06:49 +00:00 |
|
Markus Scherer
|
2d25e02751
|
ICU-7273 minor internal doc fixes from code review
X-SVN-Rev: 27664
|
2010-02-24 23:58:07 +00:00 |
|
Yoshito Umaoka
|
085b000633
|
ICU-7444 ICU4J version to 4.4. Changed one timebomb in DateTimeGeneratorTest/TestOrdering.
X-SVN-Rev: 27647
|
2010-02-24 08:44:19 +00:00 |
|
Yoshito Umaoka
|
b7bdaa9856
|
ICU-5624 64bit time zone transition support changes merged from Yoshito's work branch into ICU4J trunk. ICU4J data is synchronized with ICU4C r27644.
X-SVN-Rev: 27646
|
2010-02-24 08:25:35 +00:00 |
|
Yoshito Umaoka
|
2338e1a289
|
ICU-7027 Added a simple target 'runTest' just run a test case, without building ICU4J.
X-SVN-Rev: 27637
|
2010-02-23 17:54:52 +00:00 |
|
Markus Scherer
|
012a658c7a
|
ICU-7273 create and use new CacheBase and SoftCache
X-SVN-Rev: 27630
|
2010-02-22 18:25:17 +00:00 |
|
Peter Edberg
|
10ce5dce0e
|
ICU-6872 Sync with latest C changes from ticket 7180
X-SVN-Rev: 27623
|
2010-02-22 01:20:35 +00:00 |
|
Markus Scherer
|
137ab94981
|
ICU-7273 move from the User Guide into the API doc the note about old Normalizer not working like/not implementing CharacterIterator
X-SVN-Rev: 27612
|
2010-02-20 05:45:10 +00:00 |
|
Markus Scherer
|
aa4f67d150
|
ICU-7273 make Normalizer2.getInstance() not throw an IOException
X-SVN-Rev: 27595
|
2010-02-18 22:50:46 +00:00 |
|
Markus Scherer
|
72c8f9620c
|
ICU-7273 add loading of custom data, with caching and test code (test data was included in the latest testdata.jar update)
X-SVN-Rev: 27594
|
2010-02-18 18:50:23 +00:00 |
|
Yoshito Umaoka
|
010a977b26
|
ICU-7356 Updated ICU4J data version to match the data updated by r27591.
X-SVN-Rev: 27592
|
2010-02-18 15:49:13 +00:00 |
|
John Emmons
|
97ded6607a
|
ICU-7356 CLDR 1.8 data integration - first run
X-SVN-Rev: 27591
|
2010-02-18 14:37:53 +00:00 |
|
Markus Scherer
|
dce05514ff
|
ICU-7421 fix Java TrieIterator (old Trie): did not work for supplementary-character parts of 16-bit tries; the iterator used data from the beginning of the array but that's where the index array is
X-SVN-Rev: 27585
|
2010-02-17 23:30:35 +00:00 |
|
Markus Scherer
|
6df15e57a3
|
ICU-7273 fix Trie2 iteration: stop when range.leadSurrogate becomes true
X-SVN-Rev: 27582
|
2010-02-17 18:22:36 +00:00 |
|
Jason Spieth
|
6590b1bd7c
|
ICU-6510 Backed out ChineseCalendar constructors due to API freeze, propose for ICU 4.6
X-SVN-Rev: 27574
|
2010-02-16 15:36:32 +00:00 |
|
Yoshito Umaoka
|
8d3eb2b79f
|
ICU-7027 Added core-tests to collate-tests' classpath to run TestResourceBundle in GlobalizaitonPreferencesTest.
X-SVN-Rev: 27573
|
2010-02-16 06:00:54 +00:00 |
|
Jason Spieth
|
4ca46734c0
|
ICU-6510 New ChineseCalendar constructors
X-SVN-Rev: 27571
|
2010-02-16 02:58:35 +00:00 |
|
Yoshito Umaoka
|
ef1874ea26
|
ICU-7027 Remove System.out.println in SelectFormatUnitTest.
X-SVN-Rev: 27569
|
2010-02-15 20:33:41 +00:00 |
|
Peter Edberg
|
ba9061c635
|
ICU-6830 getDateTimeSkeleton() should not normalize 'H' to 'h'
X-SVN-Rev: 27567
|
2010-02-15 19:30:33 +00:00 |
|
Markus Scherer
|
b15f884b16
|
ICU-7273 build data for CanonicalIterator start sets on the fly; replace remaining uses of NormalizerImpl
X-SVN-Rev: 27561
|
2010-02-13 22:13:37 +00:00 |
|
Markus Scherer
|
59417495a0
|
ICU-7273 cleaner Normalizer.Mode dispatch
X-SVN-Rev: 27555
|
2010-02-12 21:08:38 +00:00 |
|
Markus Scherer
|
3ea9a0e230
|
ICU-7273 build data for CanonicalIterator on the fly; test old vs. new isCanonSegmentStarter()
X-SVN-Rev: 27552
|
2010-02-12 06:31:24 +00:00 |
|
Markus Scherer
|
583893cb0e
|
ICU-7273 change Normalizer to delay building the Unicode 3.2 UnicodeSet until the UNICODE_3_2 option is used
X-SVN-Rev: 27549
|
2010-02-11 23:22:18 +00:00 |
|
Markus Scherer
|
34c4f9f0f3
|
ICU-7273 change Normalizer to delay .nrm data loading until the particular data is really needed
X-SVN-Rev: 27536
|
2010-02-11 00:43:26 +00:00 |
|
Markus Scherer
|
7a9b58ee51
|
ICU-7273 delay .nrm data loading until the particular data is needed
X-SVN-Rev: 27535
|
2010-02-10 23:44:28 +00:00 |
|
Markus Scherer
|
537b4141fa
|
ICU-7273 fix new FC_NFKC_Closure implementation
X-SVN-Rev: 27533
|
2010-02-10 23:05:27 +00:00 |
|
Markus Scherer
|
47b794991d
|
ICU-7273 compute FC_NFKC_Closure on the fly
X-SVN-Rev: 27528
|
2010-02-10 21:41:06 +00:00 |
|
Markus Scherer
|
7c628650b3
|
ICU-7273 change Normalizer.compare() to use new code
X-SVN-Rev: 27527
|
2010-02-10 17:09:01 +00:00 |
|