| OLD | NEW |
| 1 /* | 1 /* |
| 2 ******************************************************************** | 2 ******************************************************************** |
| 3 * | 3 * |
| 4 * Copyright (C) 1997-2005, International Business Machines | 4 * Copyright (C) 1997-2005, International Business Machines |
| 5 * Corporation and others. All Rights Reserved. | 5 * Corporation and others. All Rights Reserved. |
| 6 * | 6 * |
| 7 ******************************************************************** | 7 ******************************************************************** |
| 8 */ | 8 */ |
| 9 | 9 |
| 10 #ifndef CHARITER_H | 10 #ifndef CHARITER_H |
| (...skipping 696 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 707 return pos; | 707 return pos; |
| 708 } | 708 } |
| 709 | 709 |
| 710 inline int32_t | 710 inline int32_t |
| 711 CharacterIterator::getLength(void) const { | 711 CharacterIterator::getLength(void) const { |
| 712 return textLength; | 712 return textLength; |
| 713 } | 713 } |
| 714 | 714 |
| 715 U_NAMESPACE_END | 715 U_NAMESPACE_END |
| 716 #endif | 716 #endif |
| OLD | NEW |