OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:SelectFormat
(Results
1 - 6
of
6
) sorted by null
/external/icu4c/i18n/unicode/
selfmt.h
25
* \brief C++ API:
SelectFormat
object
35
* <p><code>
SelectFormat
</code> supports the creation of internationalized
42
* <h4>Using <code>
SelectFormat
</code> for Gender Agreement</h4>
46
* rather than using a stand-alone <code>
SelectFormat
</code>.</p>
137
* <p>The <code>
SelectFormat
</code> pattern string defines the phrase output
183
class U_I18N_API
SelectFormat
: public Format {
187
* Creates a new <code>
SelectFormat
</code> for a given pattern string.
188
* @param pattern the pattern for this <code>
SelectFormat
</code>.
194
SelectFormat
(const UnicodeString& pattern, UErrorCode& status);
200
SelectFormat
(const SelectFormat& other)
[
all
...]
/external/icu4c/i18n/
selfmt.cpp
40
UOBJECT_DEFINE_RTTI_IMPLEMENTATION(
SelectFormat
)
44
SelectFormat
::
SelectFormat
(const UnicodeString& pat,
49
SelectFormat
::
SelectFormat
(const
SelectFormat
& other) : Format(other),
53
SelectFormat
::~
SelectFormat
() {
57
SelectFormat
::applyPattern(const UnicodeString& newPattern, UErrorCode& status) {
69
SelectFormat
::format(const Formattable& obj
[
all
...]
/external/chromium_org/third_party/icu/source/i18n/unicode/
selfmt.h
24
* \brief C++ API:
SelectFormat
object
34
* <p><code>
SelectFormat
</code> supports the creation of internationalized
41
* <h4>Using <code>
SelectFormat
</code> for Gender Agreement</h4>
124
* <p>The <code>
SelectFormat
</code> pattern text defines the phrase output
148
* format patterns. <code>
SelectFormat
</code> preserves these so that you
149
* can use the strings produced by <code>
SelectFormat
</code> with other
150
* formatters. If you are using <code>
SelectFormat
</code> inside a
184
class U_I18N_API
SelectFormat
: public Format {
188
* Creates a new <code>
SelectFormat
</code> for a given pattern string.
189
* @param pattern the pattern for this <code>
SelectFormat
</code>
[
all
...]
/external/chromium_org/third_party/icu/source/i18n/
selfmt.cpp
38
UOBJECT_DEFINE_RTTI_IMPLEMENTATION(
SelectFormat
)
43
SelectFormat
::
SelectFormat
(const UnicodeString& pat, UErrorCode& status) : parsedValuesHash(NULL) {
51
SelectFormat
::
SelectFormat
(const
SelectFormat
& other) : Format(other), parsedValuesHash(NULL) {
57
SelectFormat
::~
SelectFormat
() {
61
void
SelectFormat
::initHashTable(UErrorCode &status) {
84
void
SelectFormat
::cleanHashTable()
[
all
...]
/external/chromium_org/third_party/icu/source/common/unicode/
urename.h
[
all
...]
/prebuilts/misc/common/icu4j/
icu4j.jar
Completed in 399 milliseconds