Lines Matching refs:ChoiceFormat

47 UOBJECT_DEFINE_RTTI_IMPLEMENTATION(ChoiceFormat)
75 ChoiceFormat::ChoiceFormat(const UnicodeString& newPattern, in ChoiceFormat() function in ChoiceFormat
87 ChoiceFormat::ChoiceFormat(const double* limits, in ChoiceFormat() function in ChoiceFormat
98 ChoiceFormat::ChoiceFormat(const double* limits, in ChoiceFormat() function in ChoiceFormat
111 ChoiceFormat::ChoiceFormat(const ChoiceFormat& that) in ChoiceFormat() function in ChoiceFormat
123 ChoiceFormat::ChoiceFormat(const UnicodeString& newPattern, in ChoiceFormat() function in ChoiceFormat
134 ChoiceFormat::operator==(const Format& that) const in operator ==()
138 ChoiceFormat& thatAlias = (ChoiceFormat&)that; in operator ==()
145 const ChoiceFormat&
146 ChoiceFormat::operator=(const ChoiceFormat& that) in operator =()
158 ChoiceFormat::~ChoiceFormat() in ~ChoiceFormat()
168 ChoiceFormat::dtos(double value, in dtos()
223 ChoiceFormat::applyPattern(const UnicodeString& pattern, in applyPattern()
234 ChoiceFormat::applyPattern(const UnicodeString& pattern, in applyPattern()
245 ChoiceFormat::toPattern(UnicodeString& result) const in toPattern()
253 ChoiceFormat::setChoices( const double* limits, in setChoices()
264 ChoiceFormat::setChoices( const double* limits, in setChoices()
274 ChoiceFormat::setChoices(const double* limits, in setChoices()
345 ChoiceFormat::getLimits(int32_t& cnt) const in getLimits()
355 ChoiceFormat::getClosures(int32_t& cnt) const in getClosures()
365 ChoiceFormat::getFormats(int32_t& cnt) const in getFormats()
377 ChoiceFormat::format(int64_t number, in format()
389 ChoiceFormat::format(int32_t number, in format()
400 ChoiceFormat::format(double number, in format()
423 ChoiceFormat::findSubMessage(const MessagePattern &pattern, int32_t partIndex, double number) { in findSubMessage()
468 ChoiceFormat::format(const Formattable* objs, in format()
496 ChoiceFormat::parse(const UnicodeString& text, in parse()
504 ChoiceFormat::parseArgument( in parseArgument()
539 ChoiceFormat::matchStringUntilLimitPart( in matchStringUntilLimitPart()
565 ChoiceFormat::clone() const in clone()
567 ChoiceFormat *aCopy = new ChoiceFormat(*this); in clone()