mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-14 17:24:01 +00:00
ICU-8428 do not use @deprecated in internal headers
X-SVN-Rev: 30114
This commit is contained in:
parent
72b31f0cd3
commit
50bd1345ef
2 changed files with 8 additions and 6 deletions
|
@ -1,6 +1,6 @@
|
|||
/*
|
||||
**********************************************************************
|
||||
* Copyright (C) 2000-2010, International Business Machines
|
||||
* Copyright (C) 2000-2011, International Business Machines
|
||||
* Corporation and others. All Rights Reserved.
|
||||
**********************************************************************
|
||||
*/
|
||||
|
@ -262,10 +262,12 @@ ures_getVersionNumberInternal(const UResourceBundle *resourceBundle);
|
|||
* For subresources, the locale where this resource comes from will be returned.
|
||||
* If fallback has occured, getLocale will reflect this.
|
||||
*
|
||||
* This internal version avoids deprecated-warnings in ICU code.
|
||||
*
|
||||
* @param resourceBundle resource bundle in question
|
||||
* @param status just for catching illegal arguments
|
||||
* @return A Locale name
|
||||
* @deprecated ICU 2.8 Use ures_getLocaleByType instead.
|
||||
* @internal
|
||||
*/
|
||||
U_INTERNAL const char* U_EXPORT2
|
||||
ures_getLocaleInternal(const UResourceBundle* resourceBundle,
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
/*
|
||||
*******************************************************************************
|
||||
* Copyright (C) 2009-2010, International Business Machines Corporation and *
|
||||
* others. All Rights Reserved. *
|
||||
* Copyright (C) 2009-2011, International Business Machines Corporation and
|
||||
* others. All Rights Reserved.
|
||||
*******************************************************************************
|
||||
*/
|
||||
|
||||
|
@ -298,9 +298,9 @@ vzone_useDaylightTime(VZone* zone);
|
|||
* @param status Output param filled in with success/error code.
|
||||
* @return true if the given date is in daylight savings time,
|
||||
* false, otherwise.
|
||||
* @deprecated ICU 2.4. Use Calendar::inDaylightTime() instead.
|
||||
* @internal ICU 2.4. Use Calendar::inDaylightTime() instead.
|
||||
*/
|
||||
U_DRAFT UBool U_EXPORT2
|
||||
U_INTERNAL UBool U_EXPORT2
|
||||
vzone_inDaylightTime(VZone* zone, UDate date, UErrorCode& status);
|
||||
|
||||
/**
|
||||
|
|
Loading…
Add table
Reference in a new issue