Chromium Code Reviews

Unified Diff: source/i18n/unicode/fmtable.h

Issue 2440913002: Update ICU to 58.1
Patch Set: Created 4 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
« no previous file with comments | « source/i18n/unicode/fieldpos.h ('k') | source/i18n/unicode/format.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: source/i18n/unicode/fmtable.h
diff --git a/source/i18n/unicode/fmtable.h b/source/i18n/unicode/fmtable.h
index 6cad276f42366cdab25960b8f074a034d7f4d1bb..ac5daba893646f794a83befc853ab9b338993edf 100644
--- a/source/i18n/unicode/fmtable.h
+++ b/source/i18n/unicode/fmtable.h
@@ -1,3 +1,5 @@
+// Copyright (C) 2016 and later: Unicode, Inc. and others.
+// License & terms of use: http://www.unicode.org/copyright.html
/*
********************************************************************************
* Copyright (C) 1997-2014, International Business Machines
@@ -134,7 +136,7 @@ public:
* decimal number.
* @stable ICU 4.4
*/
- Formattable(const StringPiece &number, UErrorCode &status);
+ Formattable(StringPiece number, UErrorCode &status);
/**
* Creates a Formattable object with a UnicodeString object to copy from.
@@ -581,7 +583,7 @@ public:
* incoming string is not a valid decimal number.
* @stable ICU 4.4
*/
- void setDecimalNumber(const StringPiece &numberString,
+ void setDecimalNumber(StringPiece numberString,
UErrorCode &status);
/**
« no previous file with comments | « source/i18n/unicode/fieldpos.h ('k') | source/i18n/unicode/format.h » ('j') | no next file with comments »

Powered by Google App Engine