ICU-8428 do not use @deprecated in internal headers

X-SVN-Rev: 30114
This commit is contained in:
Markus Scherer 2011-05-14 00:06:45 +00:00
parent 72b31f0cd3
commit 50bd1345ef
2 changed files with 8 additions and 6 deletions

View file

@ -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,

View file

@ -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);
/**