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

  /external/icu4c/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/icu4c/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/icu4c/common/unicode/
urename.h     [all...]

Completed in 4626 milliseconds