| OLD | NEW |
| 1 /* | 1 /* |
| 2 ******************************************************************************** | 2 ******************************************************************************** |
| 3 * Copyright (C) 1997-2010, International Business Machines | 3 * Copyright (C) 1997-2010, International Business Machines |
| 4 * Corporation and others. All Rights Reserved. | 4 * Corporation and others. All Rights Reserved. |
| 5 ******************************************************************************** | 5 ******************************************************************************** |
| 6 * | 6 * |
| 7 * File brkiter.h | 7 * File brkiter.h |
| 8 * | 8 * |
| 9 * Modification History: | 9 * Modification History: |
| 10 * | 10 * |
| (...skipping 537 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 548 return fBufferClone; | 548 return fBufferClone; |
| 549 } | 549 } |
| 550 | 550 |
| 551 U_NAMESPACE_END | 551 U_NAMESPACE_END |
| 552 | 552 |
| 553 #endif /* #if !UCONFIG_NO_BREAK_ITERATION */ | 553 #endif /* #if !UCONFIG_NO_BREAK_ITERATION */ |
| 554 | 554 |
| 555 #endif // _BRKITER | 555 #endif // _BRKITER |
| 556 //eof | 556 //eof |
| 557 | 557 |
| OLD | NEW |