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

Unified Diff: source/samples/dtptngsample/dtptngsample.cpp

Issue 845603002: Update ICU to 54.1 step 1 (Closed) Base URL: https://chromium.googlesource.com/chromium/deps/icu.git@master
Patch Set: remove unusued directories Created 5 years, 11 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « source/samples/dtitvfmtsample/dtitvfmtsample.cpp ('k') | source/samples/layout/layout.sln » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: source/samples/dtptngsample/dtptngsample.cpp
diff --git a/source/samples/dtptngsample/dtptngsample.cpp b/source/samples/dtptngsample/dtptngsample.cpp
index 841238852710371efaacc89e8f48536dcc283828..0d70dc6e3a2f7ea4758ee0a2839e44f71cb523f3 100644
--- a/source/samples/dtptngsample/dtptngsample.cpp
+++ b/source/samples/dtptngsample/dtptngsample.cpp
@@ -1,6 +1,6 @@
/********************************************************************
* COPYRIGHT:
- * Copyright (c) 2008-2013, International Business Machines Corporation and
+ * Copyright (c) 2008-2014, International Business Machines Corporation and
* others. All Rights Reserved.
********************************************************************/
//! [getBestPatternExample1]
@@ -68,21 +68,6 @@ static void getBestPatternExample() {
u_fclose(f);
delete cal;
//! [getBestPatternExample]
- /* output of the sample code:
- ***********************************************************************************************************
- Skeleton en_US fr_FR zh_CN
-
- yQQQQ 4th quarter 1999 4e trimestre 1999 1999年第四季度
-
- yMMMM October 1999 octobre 1999 1999年10月
-
- MMMMd October 13 13 octobre 10月13日
-
- hhmm 11:58 PM 11:58 PM 下午11:58
-
- jjmm 11:58 PM 23:58 下午11:58
-
- ************************************************************************************************************/
}
static void addPatternExample() {
@@ -166,20 +151,7 @@ static void replaceFieldTypesExample() {
delete zone;
delete cal;
u_fclose(out);
-
- //! [replaceFieldTypesExample]
- /* output of the sample code:
- *************************************************************************************************
- Pattern before replacement:
- EEEE d MMMM y HH:mm:ss zzzz
- Date/Time format in fr_FR:
- jeudi 14 octobre 1999 05:58:59 heure avancée d’Europe centrale
- Pattern after replacement:
- EEEE d MMMM y HH:mm:ss vvvv
- Date/Time format in fr_FR:
- jeudi 14 octobre 1999 05:58:59 heure de l’Europe centrale
-
- *************************************************************************************************/
+ //! [replaceFieldTypesExample]
}
int main (int argc, char* argv[])
« no previous file with comments | « source/samples/dtitvfmtsample/dtitvfmtsample.cpp ('k') | source/samples/layout/layout.sln » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698