Searched refs:SelectFormat (Results 1 - 11 of 11) sorted by relevance

/external/icu4c/i18n/
H A Dselfmt.cpp40 UOBJECT_DEFINE_RTTI_IMPLEMENTATION(SelectFormat)
44 SelectFormat::SelectFormat(const UnicodeString& pat, function in class:SelectFormat
49 SelectFormat::SelectFormat(const SelectFormat& other) : Format(other), function in class:SelectFormat
53 SelectFormat::~SelectFormat() {
57 SelectFormat::applyPattern(const UnicodeString& newPattern, UErrorCode& status) {
69 SelectFormat
[all...]
H A Dmsgfmt.cpp19 * 11/01/09 kirtig Added SelectFormat
1023 dynamic_cast<const SelectFormat*>(formatter)) {
1080 int32_t subMsgStart = SelectFormat::findSubMessage(msgPattern, i, arg->getString(success), success);
/external/chromium_org/third_party/icu/source/i18n/unicode/
H A Dselfmt.h24 * \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 { class in inherits:Format
188 * Creates a new <code>SelectFormat</code> for a given pattern string.
189 * @param pattern the pattern for this <code>SelectFormat</cod
[all...]
/external/icu4c/i18n/unicode/
H A Dselfmt.h25 * \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 { class in inherits: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(cons
[all...]
/external/chromium_org/third_party/icu/source/i18n/
H A Dselfmt.cpp38 UOBJECT_DEFINE_RTTI_IMPLEMENTATION(SelectFormat)
43 SelectFormat::SelectFormat(const UnicodeString& pat, UErrorCode& status) : parsedValuesHash(NULL) { function in class:SelectFormat
51 SelectFormat::SelectFormat(const SelectFormat& other) : Format(other), parsedValuesHash(NULL) { function in class:SelectFormat
57 SelectFormat::~SelectFormat() {
61 void SelectFormat::initHashTable(UErrorCode &status) {
84 void SelectFormat
[all...]
H A Dmsgfmt.cpp19 * 11/01/09 kirtig Added SelectFormat
728 SelectFormat* selfmt;
843 else if ((selfmt = dynamic_cast<SelectFormat*>(fmt)) != NULL) {
845 appendTo += ((SelectFormat*)fmt)->toPattern(buffer);
1233 // a ChoiceFormat object, a PluralFormat object, a SelectFormat object.
1239 // Needs to reprocess the ChoiceFormat and PluralFormat and SelectFormat option by using the
1243 dynamic_cast<SelectFormat*>(fmt) != NULL) &&
1631 fmt = new SelectFormat(unquotedPattern, ec);
/external/chromium_org/third_party/icu/source/test/intltest/
H A Dselfmts.cpp31 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 Uni
[all...]
H A Duobjtest.cpp354 TESTCLASSID_CTOR(SelectFormat, (UnicodeString("feminine {feminineVerbValue} other{otherVerbValue}"), status) );
/external/icu4c/test/intltest/
H A Dselfmts.cpp32 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 Uni
[all...]
H A Duobjtest.cpp364 TESTCLASSID_CTOR(SelectFormat, (UnicodeString("feminine {feminineVerbValue} other{otherVerbValue}"), status) );
/external/chromium_org/third_party/icu/source/common/unicode/
H A Durename.h2122 #define SelectFormat U_ICU_ENTRY_POINT_RENAME(SelectFormat) macro

Completed in 334 milliseconds