OLD | NEW |
1 /* | 1 /* |
2 *************************************************************************** | 2 *************************************************************************** |
3 * Copyright (C) 1999-2008 International Business Machines Corporation * | 3 * Copyright (C) 1999-2008 International Business Machines Corporation * |
4 * and others. All rights reserved. * | 4 * and others. All rights reserved. * |
5 *************************************************************************** | 5 *************************************************************************** |
6 | 6 |
7 ********************************************************************** | 7 ********************************************************************** |
8 * Date Name Description | 8 * Date Name Description |
9 * 10/22/99 alan Creation. | 9 * 10/22/99 alan Creation. |
10 * 11/11/99 rgillam Complete port from Java. | 10 * 11/11/99 rgillam Complete port from Java. |
(...skipping 702 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
713 | 713 |
714 inline UBool RuleBasedBreakIterator::operator!=(const BreakIterator& that) const
{ | 714 inline UBool RuleBasedBreakIterator::operator!=(const BreakIterator& that) const
{ |
715 return !operator==(that); | 715 return !operator==(that); |
716 } | 716 } |
717 | 717 |
718 U_NAMESPACE_END | 718 U_NAMESPACE_END |
719 | 719 |
720 #endif /* #if !UCONFIG_NO_BREAK_ITERATION */ | 720 #endif /* #if !UCONFIG_NO_BREAK_ITERATION */ |
721 | 721 |
722 #endif | 722 #endif |
OLD | NEW |