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

  /external/icu/icu4c/source/i18n/unicode/
choicfmt.h 46 * 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 fmt(limits, monthNames, 7)
    [all...]
  /external/icu/icu4c/source/i18n/
choicfmt.cpp 42 // 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,
84 // Creates a ChoiceFormat instance with the limit array and
87 ChoiceFormat::ChoiceFormat(const double* limits,
98 ChoiceFormat::ChoiceFormat(const double* limits,
    [all...]
  /libcore/ojluni/src/main/java/java/text/
ChoiceFormat.java 47 * A <code>ChoiceFormat</code> allows you to attach a format to a range of numbers.
58 * in ascending order, the results of formatting will be incorrect. ChoiceFormat
63 * <code>ChoiceFormat</code> differs from the other <code>Format</code>
64 * classes in that you create a <code>ChoiceFormat</code> object with a
66 * method). The factory methods aren't necessary because <code>ChoiceFormat</code>
68 * <code>ChoiceFormat</code> doesn't implement any locale specific behavior.
71 * When creating a <code>ChoiceFormat</code>, you must specify an array of formats
79 * <em>limits</em> = {0, 1, ChoiceFormat.nextDouble(1)}<br>
91 * ChoiceFormat form = new ChoiceFormat(limits, dayOfWeekNames)
    [all...]
  /prebuilts/sdk/10/
android.jar 
  /prebuilts/sdk/11/
android.jar 
  /prebuilts/sdk/13/
android.jar 
  /prebuilts/sdk/16/
android.jar 
  /prebuilts/sdk/20/
android.jar 
  /prebuilts/sdk/22/
android.jar 
  /prebuilts/sdk/23/
android.jar 
  /prebuilts/sdk/24/
android.jar 
  /prebuilts/sdk/5/
android.jar 
  /prebuilts/sdk/6/
android.jar 
  /prebuilts/sdk/7/
android.jar 
  /prebuilts/sdk/8/
android.jar 
  /prebuilts/sdk/9/
android.jar 
  /prebuilts/sdk/system_23/
android.jar 
  /prebuilts/tools/common/api-versions/android-1/
android.jar 
  /prebuilts/tools/common/api-versions/android-2/
android.jar 
  /prebuilts/tools/common/api-versions/android-3/
android.jar 

Completed in 191 milliseconds