]> granicus.if.org Git - icu/log
icu
13 years agoICU-8914 extra Java documentation for collation reordering
Stuart Gill [Fri, 2 Dec 2011 22:11:29 +0000 (22:11 +0000)]
ICU-8914 extra Java documentation for collation reordering

X-SVN-Rev: 31013

13 years agoICU-8827 PropertyAliases-6.1.0d11.txt formally adds Script_Extensions
Markus Scherer [Fri, 2 Dec 2011 21:03:34 +0000 (21:03 +0000)]
ICU-8827 PropertyAliases-6.1.0d11.txt formally adds Script_Extensions

X-SVN-Rev: 31010

13 years agoICU-8943 RBTZ fix in ICU4C and its test case
Yoshito Umaoka [Fri, 2 Dec 2011 07:02:54 +0000 (07:02 +0000)]
ICU-8943 RBTZ fix in ICU4C and its test case

X-SVN-Rev: 31009

13 years agoICU-8943 Updated the test case.
Yoshito Umaoka [Fri, 2 Dec 2011 06:52:35 +0000 (06:52 +0000)]
ICU-8943 Updated the test case.

X-SVN-Rev: 31008

13 years agoICU-8953 ICU4C implementation was OK. Just update the test case already added in...
Yoshito Umaoka [Fri, 2 Dec 2011 05:01:23 +0000 (05:01 +0000)]
ICU-8953 ICU4C implementation was OK. Just update the test case already added in ICU4J.

X-SVN-Rev: 31007

13 years agoICU-8818 Fixed a compile error.
Yoshito Umaoka [Fri, 2 Dec 2011 04:40:30 +0000 (04:40 +0000)]
ICU-8818 Fixed a compile error.

X-SVN-Rev: 31006

13 years agoICU-8827 property names data from PropertyValueAliases-6.1.0d14.txt
Markus Scherer [Fri, 2 Dec 2011 01:09:11 +0000 (01:09 +0000)]
ICU-8827 property names data from PropertyValueAliases-6.1.0d14.txt

X-SVN-Rev: 31004

13 years agoICU-8914 extra Java documentation for collation reordering
Stuart Gill [Thu, 1 Dec 2011 23:16:58 +0000 (23:16 +0000)]
ICU-8914 extra Java documentation for collation reordering

X-SVN-Rev: 31003

13 years agoICU-8914 extra C/C++ documentation for collation reordering
Stuart Gill [Thu, 1 Dec 2011 23:13:47 +0000 (23:13 +0000)]
ICU-8914 extra C/C++ documentation for collation reordering

X-SVN-Rev: 31002

13 years agoICU-8915 document why BMPSet.set32x64Bits(..., limit=0x800) is fine & safe
Markus Scherer [Thu, 1 Dec 2011 06:47:04 +0000 (06:47 +0000)]
ICU-8915 document why BMPSet.set32x64Bits(..., limit=0x800) is fine & safe

X-SVN-Rev: 31001

13 years agoICU-8915 document why bmpset.cpp:set32x64Bits(..., limit=0x800) is fine & safe
Markus Scherer [Thu, 1 Dec 2011 06:46:53 +0000 (06:46 +0000)]
ICU-8915 document why bmpset.cpp:set32x64Bits(..., limit=0x800) is fine & safe

X-SVN-Rev: 31000

13 years agoICU-8915 flag & test for whether signed integer right shift is Arithmetic Shift Right
Markus Scherer [Thu, 1 Dec 2011 06:04:35 +0000 (06:04 +0000)]
ICU-8915 flag & test for whether signed integer right shift is Arithmetic Shift Right

X-SVN-Rev: 30999

13 years agoICU-8246 forgot to invoke TestGetEasyToUseInstance()
Markus Scherer [Thu, 1 Dec 2011 06:01:05 +0000 (06:01 +0000)]
ICU-8246 forgot to invoke TestGetEasyToUseInstance()

X-SVN-Rev: 30998

