ICU-20795 ICU4C 65.1 API promotion - locid.h
- fixup some functions in locid.h that were incorrectly guarded as draft
- Error was in:
- 5a3ea669aa
- https://github.com/unicode-org/icu/pull/808
This commit is contained in:
parent
5a3ea669aa
commit
417254f66a
@ -1159,7 +1159,6 @@ Locale::operator!=(const Locale& other) const
|
||||
return !operator==(other);
|
||||
}
|
||||
|
||||
#ifndef U_HIDE_DRAFT_API
|
||||
template<typename StringClass> inline StringClass
|
||||
Locale::toLanguageTag(UErrorCode& status) const
|
||||
{
|
||||
@ -1168,7 +1167,6 @@ Locale::toLanguageTag(UErrorCode& status) const
|
||||
toLanguageTag(sink, status);
|
||||
return result;
|
||||
}
|
||||
#endif // U_HIDE_DRAFT_API
|
||||
|
||||
inline const char *
|
||||
Locale::getCountry() const
|
||||
@ -1200,8 +1198,6 @@ Locale::getName() const
|
||||
return fullName;
|
||||
}
|
||||
|
||||
#ifndef U_HIDE_DRAFT_API
|
||||
|
||||
template<typename StringClass, typename OutputIterator> inline void
|
||||
Locale::getKeywords(OutputIterator iterator, UErrorCode& status) const
|
||||
{
|
||||
@ -1254,8 +1250,6 @@ Locale::getUnicodeKeywordValue(StringPiece keywordName, UErrorCode& status) cons
|
||||
return result;
|
||||
}
|
||||
|
||||
#endif // U_HIDE_DRAFT_API
|
||||
|
||||
inline UBool
|
||||
Locale::isBogus(void) const {
|
||||
return fIsBogus;
|
||||
|
Loading…
Reference in New Issue
Block a user