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

Unified Diff: source/samples/dtitvfmtsample/dtitvfmtsample.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/datefmt/datefmt.sln ('k') | source/samples/dtptngsample/dtptngsample.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: source/samples/dtitvfmtsample/dtitvfmtsample.cpp
diff --git a/source/samples/dtitvfmtsample/dtitvfmtsample.cpp b/source/samples/dtitvfmtsample/dtitvfmtsample.cpp
index 1d2e57255ff5cfc01145aa54c4a4aefc8ed81ce3..7968d4ddac35dd144d819bf9ae5da704f7b360db 100644
--- a/source/samples/dtitvfmtsample/dtitvfmtsample.cpp
+++ b/source/samples/dtitvfmtsample/dtitvfmtsample.cpp
@@ -1,5 +1,5 @@
-/********************************************************************************
-* Copyright (C) 2008-2013, International Business Machines Corporation and
+/******************************************************************************
+* Copyright (C) 2008-2014, International Business Machines Corporation and
* others. All Rights Reserved.
*******************************************************************************
*/
@@ -71,14 +71,6 @@ static void dtitvfmtPreDefined() {
}
u_fclose(out);
//! [dtitvfmtPreDefined]
-/* output of the sample code:
- *********************************************************************************************************************************************************
- Skeleton from to Date Interval in en_US Date Interval in Ja
- yMMMd 2007-10-10 10:10:10 2008-10-10 10:10:10 Nov 10, 2007 – Nov 10, 2008 2007年11月10日~2008年11月10日
- MMMMd 2008-10-10 10:10:10 2008-11-10 10:10:10 November 10 – December 10 11月10日~12月10日
- jm 2008-11-10 10:10:10 2008-11-10 15:10:10 10:10 AM – 3:10 PM 10:10~15:10
-
- *********************************************************************************************************************************************************/
}
static void dtitvfmtCustomized() {
@@ -139,14 +131,6 @@ static void dtitvfmtCustomized() {
}
u_fclose(out);
//! [dtitvfmtCustomized]
-/* output of the sample code:
- ***************************************************************************************************************************************************************
- Skeleton from to Date Interval in en_US Date Interval in Ja
- yMMMd 2007-10-10 10:10:10 2007-11-10 10:10:10 2007 Diff Oct 10 --- Nov 10 2007 Diff 10月 10 --- 11月 10
- yMMMd 2007-11-10 10:10:10 2007-11-10 22:10:10 Nov 10, 2007 2007年11月10
- Hm 2007-10-10 10:10:10 2007-11-10 10:10:10 10/10/2007, 10:10 ~~~ 11/10/2007, 10:10 2007/10/10 10:10 ~~~ 2007/11/10 10:10
- Hm 2007-11-10 10:10:10 2007-11-10 22:10:10 2007 Nov 10 10:10 ~ 22:10 2007 11月 10 10:10 ~ 22:10
- ***************************************************************************************************************************************************************/
}
int main (int argc, char* argv[])
@@ -154,4 +138,4 @@ int main (int argc, char* argv[])
dtitvfmtPreDefined();
dtitvfmtCustomized();
return 0;
-}
+}
« no previous file with comments | « source/samples/datefmt/datefmt.sln ('k') | source/samples/dtptngsample/dtptngsample.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698