From 08ae9f2909b2ec37f755dac4372553437e9d7cf6 Mon Sep 17 00:00:00 2001 From: Paul Duffin Date: Tue, 1 Mar 2016 13:13:48 +0000 Subject: Integrate changes cherry-picked for ticket #12005 into android_icu4j. Fix numerous warnings / errors from Javadoc generation Bug: 22023363 (cherry picked from bfab1e7fec36dff93fb980c546ad64a565faf9fc) Change-Id: I7e97889b415a9e4c83c9b821b939a7ee8d2a96e4 --- .../src/main/java/android/icu/lang/UCharacter.java | 162 ++++++++++----------- 1 file changed, 81 insertions(+), 81 deletions(-) (limited to 'android_icu4j/src/main/java/android/icu/lang/UCharacter.java') diff --git a/android_icu4j/src/main/java/android/icu/lang/UCharacter.java b/android_icu4j/src/main/java/android/icu/lang/UCharacter.java index ad24d9e05..d0f66b80b 100644 --- a/android_icu4j/src/main/java/android/icu/lang/UCharacter.java +++ b/android_icu4j/src/main/java/android/icu/lang/UCharacter.java @@ -2934,7 +2934,7 @@ public final class UCharacter implements ECharacterCategory, ECharacterDirection * adjust it by looking for the next cased character, and titlecase that one. * Other characters are lowercased. * - * This follows Unicode 4 & 5 section 3.13 Default Case Operations: + * This follows Unicode 4 & 5 section 3.13 Default Case Operations: * * R3 toTitlecase(X): Find the word boundaries based on Unicode Standard Annex * #29, "Text Boundaries." Between each pair of word boundaries, find the first @@ -3021,16 +3021,16 @@ public final class UCharacter implements ECharacterCategory, ECharacterDirection /** * [icu] Returns the numeric value for a Unicode code point as defined in the - * Unicode Character Database.

+ * Unicode Character Database. *

A "double" return type is necessary because some numeric values are - * fractions, negative, or too large for int.

+ * fractions, negative, or too large for int. *

For characters without any numeric values in the Unicode Character * Database, this function will return NO_NUMERIC_VALUE. - * Note: This is different from the Unicode Standard which specifies NaN as the default value.

+ * Note: This is different from the Unicode Standard which specifies NaN as the default value. *

API Change: In release 2.2 and prior, this API has a * return type int and returns -1 when the argument ch does not have a * corresponding numeric value. This has been changed to synch with ICU4C - *

+ * * This corresponds to the ICU4C function u_getNumericValue. * @param ch Code point to get the numeric value for. * @return numeric value of ch, or NO_NUMERIC_VALUE if none is defined. @@ -3066,7 +3066,7 @@ public final class UCharacter implements ECharacterCategory, ECharacterDirection * NOTE: the UCharacterCategory values are not compatible with * those returned by java.lang.Character.getType. UCharacterCategory values * match the ones used in ICU4C, while java.lang.Character type - * values, though similar, skip the value 17.

+ * values, though similar, skip the value 17. * @param ch code point whose type is to be determined * @return category which is a value of UCharacterCategory */ @@ -3109,8 +3109,8 @@ public final class UCharacter implements ECharacterCategory, ECharacterDirection /** * Determines if the specified code point is an ISO control character. * A code point is considered to be an ISO control character if it is in - * the range \u0000 through \u001F or in the range \u007F through - * \u009F.
+ * the range \u0000 through \u001F or in the range \u007F through + * \u009F.
* Up-to-date Unicode implementation of java.lang.Character.isISOControl() * @param ch code point to determine if it is an ISO control character * @return true if code point is a ISO control character @@ -3230,16 +3230,16 @@ public final class UCharacter implements ECharacterCategory, ECharacterDirection * if it satisfies one of the following criteria: * * * This API tries to sync with the semantics of Java's @@ -3774,8 +3774,8 @@ public final class UCharacter implements ECharacterCategory, ECharacterDirection * [icu] Returns a name for a valid codepoint. Unlike, getName(int) and * getName1_0(int), this method will return a name even for codepoints that * are not assigned a name in UnicodeData.txt. - *

- * The names are returned in the following order. + * + *

The names are returned in the following order. *