mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-07 22:44:49 +00:00
ICU-7023 Cleaning up code and fixing an error on AIX
X-SVN-Rev: 28991
This commit is contained in:
parent
adf994a3fd
commit
67bebde8b5
1 changed files with 0 additions and 10 deletions
|
@ -33,15 +33,6 @@ union UHashTok;
|
|||
|
||||
U_NAMESPACE_BEGIN
|
||||
|
||||
U_CDECL_BEGIN
|
||||
|
||||
/**
|
||||
* @internal ICU 4.2
|
||||
*/
|
||||
UBool U_CALLCONV tmutfmtHashTableValueComparator(UHashTok val1, UHashTok val2) ;
|
||||
|
||||
U_CDECL_END
|
||||
|
||||
class Hashtable;
|
||||
|
||||
|
||||
|
@ -230,7 +221,6 @@ private:
|
|||
PluralRules* fPluralRules;
|
||||
EStyle fStyle;
|
||||
|
||||
friend UBool U_CALLCONV tmutfmtHashTableValueComparator(UHashTok val1, UHashTok val2);
|
||||
void create(const Locale& locale, EStyle style, UErrorCode& status);
|
||||
|
||||
// it might actually be simpler to make them Decimal Formats later.
|
||||
|
|
Loading…
Add table
Reference in a new issue