| OLD | NEW |
| 1 /* | 1 /* |
| 2 ******************************************************************************* | 2 ******************************************************************************* |
| 3 * Copyright (C) 2007-2010, International Business Machines Corporation and | 3 * Copyright (C) 2007-2010, International Business Machines Corporation and |
| 4 * others. All Rights Reserved. | 4 * others. All Rights Reserved. |
| 5 ******************************************************************************* | 5 ******************************************************************************* |
| 6 * | 6 * |
| 7 | 7 |
| 8 * File PLURFMT.H | 8 * File PLURFMT.H |
| 9 * | 9 * |
| 10 * Modification History:* | 10 * Modification History:* |
| (...skipping 529 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 540 FieldPosition& pos) const; | 540 FieldPosition& pos) const; |
| 541 void copyHashtable(Hashtable *other, UErrorCode& status); | 541 void copyHashtable(Hashtable *other, UErrorCode& status); |
| 542 }; | 542 }; |
| 543 | 543 |
| 544 U_NAMESPACE_END | 544 U_NAMESPACE_END |
| 545 | 545 |
| 546 #endif /* #if !UCONFIG_NO_FORMATTING */ | 546 #endif /* #if !UCONFIG_NO_FORMATTING */ |
| 547 | 547 |
| 548 #endif // _PLURFMT | 548 #endif // _PLURFMT |
| 549 //eof | 549 //eof |
| OLD | NEW |