13 years agoICU-8945 fix UCharacter.CJK_IDEOGRAPH_FOURTH_ code point
Markus Scherer [Thu, 1 Dec 2011 03:31:57 +0000 (03:31 +0000)]
ICU-8945 fix UCharacter.CJK_IDEOGRAPH_FOURTH_ code point

X-SVN-Rev: 30997

13 years agoICU-8246 add Normalizer2.getNFCInstance(), getNFKDInstance(), ...
Markus Scherer [Thu, 1 Dec 2011 01:50:37 +0000 (01:50 +0000)]
ICU-8246 add Normalizer2.getNFCInstance(), getNFKDInstance(), ...

X-SVN-Rev: 30996

13 years agoICU-8942 straggler fixes, parallel with C++
Markus Scherer [Thu, 1 Dec 2011 00:55:29 +0000 (00:55 +0000)]
ICU-8942 straggler fixes, parallel with C++

X-SVN-Rev: 30995

13 years agoICU-8246 add Normalizer2::getNFCInstance(), getNFKDInstance(), ...
Markus Scherer [Thu, 1 Dec 2011 00:43:35 +0000 (00:43 +0000)]
ICU-8246 add Normalizer2::getNFCInstance(), getNFKDInstance(), ...

X-SVN-Rev: 30994

13 years agoICU-8804 Ensure empty strings are included when calling the split method of a string
Michael Ow [Wed, 30 Nov 2011 18:17:25 +0000 (18:17 +0000)]
ICU-8804 Ensure empty strings are included when calling the split method of a string

X-SVN-Rev: 30993

13 years agoICU-8818 switched to calloc for a few instances of malloc + memset(0)
Abhinav Gupta [Wed, 30 Nov 2011 17:52:09 +0000 (17:52 +0000)]
ICU-8818 switched to calloc for a few instances of malloc + memset(0)

X-SVN-Rev: 30992

13 years agoICU-8818 implement uprv_calloc
Abhinav Gupta [Wed, 30 Nov 2011 17:52:02 +0000 (17:52 +0000)]
ICU-8818 implement uprv_calloc

X-SVN-Rev: 30991

13 years agoICU-8804 cast from uint16_t* to UChar* (different types on some platforms)
Markus Scherer [Tue, 29 Nov 2011 22:54:44 +0000 (22:54 +0000)]
ICU-8804 cast from uint16_t* to UChar* (different types on some platforms)

X-SVN-Rev: 30989

13 years agoICU-8804 Remove unneeded fields array size check
Michael Ow [Tue, 29 Nov 2011 21:26:05 +0000 (21:26 +0000)]
ICU-8804 Remove unneeded fields array size check

X-SVN-Rev: 30988

13 years agoICU-8953 Fixed the getCanonicalID with the Olson link.
Yoshito Umaoka [Tue, 29 Nov 2011 17:45:37 +0000 (17:45 +0000)]
ICU-8953 Fixed the getCanonicalID with the Olson link.

X-SVN-Rev: 30987

13 years agoICU-8942 use smaller/simpler FCD data rather than building an FCD trie
Markus Scherer [Mon, 28 Nov 2011 23:04:28 +0000 (23:04 +0000)]
ICU-8942 use smaller/simpler FCD data rather than building an FCD trie

X-SVN-Rev: 30986

13 years agoICU-8942 use smaller/simpler FCD data rather than building an FCD trie
Markus Scherer [Mon, 28 Nov 2011 22:59:49 +0000 (22:59 +0000)]
ICU-8942 use smaller/simpler FCD data rather than building an FCD trie

X-SVN-Rev: 30985

13 years agoICU-8804 Fix String format error in UCharacterTest code
Michael Ow [Mon, 28 Nov 2011 18:47:38 +0000 (18:47 +0000)]
ICU-8804 Fix String format error in UCharacterTest code

X-SVN-Rev: 30984

13 years agoICU-8804 Normalizer2.composePair(a, b) with separation of minYesNo extraData into...
Markus Scherer [Sun, 27 Nov 2011 20:34:42 +0000 (20:34 +0000)]
ICU-8804 Normalizer2.composePair(a, b) with separation of minYesNo extraData into combines-forward vs. not

X-SVN-Rev: 30983

