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

  /external/icu4c/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/icu4c/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/luni/src/main/java/java/text/
ChoiceFormat.java 29 * messages. {@code ChoiceFormat} enables users to attach a format to a range of
45 * double[] limits2 = {0, 1, ChoiceFormat.nextDouble(1)};
50 * ChoiceFormat.nextDouble(double) allows to get the double following the one
53 * {@code ChoiceFormat} objects also may be converted to and from patterns.
71 public class ChoiceFormat extends NumberFormat {
80 * Constructs a new {@code ChoiceFormat} with the specified double values
97 public ChoiceFormat(double[] limits, String[] formats) {
102 * Constructs a new {@code ChoiceFormat} with the strings and limits parsed
110 public ChoiceFormat(String template) {
116 * {@code ChoiceFormat}
    [all...]
  /external/webkit/Source/JavaScriptCore/icu/unicode/
urename.h     [all...]
  /external/webkit/Source/JavaScriptGlue/icu/unicode/
urename.h     [all...]
  /external/webkit/Source/WebCore/icu/unicode/
urename.h     [all...]
  /external/webkit/Source/WebKit/mac/icu/unicode/
urename.h     [all...]
  /prebuilts/sdk/10/
android.jar 
  /prebuilts/sdk/11/
android.jar 
  /prebuilts/sdk/13/
android.jar 
  /prebuilts/sdk/16/
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/current/
android.jar 

Completed in 229 milliseconds