OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:SelectFormat
(Results
1 - 12
of
12
) sorted by null
/external/icu/icu4c/source/i18n/unicode/
selfmt.h
27
* \brief C++ API:
SelectFormat
object
37
* <p><code>
SelectFormat
</code> supports the creation of internationalized
44
* <h4>Using <code>
SelectFormat
</code> for Gender Agreement</h4>
48
* rather than using a stand-alone <code>
SelectFormat
</code>.</p>
139
* <p>The <code>
SelectFormat
</code> pattern string defines the phrase output
185
class U_I18N_API
SelectFormat
: public Format {
189
* Creates a new <code>
SelectFormat
</code> for a given pattern string.
190
* @param pattern the pattern for this <code>
SelectFormat
</code>.
196
SelectFormat
(const UnicodeString& pattern, UErrorCode& status);
202
SelectFormat
(const SelectFormat& other)
[
all
...]
/external/icu/icu4c/source/i18n/
selfmt.cpp
42
UOBJECT_DEFINE_RTTI_IMPLEMENTATION(
SelectFormat
)
46
SelectFormat
::
SelectFormat
(const UnicodeString& pat,
51
SelectFormat
::
SelectFormat
(const
SelectFormat
& other) : Format(other),
55
SelectFormat
::~
SelectFormat
() {
59
SelectFormat
::applyPattern(const UnicodeString& newPattern, UErrorCode& status) {
71
SelectFormat
::format(const Formattable& obj
[
all
...]
/external/icu/android_icu4j/src/main/java/android/icu/text/
SelectFormat.java
22
* <p><code>
SelectFormat
</code> supports the creation of internationalized
29
* <h3>Using <code>
SelectFormat
</code> for Gender Agreement</h3>
33
* rather than using a stand-alone <code>
SelectFormat
</code>.
122
* <p>The <code>
SelectFormat
</code> pattern string defines the phrase output
151
public class
SelectFormat
extends Format{
166
* Creates a new <code>
SelectFormat
</code> for a given pattern string.
167
* @param pattern the pattern for this <code>
SelectFormat
</code>.
169
public
SelectFormat
(String pattern) {
174
* Resets the <code>
SelectFormat
</code> object.
204
* Returns the pattern for this <code>
SelectFormat
</code
[
all
...]
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
SelectFormat.java
21
* <p><code>
SelectFormat
</code> supports the creation of internationalized
28
* <h3>Using <code>
SelectFormat
</code> for Gender Agreement</h3>
32
* rather than using a stand-alone <code>
SelectFormat
</code>.
121
* <p>The <code>
SelectFormat
</code> pattern string defines the phrase output
152
public class
SelectFormat
extends Format{
167
* Creates a new <code>
SelectFormat
</code> for a given pattern string.
168
* @param pattern the pattern for this <code>
SelectFormat
</code>.
171
public
SelectFormat
(String pattern) {
176
* Resets the <code>
SelectFormat
</code> object.
207
* Returns the pattern for this <code>
SelectFormat
</code
[
all
...]
/external/messageformat/java/com/ibm/icu/text/
SelectFormat.java
19
* <p><code>
SelectFormat
</code> supports the creation of internationalized
26
* <h4>Using <code>
SelectFormat
</code> for Gender Agreement</h4>
30
* rather than using a stand-alone <code>
SelectFormat
</code>.</p>
119
* <p>The <code>
SelectFormat
</code> pattern string defines the phrase output
151
public class
SelectFormat
extends Format{
166
* Creates a new <code>
SelectFormat
</code> for a given pattern string.
167
* @param pattern the pattern for this <code>
SelectFormat
</code>.
170
public
SelectFormat
(String pattern) {
175
* Resets the <code>
SelectFormat
</code> object.
206
* Returns the pattern for this <code>
SelectFormat
</code
[
all
...]
/prebuilts/misc/common/icu4j/
icu4j.jar
/prebuilts/misc/common/robolectric/lib/
icu4j-53.1.jar
/prebuilts/sdk/25/
android.jar
/prebuilts/sdk/current/
android.jar
/prebuilts/sdk/system_current/
android.jar
/prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/53.1/
icu4j-53.1.jar
/prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/54.1.1/
icu4j-54.1.1.jar
Completed in 588 milliseconds