13 years agoICU-8804 Normalizer2::composePair(a, b) with separation of minYesNo extraData into...
Markus Scherer [Sun, 27 Nov 2011 20:29:38 +0000 (20:29 +0000)]
ICU-8804 Normalizer2::composePair(a, b) with separation of minYesNo extraData into combines-forward vs. not

X-SVN-Rev: 30982

13 years agoICU-8804 Normalizer2.getRawDecomposition(c) with added data in .nrm formatVersion 2
Markus Scherer [Sun, 27 Nov 2011 04:44:50 +0000 (04:44 +0000)]
ICU-8804 Normalizer2.getRawDecomposition(c) with added data in .nrm formatVersion 2

X-SVN-Rev: 30981

13 years agoICU-8804 Normalizer2::getRawDecomposition(c) with added data in .nrm formatVersion 2
Markus Scherer [Sun, 27 Nov 2011 04:44:13 +0000 (04:44 +0000)]
ICU-8804 Normalizer2::getRawDecomposition(c) with added data in .nrm formatVersion 2

X-SVN-Rev: 30980

13 years agoICU-8814 test for problem
Stuart Gill [Wed, 23 Nov 2011 19:50:11 +0000 (19:50 +0000)]
ICU-8814 test for problem

X-SVN-Rev: 30978

13 years agoICU-8929 Applied patch attached to ticket.
Abhinav Gupta [Mon, 21 Nov 2011 19:38:08 +0000 (19:38 +0000)]
ICU-8929 Applied patch attached to ticket.

X-SVN-Rev: 30977

13 years agoICU-8943 Fixed NPE problem in RuleBasedTimeZone#getOffsets.
Yoshito Umaoka [Fri, 18 Nov 2011 22:30:34 +0000 (22:30 +0000)]
ICU-8943 Fixed NPE problem in RuleBasedTimeZone#getOffsets.

X-SVN-Rev: 30975

13 years agoICU-8899 Switch to StringBuilder for buffer.
Abhinav Gupta [Fri, 18 Nov 2011 19:04:50 +0000 (19:04 +0000)]
ICU-8899 Switch to StringBuilder for buffer.

X-SVN-Rev: 30974

13 years agoICU-8911 Add make target releaseDist
Michael Ow [Wed, 16 Nov 2011 22:03:45 +0000 (22:03 +0000)]
ICU-8911 Add make target releaseDist

X-SVN-Rev: 30973

13 years agoICU-8899 LocaleIDParser#append should not rely on exceptions.
Abhinav Gupta [Wed, 16 Nov 2011 15:32:20 +0000 (15:32 +0000)]
ICU-8899 LocaleIDParser#append should not rely on exceptions.

X-SVN-Rev: 30972

13 years agoICU-8936 Fix check-exhaustive in main Makefile
Michael Ow [Tue, 15 Nov 2011 17:22:33 +0000 (17:22 +0000)]
ICU-8936 Fix check-exhaustive in main Makefile

X-SVN-Rev: 30967

13 years agoICU-8345 Freezable implementation in TimeZone and its subclasses.
Yoshito Umaoka [Tue, 15 Nov 2011 14:57:18 +0000 (14:57 +0000)]
ICU-8345 Freezable implementation in TimeZone and its subclasses.

X-SVN-Rev: 30962

13 years agoICU-8936 Add check-exhaustive make target to run the test suite in exhaustive mode
Michael Ow [Mon, 14 Nov 2011 22:33:19 +0000 (22:33 +0000)]
ICU-8936 Add check-exhaustive make target to run the test suite in exhaustive mode

X-SVN-Rev: 30961

13 years agoICU-8909 Remove a garbage character mixed in the previous commit.
Yoshito Umaoka [Mon, 14 Nov 2011 20:01:43 +0000 (20:01 +0000)]
ICU-8909 Remove a garbage character mixed in the previous commit.

X-SVN-Rev: 30959

13 years agoICU-8909 Fixed various warnings reported by a source code analysis tool.
Yoshito Umaoka [Mon, 14 Nov 2011 19:32:51 +0000 (19:32 +0000)]
ICU-8909 Fixed various warnings reported by a source code analysis tool.

