| OLD | NEW |
| 1 /* | 1 /* |
| 2 ****************************************************************************** | 2 ****************************************************************************** |
| 3 * | 3 * |
| 4 * Copyright (C) 1998-2005, International Business Machines | 4 * Copyright (C) 1998-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 * File schriter.h | 9 * File schriter.h |
| 10 * | 10 * |
| (...skipping 167 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 178 /** | 178 /** |
| 179 * Copy of the iterated string object. | 179 * Copy of the iterated string object. |
| 180 * @stable ICU 2.0 | 180 * @stable ICU 2.0 |
| 181 */ | 181 */ |
| 182 UnicodeString text; | 182 UnicodeString text; |
| 183 | 183 |
| 184 }; | 184 }; |
| 185 | 185 |
| 186 U_NAMESPACE_END | 186 U_NAMESPACE_END |
| 187 #endif | 187 #endif |
| OLD | NEW |