Searched defs:ChoiceFormat (Results 1 - 5 of 5) sorted by relevance

/external/icu4c/i18n/unicode/
H A Dchoicfmt.h46 * ChoiceFormat converts between ranges of numeric values and strings for those ranges.
49 * <p><em><code>ChoiceFormat</code> is probably not what you need.
54 * <p>A <code>ChoiceFormat</code> splits
60 * <p><code>ChoiceFormat</code> was originally intended
64 * are too complex for the capabilities of ChoiceFormat,
68 * <p>There are two methods of defining a <code>ChoiceFormat</code>; both
72 * <code>ChoiceFormat</code>.</p>
76 * rather than using a stand-alone <code>ChoiceFormat</code>.</p>
100 * <p>When a <code>ChoiceFormat</code> is constructed from
150 * ChoiceFormat fm
171 class U_I18N_API ChoiceFormat: public NumberFormat { class in inherits:NumberFormat
[all...]
/external/chromium_org/third_party/icu/source/i18n/unicode/
H A Dchoicfmt.h44 * ChoiceFormat converts between ranges of numeric values
45 * and string names for those ranges. A <code>ChoiceFormat</code> splits
48 * string. <code>ChoiceFormat</code> is generally used in a
52 * <p>There are two methods of defining a <code>ChoiceFormat</code>; both
56 * <code>ChoiceFormat</code>.</p>
61 * <code>ChoiceFormat</code> is with a pattern. Here is an example of a
62 * <code>ChoiceFormat</code> pattern:</p>
95 * inclusive. (The two characters are equivalent to ChoiceFormat.)
111 * <p>A <code>ChoiceFormat</code> defining <code>n</code> intervals
134 * string. <code>ChoiceFormat</cod
259 class U_I18N_API ChoiceFormat: public NumberFormat { class in inherits:NumberFormat
[all...]
/external/chromium_org/third_party/icu/source/i18n/
H A Dchoicfmt.cpp40 // class ChoiceFormat
45 UOBJECT_DEFINE_RTTI_IMPLEMENTATION(ChoiceFormat)
47 // Special characters used by ChoiceFormat. There are two characters
68 // Creates a ChoiceFormat instance based on the pattern.
70 ChoiceFormat::ChoiceFormat(const UnicodeString& newPattern, function in class:ChoiceFormat
81 // Creates a ChoiceFormat instance with the limit array and
84 ChoiceFormat::ChoiceFormat(const double* limits, function in class:ChoiceFormat
97 ChoiceFormat function in class:ChoiceFormat
112 ChoiceFormat::ChoiceFormat(const ChoiceFormat& that) function in class:ChoiceFormat
126 ChoiceFormat::ChoiceFormat(const UnicodeString& newPattern, function in class:ChoiceFormat
[all...]
/external/icu4c/i18n/
H A Dchoicfmt.cpp42 // class ChoiceFormat
47 UOBJECT_DEFINE_RTTI_IMPLEMENTATION(ChoiceFormat)
49 // Special characters used by ChoiceFormat. There are two characters
73 // Creates a ChoiceFormat instance based on the pattern.
75 ChoiceFormat::ChoiceFormat(const UnicodeString& newPattern, function in class:ChoiceFormat
84 // Creates a ChoiceFormat instance with the limit array and
87 ChoiceFormat::ChoiceFormat(const double* limits, function in class:ChoiceFormat
98 ChoiceFormat function in class:ChoiceFormat
111 ChoiceFormat::ChoiceFormat(const ChoiceFormat& that) function in class:ChoiceFormat
123 ChoiceFormat::ChoiceFormat(const UnicodeString& newPattern, function in class:ChoiceFormat
[all...]
/external/chromium_org/third_party/icu/source/common/unicode/
H A Durename.h1860 #define ChoiceFormat U_ICU_ENTRY_POINT_RENAME(ChoiceFormat) macro

Completed in 226 milliseconds