Home | History | Annotate | Download | only in i18n

Lines Matching defs:SelectFormat

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