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

  /external/icu/icu4c/source/i18n/unicode/
plurfmt.h 19 * \brief C++ API: PluralFormat object
34 * <code>PluralFormat</code> supports the creation of internationalized
38 * <code>PluralFormat</code> selects the appropriate message based on
55 * <code>PluralFormat</code> deals with this by breaking the problem
71 * <h4>Usage of <code>PluralFormat</code></h4>
74 * rather than using a stand-alone <code>PluralFormat</code>.
76 * This discussion assumes that you use <code>PluralFormat</code> with
119 * <code>NumberFormat</code> for the <code>PluralFormat</code>'s locale. If you
129 * <p>If you need to use <code>PluralFormat</code> with custom rules, you can
131 * <code>PluralFormat</code>'s constructor. If you also specify a locale in thi
    [all...]
  /external/chromium_org/third_party/icu/source/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/chromium_org/third_party/icu/source/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/icu/icu4c/source/i18n/
plurfmt.cpp 30 UOBJECT_DEFINE_RTTI_IMPLEMENTATION(PluralFormat)
32 PluralFormat::PluralFormat(UErrorCode& status)
40 PluralFormat::PluralFormat(const Locale& loc, UErrorCode& status)
48 PluralFormat::PluralFormat(const PluralRules& rules, UErrorCode& status)
56 PluralFormat::PluralFormat(const Locale& loc,
66 PluralFormat::PluralFormat(const Locale& loc
    [all...]
  /external/chromium_org/third_party/icu/source/common/unicode/
urename.h     [all...]
  /prebuilts/misc/common/icu4j/
icu4j.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
com.ibm.icu_4.2.1.v20100412.jar 

Completed in 173 milliseconds