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

Side by Side Diff: source/i18n/unicode/unum.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/unirepl.h ('k') | source/i18n/unicode/uregex.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) 1997-2010, International Business Machines Corporation and other s. 3 * Copyright (C) 1997-2010, International Business Machines Corporation and other s.
4 * All Rights Reserved. 4 * All Rights Reserved.
5 * Modification History: 5 * Modification History:
6 * 6 *
7 * Date Name Description 7 * Date Name Description
8 * 06/24/99 helena Integrated Alan's NF enhancements and Java2 bug fixe s 8 * 06/24/99 helena Integrated Alan's NF enhancements and Java2 bug fixe s
9 ******************************************************************************* 9 *******************************************************************************
10 */ 10 */
(...skipping 979 matching lines...) Expand 10 before | Expand all | Expand 10 after
990 * @stable ICU 2.8 990 * @stable ICU 2.8
991 */ 991 */
992 U_STABLE const char* U_EXPORT2 992 U_STABLE const char* U_EXPORT2
993 unum_getLocaleByType(const UNumberFormat *fmt, 993 unum_getLocaleByType(const UNumberFormat *fmt,
994 ULocDataLocaleType type, 994 ULocDataLocaleType type,
995 UErrorCode* status); 995 UErrorCode* status);
996 996
997 #endif /* #if !UCONFIG_NO_FORMATTING */ 997 #endif /* #if !UCONFIG_NO_FORMATTING */
998 998
999 #endif 999 #endif
OLDNEW
« no previous file with comments | « source/i18n/unicode/unirepl.h ('k') | source/i18n/unicode/uregex.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698