• Home
  • Raw
  • Download

Lines Matching refs:ChoiceFormat

45 UOBJECT_DEFINE_RTTI_IMPLEMENTATION(ChoiceFormat)
70 ChoiceFormat::ChoiceFormat(const UnicodeString& newPattern, in ChoiceFormat() function in ChoiceFormat
84 ChoiceFormat::ChoiceFormat(const double* limits, in ChoiceFormat() function in ChoiceFormat
97 ChoiceFormat::ChoiceFormat(const double* limits, in ChoiceFormat() function in ChoiceFormat
112 ChoiceFormat::ChoiceFormat(const ChoiceFormat& that) in ChoiceFormat() function in ChoiceFormat
126 ChoiceFormat::ChoiceFormat(const UnicodeString& newPattern, in ChoiceFormat() function in ChoiceFormat
139 ChoiceFormat::operator==(const Format& that) const in operator ==()
143 ChoiceFormat& thatAlias = (ChoiceFormat&)that; in operator ==()
159 const ChoiceFormat&
160 ChoiceFormat::operator=(const ChoiceFormat& that) in operator =()
201 ChoiceFormat::~ChoiceFormat() in ~ChoiceFormat()
216 ChoiceFormat::stod(const UnicodeString& string) in stod()
231 ChoiceFormat::dtos(double value, in dtos()
286 ChoiceFormat::applyPattern(const UnicodeString& pattern, in applyPattern()
297 ChoiceFormat::applyPattern(const UnicodeString& pattern, in applyPattern()
462 ChoiceFormat::toPattern(UnicodeString& result) const in toPattern()
517 ChoiceFormat::setChoices( const double* limits, in setChoices()
527 ChoiceFormat::setChoices( const double* limits, in setChoices()
586 ChoiceFormat::getLimits(int32_t& cnt) const in getLimits()
596 ChoiceFormat::getClosures(int32_t& cnt) const in getClosures()
606 ChoiceFormat::getFormats(int32_t& cnt) const in getFormats()
618 ChoiceFormat::format(int64_t number, in format()
631 ChoiceFormat::format(int32_t number, in format()
642 ChoiceFormat::format(double number, in format()
673 ChoiceFormat::format(const Formattable* objs, in format()
701 ChoiceFormat::format(const Formattable& obj, in format()
711 ChoiceFormat::parse(const UnicodeString& text, in parse()
744 ChoiceFormat::parse(const UnicodeString& text, in parse()
754 ChoiceFormat::clone() const in clone()
756 ChoiceFormat *aCopy = new ChoiceFormat(*this); in clone()