mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-25 01:47:31 +09:00
Issue #1971 - Part 2: Update ICU source to 63.2.
This commit is contained in:
parent
8df84683be
commit
1e69214382
3160 changed files with 275815 additions and 234203 deletions
|
|
@ -1,4 +1,4 @@
|
|||
// Copyright (C) 2016 and later: Unicode, Inc. and others.
|
||||
// © 2016 and later: Unicode, Inc. and others.
|
||||
// License & terms of use: http://www.unicode.org/copyright.html
|
||||
/*
|
||||
*******************************************************************************
|
||||
|
|
@ -520,15 +520,7 @@ public:
|
|||
*/
|
||||
virtual UClassID getDynamicClassID() const;
|
||||
|
||||
#if (defined(__xlC__) && (__xlC__ < 0x0C00)) || (U_PLATFORM == U_PF_OS390) || (U_PLATFORM ==U_PF_OS400)
|
||||
// Work around a compiler bug on xlC 11.1 on AIX 7.1 that would
|
||||
// prevent PluralSelectorAdapter from implementing private PluralSelector.
|
||||
// xlC error message:
|
||||
// 1540-0300 (S) The "private" member "class icu_49::PluralFormat::PluralSelector" cannot be accessed.
|
||||
public:
|
||||
#else
|
||||
private:
|
||||
#endif
|
||||
/**
|
||||
* @internal
|
||||
*/
|
||||
|
|
@ -564,10 +556,6 @@ private:
|
|||
PluralRules* pluralRules;
|
||||
};
|
||||
|
||||
#if defined(__xlC__)
|
||||
// End of xlC bug workaround, keep remaining definitions private.
|
||||
private:
|
||||
#endif
|
||||
Locale locale;
|
||||
MessagePattern msgPattern;
|
||||
NumberFormat* numberFormat;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue