• Home
  • Raw
  • Download

Lines Matching refs:ChoiceFormat

49 UOBJECT_DEFINE_RTTI_IMPLEMENTATION(ChoiceFormat)
77 ChoiceFormat::ChoiceFormat(const UnicodeString& newPattern, in ChoiceFormat() function in ChoiceFormat
89 ChoiceFormat::ChoiceFormat(const double* limits, in ChoiceFormat() function in ChoiceFormat
100 ChoiceFormat::ChoiceFormat(const double* limits, in ChoiceFormat() function in ChoiceFormat
113 ChoiceFormat::ChoiceFormat(const ChoiceFormat& that) in ChoiceFormat() function in ChoiceFormat
125 ChoiceFormat::ChoiceFormat(const UnicodeString& newPattern, in ChoiceFormat() function in ChoiceFormat
136 ChoiceFormat::operator==(const Format& that) const in operator ==()
140 ChoiceFormat& thatAlias = (ChoiceFormat&)that; in operator ==()
147 const ChoiceFormat&
148 ChoiceFormat::operator=(const ChoiceFormat& that) in operator =()
160 ChoiceFormat::~ChoiceFormat() in ~ChoiceFormat()
170 ChoiceFormat::dtos(double value, in dtos()
225 ChoiceFormat::applyPattern(const UnicodeString& pattern, in applyPattern()
236 ChoiceFormat::applyPattern(const UnicodeString& pattern, in applyPattern()
247 ChoiceFormat::toPattern(UnicodeString& result) const in toPattern()
255 ChoiceFormat::setChoices( const double* limits, in setChoices()
266 ChoiceFormat::setChoices( const double* limits, in setChoices()
276 ChoiceFormat::setChoices(const double* limits, in setChoices()
347 ChoiceFormat::getLimits(int32_t& cnt) const in getLimits()
357 ChoiceFormat::getClosures(int32_t& cnt) const in getClosures()
367 ChoiceFormat::getFormats(int32_t& cnt) const in getFormats()
379 ChoiceFormat::format(int64_t number, in format()
391 ChoiceFormat::format(int32_t number, in format()
402 ChoiceFormat::format(double number, in format()
425 ChoiceFormat::findSubMessage(const MessagePattern &pattern, int32_t partIndex, double number) { in findSubMessage()
470 ChoiceFormat::format(const Formattable* objs, in format()
498 ChoiceFormat::parse(const UnicodeString& text, in parse()
506 ChoiceFormat::parseArgument( in parseArgument()
541 ChoiceFormat::matchStringUntilLimitPart( in matchStringUntilLimitPart()
567 ChoiceFormat::clone() const in clone()
569 ChoiceFormat *aCopy = new ChoiceFormat(*this); in clone()