]> git.saurik.com Git - apple/icu.git/blobdiff - icuSources/i18n/unicode/choicfmt.h
ICU-8.11.tar.gz
[apple/icu.git] / icuSources / i18n / unicode / choicfmt.h
index 410ff19dcacefe125fa1a7c490b05979b411d5c3..409966a4c8f0655d9eea9112916e80404ffa27d4 100644 (file)
@@ -1,6 +1,6 @@
 /*
 ********************************************************************************
-*   Copyright (C) 1997-2004, International Business Machines
+*   Copyright (C) 1997-2005, International Business Machines
 *   Corporation and others.  All Rights Reserved.
 ********************************************************************************
 *
  
 #include "unicode/utypes.h"
 
+/**
+ * \file 
+ * \brief C++ API: Choice Format.
+ */
 #if !UCONFIG_NO_FORMATTING
 
 #include "unicode/unistr.h"
@@ -60,7 +65,7 @@ class MessageFormat;
  * 
  * <p>or equivalently,</p>
  * 
- * <pre>    0#are no files|1#is one file|1&lt;are many files</pre>
+ * \htmlonly<pre>    0#are no files|1#is one file|1&lt;are many files</pre>\endhtmlonly
  * 
  * <p>The pattern consists of a number or <em>range specifiers</em>
  * separated by vertical bars '|' (U+007C). There is no
@@ -151,7 +156,7 @@ class MessageFormat;
  * <p><strong>Notes</strong></p>
  * 
  * <p>The first limit value does not define a range boundary. For
- * example, in the pattern &quot;<code>1.0#a|2.0#b</code>&quot;, the
+ * example, in the pattern \htmlonly&quot;<code>1.0#a|2.0#b</code>&quot;\endhtmlonly, the
  * intervals are [-Inf, 2.0) and [2.0, +Inf].  It appears that the first
  * interval should be [1.0, 2.0).  However, since all values that are too
  * small are mapped to range zero, the first interval is effectively
@@ -507,7 +512,7 @@ public:
      * @param pos       On input: an alignment field, if desired.
      *                  On output: the offsets of the alignment field.
      * @return          Reference to 'appendTo' parameter.
-     * @draft ICU 2.8
+     * @stable ICU 2.8
      */
     virtual UnicodeString& format(int64_t number,
                                   UnicodeString& appendTo,