]> granicus.if.org Git - icu/commitdiff
ICU-8951 Added @icu tag to new APIs.
authorYoshito Umaoka <y.umaoka@gmail.com>
Wed, 3 Sep 2014 20:51:46 +0000 (20:51 +0000)
committerYoshito Umaoka <y.umaoka@gmail.com>
Wed, 3 Sep 2014 20:51:46 +0000 (20:51 +0000)
X-SVN-Rev: 36334

icu4j/main/classes/core/src/com/ibm/icu/util/ULocale.java

index 5f23061b6973b62798962ff887fd69190cbf7c25..744946c9cdd2fd5639c30aa4009cd96644f27e73 100644 (file)
@@ -3271,7 +3271,7 @@ public final class ULocale implements Serializable, Comparable<ULocale> {
     }
 
     /**
-     * Converts the specified keyword (legacy key, or BCP 47 Unicode locale
+     * {@icu} Converts the specified keyword (legacy key, or BCP 47 Unicode locale
      * extension key) to the equivalent BCP 47 Unicode locale extension key.
      * For example, BCP 47 Unicode locale extension key "co" is returned for
      * the input keyword "collation".
@@ -3301,7 +3301,7 @@ public final class ULocale implements Serializable, Comparable<ULocale> {
     }
 
     /**
-     * Converts the specified keyword value (legacy type, or BCP 47
+     * {@icu} Converts the specified keyword value (legacy type, or BCP 47
      * Unicode locale extension type) to the well-formed BCP 47 Unicode locale
      * extension type for the specified keyword (category). For example, BCP 47
      * Unicode locale extension type "phonebk" is returned for the input
@@ -3338,7 +3338,7 @@ public final class ULocale implements Serializable, Comparable<ULocale> {
     }
 
     /**
-     * Converts the specified keyword (BCP 47 Unicode locale extension key, or
+     * {@icu} Converts the specified keyword (BCP 47 Unicode locale extension key, or
      * legacy key) to the legacy key. For example, legacy key "collation" is
      * returned for the input BCP 47 Unicode locale extension key "co".
      * 
@@ -3369,7 +3369,7 @@ public final class ULocale implements Serializable, Comparable<ULocale> {
     }
 
     /**
-     * Converts the specified keyword value (BCP 47 Unicode locale extension type,
+     * {@icu} Converts the specified keyword value (BCP 47 Unicode locale extension type,
      * or legacy type or type alias) to the canonical legacy type. For example,
      * the legacy type "phonebook" is returned for the input BCP 47 Unicode
      * locale extension type "phonebk" with the keyword "collation" (or "co").