| OLD | NEW |
| 1 /* | 1 /* |
| 2 * Copyright (C) 1996-2010, International Business Machines Corporation and Othe
rs. | 2 * Copyright (C) 1996-2010, International Business Machines Corporation and Othe
rs. |
| 3 * All rights reserved. | 3 * All rights reserved. |
| 4 */ | 4 */ |
| 5 | 5 |
| 6 /** | 6 /** |
| 7 * \file | 7 * \file |
| 8 * \brief C API: Boyer-Moore StringSearch prototype. | 8 * \brief C API: Boyer-Moore StringSearch prototype. |
| 9 * \internal | 9 * \internal |
| 10 */ | 10 */ |
| (...skipping 254 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 265 * @param status - will be set if any errors occur. | 265 * @param status - will be set if any errors occur. |
| 266 * | 266 * |
| 267 * @internal ICU 4.0.1 technology preview | 267 * @internal ICU 4.0.1 technology preview |
| 268 */ | 268 */ |
| 269 U_CAPI void U_EXPORT2 | 269 U_CAPI void U_EXPORT2 |
| 270 bms_setTargetString(BMS *bms, const UChar *target, int32_t targetLength, UErrorC
ode *status); | 270 bms_setTargetString(BMS *bms, const UChar *target, int32_t targetLength, UErrorC
ode *status); |
| 271 | 271 |
| 272 #endif | 272 #endif |
| 273 | 273 |
| 274 #endif /* _BMS_H */ | 274 #endif /* _BMS_H */ |
| OLD | NEW |