| OLD | NEW |
| 1 /* | 1 /* |
| 2 ********************************************************************** | 2 ********************************************************************** |
| 3 * Copyright (C) 2001-2008 IBM and others. All rights reserved. | 3 * Copyright (C) 2001-2008 IBM and others. All rights reserved. |
| 4 ********************************************************************** | 4 ********************************************************************** |
| 5 * Date Name Description | 5 * Date Name Description |
| 6 * 03/22/2000 helena Creation. | 6 * 03/22/2000 helena Creation. |
| 7 ********************************************************************** | 7 ********************************************************************** |
| 8 */ | 8 */ |
| 9 | 9 |
| 10 #ifndef STSEARCH_H | 10 #ifndef STSEARCH_H |
| (...skipping 498 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 509 UStringSearch *m_strsrch_; | 509 UStringSearch *m_strsrch_; |
| 510 | 510 |
| 511 }; | 511 }; |
| 512 | 512 |
| 513 U_NAMESPACE_END | 513 U_NAMESPACE_END |
| 514 | 514 |
| 515 #endif /* #if !UCONFIG_NO_COLLATION */ | 515 #endif /* #if !UCONFIG_NO_COLLATION */ |
| 516 | 516 |
| 517 #endif | 517 #endif |
| 518 | 518 |
| OLD | NEW |