X-SVN-Rev: 30958

13 years agoICU-8887 Update timezone class doc in ICU4J
Michael Ow [Fri, 11 Nov 2011 23:25:33 +0000 (23:25 +0000)]
ICU-8887 Update timezone class doc in ICU4J

X-SVN-Rev: 30957

13 years agoICU-8887 Update timezone class doc in ICU4C
Michael Ow [Fri, 11 Nov 2011 23:24:20 +0000 (23:24 +0000)]
ICU-8887 Update timezone class doc in ICU4C

X-SVN-Rev: 30956

13 years agoICU-7605 Change locale ID canonicalization to not use double-underscore IDs
John Emmons [Fri, 11 Nov 2011 20:29:33 +0000 (20:29 +0000)]
ICU-7605 Change locale ID canonicalization to not use double-underscore IDs

X-SVN-Rev: 30954

13 years agoICU-8854 revert changeset [30943].
Abhinav Gupta [Fri, 11 Nov 2011 15:46:59 +0000 (15:46 +0000)]
ICU-8854 revert changeset [30943].

X-SVN-Rev: 30953

13 years agoICU-8592 Update tzdata2011n to ICU4J
Michael Ow [Fri, 11 Nov 2011 06:53:12 +0000 (06:53 +0000)]
ICU-8592 Update tzdata2011n to ICU4J

X-SVN-Rev: 30952

13 years agoICU-8592 Update tzdata2011n to ICU4C
Michael Ow [Fri, 11 Nov 2011 05:16:53 +0000 (05:16 +0000)]
ICU-8592 Update tzdata2011n to ICU4C

X-SVN-Rev: 30951

13 years agoICU-8928 Fix how path is found when pkgdata needs icu-config
Michael Ow [Thu, 10 Nov 2011 23:11:19 +0000 (23:11 +0000)]
ICU-8928 Fix how path is found when pkgdata needs icu-config

X-SVN-Rev: 30949

13 years agoICU-8858 Make revision number optional when packaging data in dll mode
Michael Ow [Thu, 10 Nov 2011 19:22:55 +0000 (19:22 +0000)]
ICU-8858 Make revision number optional when packaging data in dll mode

X-SVN-Rev: 30947

13 years agoICU-8592 Add timebomb for TestTimeRoundTrip test.
Michael Ow [Thu, 10 Nov 2011 16:47:00 +0000 (16:47 +0000)]
ICU-8592 Add timebomb for TestTimeRoundTrip test.

X-SVN-Rev: 30946

13 years agoICU-7635 Fix memory leak in the testcase
John Emmons [Wed, 9 Nov 2011 21:12:06 +0000 (21:12 +0000)]
ICU-7635 Fix memory leak in the testcase

X-SVN-Rev: 30945

13 years agoICU-8592 Update ICU4C metaZones.txt to 2011n
Michael Ow [Wed, 9 Nov 2011 20:38:26 +0000 (20:38 +0000)]
ICU-8592 Update ICU4C metaZones.txt to 2011n

X-SVN-Rev: 30944

13 years agoICU-8854 String concatenation in a loop using + operator. Should use StringBuilder.
Abhinav Gupta [Wed, 9 Nov 2011 15:51:57 +0000 (15:51 +0000)]
ICU-8854 String concatenation in a loop using + operator. Should use StringBuilder.

X-SVN-Rev: 30943

13 years agoICU-8931 make icurun work with in-source and out-of-source builds, not just installed...
Steven R. Loomis [Wed, 9 Nov 2011 02:28:05 +0000 (02:28 +0000)]
ICU-8931 make icurun work with in-source and out-of-source builds, not just installed ICU.

X-SVN-Rev: 30942

13 years agoICU-8903 Default testarg in 'runTest' target.
Yoshito Umaoka [Mon, 7 Nov 2011 21:32:23 +0000 (21:32 +0000)]
ICU-8903 Default testarg in 'runTest' target.

X-SVN-Rev: 30939

