icu4j/eclipse-build/plugins.template/com.ibm.icu.base/META-INF/MANIFEST.MF -text
icu4j/eclipse-build/plugins.template/com.ibm.icu.base/build.properties -text
icu4j/eclipse-build/plugins.template/com.ibm.icu.base/plugin.properties -text
-icu4j/eclipse-build/plugins.template/com.ibm.icu.base/src/com/ibm/icu/text/MessagePattern.java -text
icu4j/eclipse-build/plugins.template/com.ibm.icu.tests/META-INF/MANIFEST.MF -text
icu4j/eclipse-build/plugins.template/com.ibm.icu.tests/plugin.properties -text
icu4j/eclipse-build/plugins.template/com.ibm.icu/META-INF/MANIFEST.MF -text
icu4j/main/classes/core/.settings/org.eclipse.core.resources.prefs -text
icu4j/main/classes/core/.settings/org.eclipse.jdt.core.prefs -text
icu4j/main/classes/core/manifest.stub -text
-icu4j/main/classes/core/src/com/ibm/icu/text/CompactDecimalFormat.java -text
-icu4j/main/classes/core/src/com/ibm/icu/text/CompactDecimalFormatData.java -text
-icu4j/main/classes/core/src/com/ibm/icu/util/GenderInfo.java -text
-icu4j/main/classes/core/src/com/ibm/icu/util/ListFormat.java -text
-icu4j/main/classes/core/src/com/ibm/icu/util/ListFormatData.java -text
icu4j/main/classes/currdata/.externalToolBuilders/copy-data-currdata.launch -text
icu4j/main/classes/currdata/.settings/org.eclipse.core.resources.prefs -text
icu4j/main/classes/currdata/.settings/org.eclipse.jdt.core.prefs -text
icu4j/main/tests/core/src/com/ibm/icu/dev/data/rbbi/english.dict -text
icu4j/main/tests/core/src/com/ibm/icu/dev/data/resources/testmessages.properties -text
icu4j/main/tests/core/src/com/ibm/icu/dev/data/thai6.ucs -text
-icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/CompactDecimalFormatTest.java -text
icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/data/ICU_3.6/com.ibm.icu.impl.OlsonTimeZone.dat -text
icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/data/ICU_3.6/com.ibm.icu.impl.TimeZoneAdapter.dat -text
icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/data/ICU_3.6/com.ibm.icu.math.BigDecimal.dat -text
icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/data/ICU_4.8/com.ibm.icu.util.ULocale.dat -text
icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/data/ICU_4.8/com.ibm.icu.util.UResourceTypeMismatchException.dat -text
icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/data/ICU_4.8/com.ibm.icu.util.VTimeZone.dat -text
-icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/GenderInfoTest.java -text
-icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/ListFormatTest.java -text
icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/Trie2Test.setRanges1.16.tri2 -text
icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/Trie2Test.setRanges1.32.tri2 -text
icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/Trie2Test.setRanges2.16.tri2 -text
-/*\r
- *******************************************************************************\r
- * Copyright (C) 1996-2012, International Business Machines Corporation and *\r
- * others. All Rights Reserved. *\r
- *******************************************************************************\r
- */\r
-\r
-package com.ibm.icu.text;\r
-\r
-/*\r
- * Empty stub\r
- */\r
-public class MessagePattern {\r
- private MessagePattern() {}\r
-\r
- public enum ApostropheMode {\r
- /**\r
- * A literal apostrophe is represented by\r
- * either a single or a double apostrophe pattern character.\r
- * Within a MessageFormat pattern, a single apostrophe only starts quoted literal text\r
- * if it immediately precedes a curly brace {},\r
- * or a pipe symbol | if inside a choice format,\r
- * or a pound symbol # if inside a plural format.\r
- * <p>\r
- * This is the default behavior starting with ICU 4.8.\r
- * @draft ICU 4.8\r
- * @provisional This API might change or be removed in a future release.\r
- */\r
- DOUBLE_OPTIONAL,\r
- /**\r
- * A literal apostrophe must be represented by\r
- * a double apostrophe pattern character.\r
- * A single apostrophe always starts quoted literal text.\r
- * <p>\r
- * This is the behavior of ICU 4.6 and earlier, and of the JDK.\r
- * @draft ICU 4.8\r
- * @provisional This API might change or be removed in a future release.\r
- */\r
- DOUBLE_REQUIRED\r
- }\r
-}\r
+/*
+ *******************************************************************************
+ * Copyright (C) 1996-2012, International Business Machines Corporation and *
+ * others. All Rights Reserved. *
+ *******************************************************************************
+ */
+
+package com.ibm.icu.text;
+
+/*
+ * Empty stub
+ */
+public class MessagePattern {
+ private MessagePattern() {}
+
+ public enum ApostropheMode {
+ /**
+ * A literal apostrophe is represented by
+ * either a single or a double apostrophe pattern character.
+ * Within a MessageFormat pattern, a single apostrophe only starts quoted literal text
+ * if it immediately precedes a curly brace {},
+ * or a pipe symbol | if inside a choice format,
+ * or a pound symbol # if inside a plural format.
+ * <p>
+ * This is the default behavior starting with ICU 4.8.
+ * @draft ICU 4.8
+ * @provisional This API might change or be removed in a future release.
+ */
+ DOUBLE_OPTIONAL,
+ /**
+ * A literal apostrophe must be represented by
+ * a double apostrophe pattern character.
+ * A single apostrophe always starts quoted literal text.
+ * <p>
+ * This is the behavior of ICU 4.6 and earlier, and of the JDK.
+ * @draft ICU 4.8
+ * @provisional This API might change or be removed in a future release.
+ */
+ DOUBLE_REQUIRED
+ }
+}