OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ChoiceFormat
(Results
1 - 15
of
15
) 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/chromium_org/third_party/icu/source/i18n/unicode/
choicfmt.h
44
*
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
</code> accomplishes this by mapping th
[
all
...]
/external/chromium_org/third_party/icu/source/i18n/
choicfmt.cpp
40
// 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,
81
// Creates a
ChoiceFormat
instance with the limit array and
84
ChoiceFormat
::
ChoiceFormat
(const double* limits,
97
ChoiceFormat
::ChoiceFormat(const double* limits,
[
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/chromium_org/third_party/icu/source/common/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
Completed in 528 milliseconds