13 years agoICU-8927 Avoid NPE when invalid system ID is specifed in TimeZone.countEquivalentIDs...
Yoshito Umaoka [Mon, 7 Nov 2011 16:51:49 +0000 (16:51 +0000)]
ICU-8927 Avoid NPE when invalid system ID is specifed in TimeZone.countEquivalentIDs and getEquivalentID.

X-SVN-Rev: 30937

13 years agoICU-8854 Possible null pointer dereference.
Abhinav Gupta [Mon, 7 Nov 2011 16:36:22 +0000 (16:36 +0000)]
ICU-8854 Possible null pointer dereference.

X-SVN-Rev: 30936

13 years agoICU-8854 Class defines equals() but not hashCode().
Abhinav Gupta [Mon, 7 Nov 2011 16:36:16 +0000 (16:36 +0000)]
ICU-8854 Class defines equals() but not hashCode().

X-SVN-Rev: 30935

13 years agoICU-8888 Update the help message in pkgdata tool
Michael Ow [Fri, 4 Nov 2011 17:09:18 +0000 (17:09 +0000)]
ICU-8888 Update the help message in pkgdata tool

X-SVN-Rev: 30930

13 years agoICU-8889 JarURLHandler should not die if icu4j jar is inside another jar.
Abhinav Gupta [Fri, 4 Nov 2011 16:09:57 +0000 (16:09 +0000)]
ICU-8889 JarURLHandler should not die if icu4j jar is inside another jar.

X-SVN-Rev: 30929

13 years agoICU-8854 Check for oddness that won't work for negative numbers.
Abhinav Gupta [Fri, 4 Nov 2011 15:19:31 +0000 (15:19 +0000)]
ICU-8854 Check for oddness that won't work for negative numbers.

X-SVN-Rev: 30928

13 years agoICU-8854 method ignores result of InputStream.read.
Abhinav Gupta [Fri, 4 Nov 2011 15:19:19 +0000 (15:19 +0000)]
ICU-8854 method ignores result of InputStream.read.

X-SVN-Rev: 30927

13 years agoICU-8854 Inner class does not use embedded reference to creator. Should be static...
Abhinav Gupta [Fri, 4 Nov 2011 15:19:11 +0000 (15:19 +0000)]
ICU-8854 Inner class does not use embedded reference to creator. Should be static inner class.

X-SVN-Rev: 30926

13 years agoICU-8854 Class defines or inherits equals() but not hashCode().
Abhinav Gupta [Fri, 4 Nov 2011 15:18:39 +0000 (15:18 +0000)]
ICU-8854 Class defines or inherits equals() but not hashCode().

X-SVN-Rev: 30925

13 years agoICU-8854 possible null pointer dereference
Abhinav Gupta [Fri, 4 Nov 2011 15:18:01 +0000 (15:18 +0000)]
ICU-8854 possible null pointer dereference

X-SVN-Rev: 30924

13 years agoICU-8854 Dead store to local variable.
Abhinav Gupta [Fri, 4 Nov 2011 15:17:52 +0000 (15:17 +0000)]
ICU-8854 Dead store to local variable.

X-SVN-Rev: 30923

13 years agoICU-8854 Unused final instance variable. Should be static.
Abhinav Gupta [Fri, 4 Nov 2011 15:17:34 +0000 (15:17 +0000)]
ICU-8854 Unused final instance variable. Should be static.

X-SVN-Rev: 30922

13 years agoICU-8888 Add -w option to pkgdata build options in sample codes
Michael Ow [Fri, 4 Nov 2011 05:22:18 +0000 (05:22 +0000)]
ICU-8888 Add -w option to pkgdata build options in sample codes

X-SVN-Rev: 30919

13 years agoICU-8888 Fix missing identifier error in pkgdata
Michael Ow [Fri, 4 Nov 2011 02:40:39 +0000 (02:40 +0000)]
ICU-8888 Fix missing identifier error in pkgdata

X-SVN-Rev: 30918

13 years agoICU-8888 Add pkgdata tool option to build without assembly code
Michael Ow [Thu, 3 Nov 2011 23:55:49 +0000 (23:55 +0000)]
ICU-8888 Add pkgdata tool option to build without assembly code

