| OLD | NEW |
| 1 /* | 1 /* |
| 2 ******************************************************************************* | 2 ******************************************************************************* |
| 3 * Copyright (C) 2009-2010, International Business Machines Corporation and
* | 3 * Copyright (C) 2009-2010, International Business Machines Corporation and
* |
| 4 * others. All Rights Reserved. * | 4 * others. All Rights Reserved. * |
| 5 ******************************************************************************* | 5 ******************************************************************************* |
| 6 */ | 6 */ |
| 7 #ifndef CURRPINF_H | 7 #ifndef CURRPINF_H |
| 8 #define CURRPINF_H | 8 #define CURRPINF_H |
| 9 | 9 |
| 10 #include "unicode/utypes.h" | 10 #include "unicode/utypes.h" |
| (...skipping 239 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 250 | 250 |
| 251 inline UBool | 251 inline UBool |
| 252 CurrencyPluralInfo::operator!=(const CurrencyPluralInfo& info) const {
return !operator==(info);
} | 252 CurrencyPluralInfo::operator!=(const CurrencyPluralInfo& info) const {
return !operator==(info);
} |
| 253 | 253 |
| 254 U_NAMESPACE_END | 254 U_NAMESPACE_END |
| 255 | 255 |
| 256 #endif /* #if !UCONFIG_NO_FORMATTING */ | 256 #endif /* #if !UCONFIG_NO_FORMATTING */ |
| 257 | 257 |
| 258 #endif // _CURRPINFO | 258 #endif // _CURRPINFO |
| 259 //eof | 259 //eof |
| OLD | NEW |