ICU-4735 fix bad tag (really still stable)
X-SVN-Rev: 27381
This commit is contained in:
parent
2cbe4aad19
commit
9639075dd6
@ -1,5 +1,5 @@
|
||||
/*************************************************************************
|
||||
* Copyright (c) 1997-2009, International Business Machines Corporation
|
||||
* Copyright (c) 1997-2010, International Business Machines Corporation
|
||||
* and others. All Rights Reserved.
|
||||
**************************************************************************
|
||||
*
|
||||
@ -596,7 +596,7 @@ public:
|
||||
* @param style
|
||||
* @param result the human-readable name of this time zone in the default locale.
|
||||
* @return A reference to 'result'.
|
||||
* @draft ICU 4.4
|
||||
* @stable ICU 2.0
|
||||
*/
|
||||
UnicodeString& getDisplayName(UBool daylight, EDisplayType style, UnicodeString& result) const;
|
||||
|
||||
@ -612,7 +612,7 @@ public:
|
||||
* @param result the human-readable name of this time zone in the given locale
|
||||
* or in the default locale if the given locale is not recognized.
|
||||
* @return A refence to 'result'.
|
||||
* @draft ICU 4.4
|
||||
* @stable ICU 2.0
|
||||
*/
|
||||
UnicodeString& getDisplayName(UBool daylight, EDisplayType style, const Locale& locale, UnicodeString& result) const;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user