/*
**********************************************************************
-* Copyright (C) 2000-2010, International Business Machines
+* Copyright (C) 2000-2011, International Business Machines
* Corporation and others. All Rights Reserved.
**********************************************************************
*/
* 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,
/*
*******************************************************************************
-* 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.
*******************************************************************************
*/
* @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);
/**