Searched refs:SelectFormat (Results 1 - 10 of 10) sorted by path

/external/chromium_org/third_party/icu/source/i18n/
H A Dmsgfmt.cpp19 * 11/01/09 kirtig Added SelectFormat
1085 dynamic_cast<const SelectFormat*>(formatter)) {
1142 int32_t subMsgStart = SelectFormat::findSubMessage(msgPattern, i, arg->getString(success), success);
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...]
/external/chromium_org/third_party/icu/source/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/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/icu/icu4c/source/i18n/
H A Dmsgfmt.cpp19 * 11/01/09 kirtig Added SelectFormat
1085 dynamic_cast<const SelectFormat*>(formatter)) {
1142 int32_t subMsgStart = SelectFormat::findSubMessage(msgPattern, i, arg->getString(success), success);
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...]
/external/icu/icu4c/source/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/icu/icu4c/source/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) );

Completed in 326 milliseconds