mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-16 18:25:57 +00:00
ICU-5053 fix deprecated APIs
X-SVN-Rev: 19200
This commit is contained in:
parent
b0c584acf1
commit
dfdc9d0391
2 changed files with 976 additions and 867 deletions
File diff suppressed because it is too large
Load diff
|
@ -1,6 +1,6 @@
|
|||
/*
|
||||
*******************************************************************************
|
||||
* Copyright (C) 2004-2005, International Business Machines Corporation and *
|
||||
* Copyright (C) 2004-2006, International Business Machines Corporation and *
|
||||
* others. All Rights Reserved. *
|
||||
*******************************************************************************
|
||||
*/
|
||||
|
@ -121,7 +121,7 @@ public final class LocaleData {
|
|||
* ES_STANDARD or ES_AUXILIARY
|
||||
* @return The set of exemplar characters for the given locale.
|
||||
* @draft ICU 3.4
|
||||
* @deprecated This is a draft API and might change in a future release of ICU.
|
||||
* @deprecated This is a draft API and might change in a future release of ICU.
|
||||
*/
|
||||
public UnicodeSet getExemplarSet(int options, int extype) {
|
||||
String [] exemplarSetTypes = { "ExemplarCharacters", "AuxExemplarCharacters" };
|
||||
|
|
Loading…
Add table
Reference in a new issue