mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-16 02:07:15 +00:00
ICU-6710 Formal @deprecated comment for ICU internal API.
X-SVN-Rev: 26557
This commit is contained in:
parent
51c1fcf807
commit
d98fd3f3fb
5 changed files with 5 additions and 5 deletions
icu4j/main/classes
core/src/com/ibm/icu/text
translit/src/com/ibm/icu/text
|
@ -2303,7 +2303,7 @@ public class UnicodeSet extends UnicodeFilter implements Iterable<String>, Compa
|
|||
* of <code>pattern</code>
|
||||
* @exception java.lang.IllegalArgumentException if the parse fails.
|
||||
* @internal
|
||||
* @deprecated - for internal use only
|
||||
* @deprecated This API is ICU internal only.
|
||||
*/
|
||||
public UnicodeSet applyPattern(String pattern,
|
||||
ParsePosition pos,
|
||||
|
|
|
@ -395,7 +395,7 @@ class AnyTransliterator extends Transliterator {
|
|||
/**
|
||||
* Temporary hack for registry problem. Needs to be replaced by better architecture.
|
||||
* @internal
|
||||
* @deprecated Function is deprecated.
|
||||
* @deprecated This API is ICU internal only.
|
||||
*/
|
||||
public Transliterator safeClone() {
|
||||
UnicodeFilter filter = getFilter();
|
||||
|
|
|
@ -539,7 +539,7 @@ class CompoundTransliterator extends Transliterator {
|
|||
/**
|
||||
* Temporary hack for registry problem. Needs to be replaced by better architecture.
|
||||
* @internal
|
||||
* @deprecated Deprecated function.
|
||||
* @deprecated This API is ICU internal only.
|
||||
*/
|
||||
public Transliterator safeClone() {
|
||||
UnicodeFilter filter = getFilter();
|
||||
|
|
|
@ -469,7 +469,7 @@ public class RuleBasedTransliterator extends Transliterator {
|
|||
/**
|
||||
* Temporary hack for registry problem. Needs to be replaced by better architecture.
|
||||
* @internal
|
||||
* @deprecated Deprecated function.
|
||||
* @deprecated This API is ICU internal only.
|
||||
*/
|
||||
public Transliterator safeClone() {
|
||||
UnicodeFilter filter = getFilter();
|
||||
|
|
|
@ -1886,7 +1886,7 @@ public abstract class Transliterator implements StringTransform {
|
|||
/**
|
||||
* Register the script-based "Any" transliterators: Any-Latin, Any-Greek
|
||||
* @internal
|
||||
* @deprecated Deprecated function.
|
||||
* @deprecated This API is ICU internal only.
|
||||
*/
|
||||
public static void registerAny() {
|
||||
AnyTransliterator.register();
|
||||
|
|
Loading…
Add table
Reference in a new issue