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

Side by Side Diff: source/common/unicode/parsepos.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/parseerr.h ('k') | source/common/unicode/pfreebsd.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) 1997-2005, International Business Machines Corporation and other s. All Rights Reserved. 2 * Copyright (C) 1997-2005, International Business Machines Corporation and other s. All Rights Reserved.
3 ******************************************************************************* 3 *******************************************************************************
4 * 4 *
5 * File PARSEPOS.H 5 * File PARSEPOS.H
6 * 6 *
7 * Modification History: 7 * Modification History:
8 * 8 *
9 * Date Name Description 9 * Date Name Description
10 * 07/09/97 helena Converted from java. 10 * 07/09/97 helena Converted from java.
(...skipping 210 matching lines...) Expand 10 before | Expand all | Expand 10 after
221 } 221 }
222 222
223 inline void 223 inline void
224 ParsePosition::setErrorIndex(int32_t ei) 224 ParsePosition::setErrorIndex(int32_t ei)
225 { 225 {
226 this->errorIndex = ei; 226 this->errorIndex = ei;
227 } 227 }
228 U_NAMESPACE_END 228 U_NAMESPACE_END
229 229
230 #endif 230 #endif
OLDNEW
« no previous file with comments | « source/common/unicode/parseerr.h ('k') | source/common/unicode/pfreebsd.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698