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

  /external/icu/icu4c/source/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...]
msgfmt.cpp 19 * 11/01/09 kirtig Added SelectFormat
    [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/icu/icu4c/source/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/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...]
msgfmt.cpp 19 * 11/01/09 kirtig Added SelectFormat
728 SelectFormat* selfmt;
843 else if ((selfmt = dynamic_cast<SelectFormat*>(fmt)) != NULL) {
845 appendTo += ((SelectFormat*)fmt)->toPattern(buffer);
    [all...]
  /external/chromium_org/third_party/icu/source/test/intltest/
selfmts.cpp 31 if (exec) logln("TestSuite SelectFormat");
41 * Unit tests of SelectFormat class.
111 SelectFormat* selFmt = new SelectFormat( SIMPLE_PATTERN , status);
113 dataerrln("ERROR: SelectFormat Unit Test constructor failed in unit tests.- exitting");
117 // ======= Test SelectFormat pattern syntax.
118 logln("SelectFormat Unit Test : Testing SelectFormat pattern syntax.");
125 errln("\nERROR: Unexpected result - SelectFormat Unit Test failed to detect syntax error with pattern: "+checkSyntaxData[i]+" and expected status="+ u_errorName(expErrorCodes[i]) + " and resulted status="+u_errorName(status));
132 logln("SelectFormat Unit Test : Creating format object for Testing applying various patterns")
    [all...]
uobjtest.cpp 354 TESTCLASSID_CTOR(SelectFormat, (UnicodeString("feminine {feminineVerbValue} other{otherVerbValue}"), status) );
  /external/icu/icu4c/source/test/intltest/
selfmts.cpp 32 if (exec) logln("TestSuite SelectFormat");
42 * Unit tests of SelectFormat class.
97 SelectFormat* selFmt = new SelectFormat( SIMPLE_PATTERN , status);
99 dataerrln("ERROR: SelectFormat Unit Test constructor failed in unit tests.- exitting");
103 // ======= Test SelectFormat pattern syntax.
104 logln("SelectFormat Unit Test : Testing SelectFormat pattern syntax.");
111 errln("\nERROR: Unexpected result - SelectFormat Unit Test failed to detect syntax error with pattern: "+checkSyntaxData[i]);
130 logln("SelectFormat Unit Test : Creating format object for Testing applying various patterns")
    [all...]
uobjtest.cpp 364 TESTCLASSID_CTOR(SelectFormat, (UnicodeString("feminine {feminineVerbValue} other{otherVerbValue}"), status) );
  /external/chromium_org/third_party/icu/source/common/unicode/
urename.h     [all...]
  /prebuilts/misc/common/icu4j/
icu4j.jar 

Completed in 108 milliseconds