X-SVN-Rev: 30917

13 years agoICU-8827 improve parsing of reorder codes
Markus Scherer [Thu, 3 Nov 2011 23:09:27 +0000 (23:09 +0000)]
ICU-8827 improve parsing of reorder codes

X-SVN-Rev: 30914

13 years agoICU-8921 print a warning on rpath with installed icu. Also fix a bug where --disable...
Steven R. Loomis [Thu, 3 Nov 2011 20:48:20 +0000 (20:48 +0000)]
ICU-8921 print a warning on rpath with installed icu. Also fix a bug where --disable-rpath (the default) caused icu-config selftest to fail

X-SVN-Rev: 30913

13 years agoICU-8913 set U_DEBUG for unix debug builds
Steven R. Loomis [Thu, 3 Nov 2011 19:18:46 +0000 (19:18 +0000)]
ICU-8913 set U_DEBUG for unix debug builds

X-SVN-Rev: 30912

13 years agoICU-8748 add icu4c-data* to "make dist"
Steven R. Loomis [Thu, 3 Nov 2011 00:33:19 +0000 (00:33 +0000)]
ICU-8748 add icu4c-data* to "make dist"

X-SVN-Rev: 30908

13 years agoICU-8862 add doxygen snippet and a couple of samples
Steven R. Loomis [Wed, 2 Nov 2011 23:53:18 +0000 (23:53 +0000)]
ICU-8862 add doxygen snippet and a couple of samples

X-SVN-Rev: 30906

13 years agoICU-8909 other warning fixes
Steven R. Loomis [Wed, 2 Nov 2011 22:54:27 +0000 (22:54 +0000)]
ICU-8909 other warning fixes

X-SVN-Rev: 30904

13 years agoICU-8827 gencase report parsing errors, and cope with @missing lines in SpecialCasing...
Markus Scherer [Mon, 31 Oct 2011 23:49:12 +0000 (23:49 +0000)]
ICU-8827 gencase report parsing errors, and cope with @missing lines in SpecialCasing.txt and CaseFolding.txt

X-SVN-Rev: 30887

13 years agoICU-8827 genuca verify UCA == UCD versions
Markus Scherer [Sun, 30 Oct 2011 00:20:58 +0000 (00:20 +0000)]
ICU-8827 genuca verify UCA == UCD versions

X-SVN-Rev: 30883

13 years agoICU-8827 Unicode 6.1 tools: ignore UTS #46 NV8, update version numbers
Markus Scherer [Sat, 29 Oct 2011 00:02:09 +0000 (00:02 +0000)]
ICU-8827 Unicode 6.1 tools: ignore UTS #46 NV8, update version numbers

X-SVN-Rev: 30880

13 years agoICU-8909 warning cleanup
Steven R. Loomis [Thu, 27 Oct 2011 23:29:16 +0000 (23:29 +0000)]
ICU-8909 warning cleanup

X-SVN-Rev: 30878

13 years agoICU-8909 warnings cleanup
Steven R. Loomis [Wed, 26 Oct 2011 23:56:35 +0000 (23:56 +0000)]
ICU-8909 warnings cleanup

X-SVN-Rev: 30877

13 years agoICU-8908 #error if U_COMMON_IMPLEMENTATION, etc isnt set
Steven R. Loomis [Wed, 26 Oct 2011 23:02:14 +0000 (23:02 +0000)]
ICU-8908 #error if U_COMMON_IMPLEMENTATION, etc isnt set

X-SVN-Rev: 30876

13 years agoICU-7635 Reintroduce testcase in platform neutral fashion
John Emmons [Wed, 26 Oct 2011 14:39:51 +0000 (14:39 +0000)]
ICU-7635 Reintroduce testcase in platform neutral fashion

X-SVN-Rev: 30875

13 years agoICU-8904 "ar not found" should be a warning, not an error.
Steven R. Loomis [Wed, 26 Oct 2011 14:17:04 +0000 (14:17 +0000)]
ICU-8904 "ar not found" should be a warning, not an error.

X-SVN-Rev: 30874

