HomeSort by relevance Sort by last modified time
    Searched defs:ChoiceFormat (Results 1 - 2 of 2) sorted by null

  /external/icu/icu4c/source/i18n/unicode/
choicfmt.h 48 * ChoiceFormat converts between ranges of numeric values and strings for those ranges.
51 * <p><em><code>ChoiceFormat</code> is probably not what you need.
56 * <p>A <code>ChoiceFormat</code> splits
62 * <p><code>ChoiceFormat</code> was originally intended
66 * are too complex for the capabilities of ChoiceFormat,
70 * <p>There are two methods of defining a <code>ChoiceFormat</code>; both
74 * <code>ChoiceFormat</code>.</p>
78 * rather than using a stand-alone <code>ChoiceFormat</code>.</p>
102 * <p>When a <code>ChoiceFormat</code> is constructed from
152 * ChoiceFormat fmt(limits, monthNames, 7)
    [all...]
  /external/icu/icu4c/source/i18n/
choicfmt.cpp 44 // class ChoiceFormat
49 UOBJECT_DEFINE_RTTI_IMPLEMENTATION(ChoiceFormat)
51 // Special characters used by ChoiceFormat. There are two characters
75 // Creates a ChoiceFormat instance based on the pattern.
77 ChoiceFormat::ChoiceFormat(const UnicodeString& newPattern,
86 // Creates a ChoiceFormat instance with the limit array and
89 ChoiceFormat::ChoiceFormat(const double* limits,
100 ChoiceFormat::ChoiceFormat(const double* limits,
    [all...]

Completed in 64 milliseconds