Lines Matching refs:SelectFormat
40 UOBJECT_DEFINE_RTTI_IMPLEMENTATION(SelectFormat)
44 SelectFormat::SelectFormat(const UnicodeString& pat, in SelectFormat() function in SelectFormat
49 SelectFormat::SelectFormat(const SelectFormat& other) : Format(other), in SelectFormat() function in SelectFormat
53 SelectFormat::~SelectFormat() { in ~SelectFormat()
57 SelectFormat::applyPattern(const UnicodeString& newPattern, UErrorCode& status) { in applyPattern()
69 SelectFormat::format(const Formattable& obj, in format()
86 SelectFormat::format(const UnicodeString& keyword, in format()
115 SelectFormat::toPattern(UnicodeString& appendTo) { in toPattern()
125 int32_t SelectFormat::findSubMessage(const MessagePattern& pattern, int32_t partIndex, in findSubMessage()
152 Format* SelectFormat::clone() const in clone()
154 return new SelectFormat(*this); in clone()
157 SelectFormat&
158 SelectFormat::operator=(const SelectFormat& other) { in operator =()
166 SelectFormat::operator==(const Format& other) const { in operator ==()
173 const SelectFormat& o = (const SelectFormat&)other; in operator ==()
178 SelectFormat::operator!=(const Format& other) const { in operator !=()
183 SelectFormat::parseObject(const UnicodeString& /*source*/, in parseObject()