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

Side by Side Diff: source/common/unicode/rep.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/rbbi.h ('k') | source/common/unicode/resbund.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) 1999-2005, International Business Machines Corporation and 3 * Copyright (C) 1999-2005, International Business Machines Corporation and
4 * others. All Rights Reserved. 4 * others. All Rights Reserved.
5 ************************************************************************** 5 **************************************************************************
6 * Date Name Description 6 * Date Name Description
7 * 11/17/99 aliu Creation. Ported from java. Modified to 7 * 11/17/99 aliu Creation. Ported from java. Modified to
8 * match current UnicodeString API. Forced 8 * match current UnicodeString API. Forced
9 * to use name "handleReplaceBetween" because 9 * to use name "handleReplaceBetween" because
10 * of existing methods in UnicodeString. 10 * of existing methods in UnicodeString.
(...skipping 239 matching lines...) Expand 10 before | Expand all | Expand 10 after
250 inline UChar32 250 inline UChar32
251 Replaceable::char32At(int32_t offset) const { 251 Replaceable::char32At(int32_t offset) const {
252 return getChar32At(offset); 252 return getChar32At(offset);
253 } 253 }
254 254
255 // There is no rep.cpp, see unistr.cpp for Replaceable function implementations. 255 // There is no rep.cpp, see unistr.cpp for Replaceable function implementations.
256 256
257 U_NAMESPACE_END 257 U_NAMESPACE_END
258 258
259 #endif 259 #endif
OLDNEW
« no previous file with comments | « source/common/unicode/rbbi.h ('k') | source/common/unicode/resbund.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698