13 years agoICU-7635 Back out the testcase until it can be made platform neutral
John Emmons [Wed, 26 Oct 2011 05:02:16 +0000 (05:02 +0000)]
ICU-7635 Back out the testcase until it can be made platform neutral

X-SVN-Rev: 30873

13 years agoICU-8827 Unicode 6.1 tools update
Markus Scherer [Wed, 26 Oct 2011 04:41:57 +0000 (04:41 +0000)]
ICU-8827 Unicode 6.1 tools update

X-SVN-Rev: 30870

13 years agoICU-7635 Back out the testcase until it can be made platform neutral
John Emmons [Wed, 26 Oct 2011 03:38:58 +0000 (03:38 +0000)]
ICU-7635 Back out the testcase until it can be made platform neutral

X-SVN-Rev: 30869

13 years agoICU-7635 Modify toString method to handle >>>
John Emmons [Wed, 26 Oct 2011 02:16:23 +0000 (02:16 +0000)]
ICU-7635 Modify toString method to handle >>>

X-SVN-Rev: 30868

13 years agoICU-8854 string concatenation in loop using + operator
Abhinav Gupta [Mon, 24 Oct 2011 19:24:17 +0000 (19:24 +0000)]
ICU-8854 string concatenation in loop using + operator

X-SVN-Rev: 30863

13 years agoICU-8854 bitwise and/or of signed byte value.
Abhinav Gupta [Mon, 24 Oct 2011 19:24:08 +0000 (19:24 +0000)]
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

13 years agoICU-8854 dead store to local variable
Abhinav Gupta [Mon, 24 Oct 2011 19:23:59 +0000 (19:23 +0000)]
ICU-8854 dead store to local variable

X-SVN-Rev: 30861

13 years agoICU-8854 computation of average could overflow.
Abhinav Gupta [Mon, 24 Oct 2011 19:23:51 +0000 (19:23 +0000)]
ICU-8854 computation of average could overflow.

X-SVN-Rev: 30860

13 years agoICU-8854 equals() does not check for null.
Abhinav Gupta [Mon, 24 Oct 2011 19:23:44 +0000 (19:23 +0000)]
ICU-8854 equals() does not check for null.

X-SVN-Rev: 30859

13 years agoICU-8854 Unused final instance variable. Should be static.
Abhinav Gupta [Mon, 24 Oct 2011 19:23:29 +0000 (19:23 +0000)]
ICU-8854 Unused final instance variable. Should be static.

X-SVN-Rev: 30858

13 years agoICU-8854 unnecessary use of String constructor.
Abhinav Gupta [Mon, 24 Oct 2011 19:23:20 +0000 (19:23 +0000)]
ICU-8854 unnecessary use of String constructor.

X-SVN-Rev: 30857

13 years agoICU-8854 use of inefficient Number constructors. Use valueOf.
Abhinav Gupta [Mon, 24 Oct 2011 19:14:19 +0000 (19:14 +0000)]
ICU-8854 use of inefficient Number constructors. Use valueOf.

X-SVN-Rev: 30856

13 years agoICU-8854 toString may return null
Abhinav Gupta [Mon, 24 Oct 2011 19:14:10 +0000 (19:14 +0000)]
ICU-8854 toString may return null

X-SVN-Rev: 30855

13 years agoICU-8854 integral division result cast to double (and floored).
Abhinav Gupta [Mon, 24 Oct 2011 19:14:03 +0000 (19:14 +0000)]
ICU-8854 integral division result cast to double (and floored).
Unnecessary because integral division already truncates the result.

X-SVN-Rev: 30854

13 years agoICU-8854 unchecked/unconfirmed cast.
Abhinav Gupta [Mon, 24 Oct 2011 19:13:57 +0000 (19:13 +0000)]
ICU-8854 unchecked/unconfirmed cast.

X-SVN-Rev: 30853

13 years agoICU-8807 Small changes in Map, Property
Mark Davis [Sun, 23 Oct 2011 22:31:02 +0000 (22:31 +0000)]
ICU-8807 Small changes in Map, Property

X-SVN-Rev: 30852