| OLD | NEW |
| 1 /* | 1 /* |
| 2 ********************************************************************** | 2 ********************************************************************** |
| 3 * Copyright (C) 1999-2006 IBM Corp. All rights reserved. | 3 * Copyright (C) 1999-2006 IBM Corp. All rights reserved. |
| 4 ********************************************************************** | 4 ********************************************************************** |
| 5 * Date Name Description | 5 * Date Name Description |
| 6 * 12/1/99 rgillam Complete port from Java. | 6 * 12/1/99 rgillam Complete port from Java. |
| 7 * 01/13/2000 helena Added UErrorCode to ctors. | 7 * 01/13/2000 helena Added UErrorCode to ctors. |
| 8 ********************************************************************** | 8 ********************************************************************** |
| 9 */ | 9 */ |
| 10 | 10 |
| (...skipping 21 matching lines...) Expand all Loading... |
| 32 | 32 |
| 33 typedef RuleBasedBreakIterator DictionaryBasedBreakIterator; | 33 typedef RuleBasedBreakIterator DictionaryBasedBreakIterator; |
| 34 | 34 |
| 35 #endif | 35 #endif |
| 36 | 36 |
| 37 U_NAMESPACE_END | 37 U_NAMESPACE_END |
| 38 | 38 |
| 39 #endif /* #if !UCONFIG_NO_BREAK_ITERATION */ | 39 #endif /* #if !UCONFIG_NO_BREAK_ITERATION */ |
| 40 | 40 |
| 41 #endif | 41 #endif |
| OLD | NEW |