Home
last modified time | relevance | path

Searched refs:SelectFormat (Results 1 – 6 of 6) sorted by relevance

/external/icu4c/i18n/
Dselfmt.cpp36 UOBJECT_DEFINE_RTTI_IMPLEMENTATION(SelectFormat)
41 SelectFormat::SelectFormat(const UnicodeString& pat, UErrorCode& status) { in SelectFormat() function in SelectFormat
49 SelectFormat::SelectFormat(const SelectFormat& other) : Format(other) { in SelectFormat() function in SelectFormat
55 SelectFormat::~SelectFormat() { in ~SelectFormat()
60 SelectFormat::init(UErrorCode& status) { in init()
70 SelectFormat::applyPattern(const UnicodeString& newPattern, UErrorCode& status) { in applyPattern()
226 SelectFormat::format(const Formattable& obj, in format()
244 SelectFormat::format(const UnicodeString& keyword, in format()
271 SelectFormat::toPattern(UnicodeString& appendTo) { in toPattern()
275 SelectFormat::CharacterClass
[all …]
Dmsgfmt.cpp851 else if (fmt->getDynamicClassID() == SelectFormat::getStaticClassID()) { in toPattern()
853 appendTo += ((SelectFormat*)fmt)->toPattern(buffer); in toPattern()
1251 fmt->getDynamicClassID() == SelectFormat::getStaticClassID() in format()
1636 fmt = new SelectFormat(unquotedPattern, ec); in makeFormat()
/external/icu4c/test/intltest/
Dselfmts.cpp102 SelectFormat* selFmt = new SelectFormat( SIMPLE_PATTERN , status); in selectFormatUnitTest()
123 selFmt = new SelectFormat( SIMPLE_PATTERN , status); in selectFormatUnitTest()
173 selFmt = new SelectFormat( SIMPLE_PATTERN , status); in selectFormatUnitTest()
193 SelectFormat* selFmt[3]; in selectFormatAPITest()
201 selFmt[0]= new SelectFormat(SIMPLE_PATTERN, status[0]); in selectFormatAPITest()
209 SelectFormat fmt = *selFmt[0]; in selectFormatAPITest()
210 SelectFormat* dupPFmt = new SelectFormat(fmt); in selectFormatAPITest()
219 selFmt[1] = (SelectFormat*)selFmt[0]->clone(); in selectFormatAPITest()
229 selFmt[2]= new SelectFormat(SIMPLE_PATTERN, status[2]); in selectFormatAPITest()
248 SelectFormat* selFmt1 = new SelectFormat( SIMPLE_PATTERN , status1); in selectFormatAPITest()
[all …]
Duobjtest.cpp263 …TESTCLASSID_CTOR(SelectFormat, (UnicodeString("feminine {feminineVerbValue} other{otherVerbValue}"… in testIDs()
/external/icu4c/i18n/unicode/
Dselfmt.h184 class U_I18N_API SelectFormat : public Format {
195 SelectFormat(const UnicodeString& pattern, UErrorCode& status);
201 SelectFormat(const SelectFormat& other);
207 virtual ~SelectFormat();
249 SelectFormat& operator=(const SelectFormat& other);
358 SelectFormat(); // default constructor not implemented.
/external/icu4c/common/unicode/
Durename.h2079 #define SelectFormat U_ICU_ENTRY_POINT_RENAME(SelectFormat) macro