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

Side by Side Diff: source/i18n/unicode/usearch.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/uregex.h ('k') | source/i18n/unicode/uspoof.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 ********************************************************************** 2 **********************************************************************
3 * Copyright (C) 2001-2010 IBM and others. All rights reserved. 3 * Copyright (C) 2001-2010 IBM and others. All rights reserved.
4 ********************************************************************** 4 **********************************************************************
5 * Date Name Description 5 * Date Name Description
6 * 06/28/2001 synwee Creation. 6 * 06/28/2001 synwee Creation.
7 ********************************************************************** 7 **********************************************************************
8 */ 8 */
9 #ifndef USEARCH_H 9 #ifndef USEARCH_H
10 #define USEARCH_H 10 #define USEARCH_H
(...skipping 809 matching lines...) Expand 10 before | Expand all | Expand 10 after
820 */ 820 */
821 U_INTERNAL UBool U_EXPORT2 usearch_searchBackwards(UStringSearch *strsrch, 821 U_INTERNAL UBool U_EXPORT2 usearch_searchBackwards(UStringSearch *strsrch,
822 int32_t startIdx, 822 int32_t startIdx,
823 int32_t *matchStart, 823 int32_t *matchStart,
824 int32_t *matchLimit, 824 int32_t *matchLimit,
825 UErrorCode *status); 825 UErrorCode *status);
826 826
827 #endif /* #if !UCONFIG_NO_COLLATION && !UCONFIG_NO_BREAK_ITERATION */ 827 #endif /* #if !UCONFIG_NO_COLLATION && !UCONFIG_NO_BREAK_ITERATION */
828 828
829 #endif 829 #endif
OLDNEW
« no previous file with comments | « source/i18n/unicode/uregex.h ('k') | source/i18n/unicode/uspoof.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698