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[]) |