OLD | NEW |
1 /* | 1 /* |
2 ******************************************************************************* | 2 ******************************************************************************* |
3 * Copyright (C) 2008-2010, International Business Machines Corporation and | 3 * Copyright (C) 2008-2010, International Business Machines Corporation and |
4 * others. All Rights Reserved. | 4 * others. All Rights Reserved. |
5 ******************************************************************************* | 5 ******************************************************************************* |
6 * | 6 * |
7 * | 7 * |
8 * File PLURRULE.H | 8 * File PLURRULE.H |
9 * | 9 * |
10 * Modification History:* | 10 * Modification History:* |
(...skipping 279 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
290 UnicodeString getRuleFromResource(const Locale& locale, UErrorCode& status); | 290 UnicodeString getRuleFromResource(const Locale& locale, UErrorCode& status); |
291 | 291 |
292 }; | 292 }; |
293 | 293 |
294 U_NAMESPACE_END | 294 U_NAMESPACE_END |
295 | 295 |
296 #endif /* #if !UCONFIG_NO_FORMATTING */ | 296 #endif /* #if !UCONFIG_NO_FORMATTING */ |
297 | 297 |
298 #endif // _PLURRULE | 298 #endif // _PLURRULE |
299 //eof | 299 //eof |
OLD | NEW |