| OLD | NEW |
| 1 /* | 1 /* |
| 2 ****************************************************************************** | 2 ****************************************************************************** |
| 3 * Copyright (C) 1996-2010, International Business Machines * | 3 * Copyright (C) 1996-2010, International Business Machines * |
| 4 * Corporation and others. All Rights Reserved. * | 4 * Corporation and others. All Rights Reserved. * |
| 5 ****************************************************************************** | 5 ****************************************************************************** |
| 6 */ | 6 */ |
| 7 | 7 |
| 8 /** | 8 /** |
| 9 * \file | 9 * \file |
| 10 * \brief C++ API: Collation Service. | 10 * \brief C++ API: Collation Service. |
| (...skipping 1093 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1104 }; | 1104 }; |
| 1105 #endif /* UCONFIG_NO_SERVICE */ | 1105 #endif /* UCONFIG_NO_SERVICE */ |
| 1106 | 1106 |
| 1107 // Collator inline methods ----------------------------------------------- | 1107 // Collator inline methods ----------------------------------------------- |
| 1108 | 1108 |
| 1109 U_NAMESPACE_END | 1109 U_NAMESPACE_END |
| 1110 | 1110 |
| 1111 #endif /* #if !UCONFIG_NO_COLLATION */ | 1111 #endif /* #if !UCONFIG_NO_COLLATION */ |
| 1112 | 1112 |
| 1113 #endif | 1113 #endif |
| OLD | NEW |