| OLD | NEW |
| 1 /* | 1 /* |
| 2 ***************************************************************************** | 2 ***************************************************************************** |
| 3 * Copyright (C) 1996-2006, International Business Machines Corporation and othe
rs. | 3 * Copyright (C) 1996-2006, International Business Machines Corporation and othe
rs. |
| 4 * All Rights Reserved. | 4 * All Rights Reserved. |
| 5 ***************************************************************************** | 5 ***************************************************************************** |
| 6 * | 6 * |
| 7 * File sortkey.h | 7 * File sortkey.h |
| 8 * | 8 * |
| 9 * Created by: Helena Shih | 9 * Created by: Helena Shih |
| 10 * | 10 * |
| (...skipping 304 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 315 { | 315 { |
| 316 count = fCount; | 316 count = fCount; |
| 317 return fBytes; | 317 return fBytes; |
| 318 } | 318 } |
| 319 | 319 |
| 320 U_NAMESPACE_END | 320 U_NAMESPACE_END |
| 321 | 321 |
| 322 #endif /* #if !UCONFIG_NO_COLLATION */ | 322 #endif /* #if !UCONFIG_NO_COLLATION */ |
| 323 | 323 |
| 324 #endif | 324 #endif |
| OLD | NEW |