Lines Matching refs:SelectFormat
42 UOBJECT_DEFINE_RTTI_IMPLEMENTATION(SelectFormat)
46 SelectFormat::SelectFormat(const UnicodeString& pat, in SelectFormat() function in SelectFormat
51 SelectFormat::SelectFormat(const SelectFormat& other) : Format(other), in SelectFormat() function in SelectFormat
55 SelectFormat::~SelectFormat() { in ~SelectFormat()
59 SelectFormat::applyPattern(const UnicodeString& newPattern, UErrorCode& status) { in applyPattern()
71 SelectFormat::format(const Formattable& obj, in format()
88 SelectFormat::format(const UnicodeString& keyword, in format()
117 SelectFormat::toPattern(UnicodeString& appendTo) { in toPattern()
127 int32_t SelectFormat::findSubMessage(const MessagePattern& pattern, int32_t partIndex, in findSubMessage()
154 SelectFormat* SelectFormat::clone() const in clone()
156 return new SelectFormat(*this); in clone()
159 SelectFormat&
160 SelectFormat::operator=(const SelectFormat& other) { in operator =()
168 SelectFormat::operator==(const Format& other) const { in operator ==()
175 const SelectFormat& o = (const SelectFormat&)other; in operator ==()
180 SelectFormat::operator!=(const Format& other) const { in operator !=()
185 SelectFormat::parseObject(const UnicodeString& /*source*/, in parseObject()