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

Side by Side Diff: source/common/unicode/unimatch.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/common/unicode/unifunct.h ('k') | source/common/unicode/uniset.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) 2001-2005, International Business Machines Corporation and other s. All Rights Reserved. 2 * Copyright (C) 2001-2005, International Business Machines Corporation and other s. All Rights Reserved.
3 ********************************************************************** 3 **********************************************************************
4 * Date Name Description 4 * Date Name Description
5 * 07/18/01 aliu Creation. 5 * 07/18/01 aliu Creation.
6 ********************************************************************** 6 **********************************************************************
7 */ 7 */
8 #ifndef UNIMATCH_H 8 #ifndef UNIMATCH_H
9 #define UNIMATCH_H 9 #define UNIMATCH_H
10 10
(...skipping 143 matching lines...) Expand 10 before | Expand all | Expand 10 after
154 * into the given set. 154 * into the given set.
155 * @param toUnionTo the set into which to union the source characters 155 * @param toUnionTo the set into which to union the source characters
156 * @stable ICU 2.4 156 * @stable ICU 2.4
157 */ 157 */
158 virtual void addMatchSetTo(UnicodeSet& toUnionTo) const = 0; 158 virtual void addMatchSetTo(UnicodeSet& toUnionTo) const = 0;
159 }; 159 };
160 160
161 U_NAMESPACE_END 161 U_NAMESPACE_END
162 162
163 #endif 163 #endif
OLDNEW
« no previous file with comments | « source/common/unicode/unifunct.h ('k') | source/common/unicode/uniset.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698