OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:PluralFormat
(Results
1 - 3
of
3
) sorted by null
/external/icu4c/i18n/unicode/
plurfmt.h
23
* \brief C++ API:
PluralFormat
object
37
* <code>
PluralFormat
</code> supports the creation of internationalized
41
* <code>
PluralFormat
</code> selects the appropriate message based on
58
* <code>
PluralFormat
</code> deals with this by breaking the problem
74
* <h4>Usage of <code>
PluralFormat
</code></h4>
76
* This discussion assumes that you use <code>
PluralFormat
</code> with
96
* rules of the <code>
PluralFormat
</code> object do not contain a plural case
109
* format patterns. <code>
PluralFormat
</code> preserves these so that you
110
* can use the strings produced by <code>
PluralFormat
</code> with other
111
* formatters. If you are using <code>
PluralFormat
</code> inside
[
all
...]
/external/icu4c/i18n/
plurfmt.cpp
32
UOBJECT_DEFINE_RTTI_IMPLEMENTATION(
PluralFormat
)
36
PluralFormat
::
PluralFormat
(UErrorCode& status) {
40
PluralFormat
::
PluralFormat
(const Locale& loc, UErrorCode& status) {
44
PluralFormat
::
PluralFormat
(const PluralRules& rules, UErrorCode& status) {
48
PluralFormat
::
PluralFormat
(const Locale& loc, const PluralRules& rules, UErrorCode& status) {
52
PluralFormat
::PluralFormat(const UnicodeString& pat, UErrorCode& status)
[
all
...]
/external/icu4c/common/unicode/
urename.h
[
all
...]
Completed in 38 milliseconds