Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(258)

Side by Side Diff: source/i18n/unicode/bms.h

Issue 18836004: Move ICU headers from public/{common,i18n} to source/{common,i18n} (Closed) Base URL: https://chromium.googlesource.com/chromium/deps/icu46.git@master
Patch Set: same as ps #3. retry uploading Created 7 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « source/i18n/unicode/basictz.h ('k') | source/i18n/unicode/bmsearch.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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
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 */
OLDNEW
« no previous file with comments | « source/i18n/unicode/basictz.h ('k') | source/i18n/unicode/bmsearch.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698