Home | History | Annotate | Download | only in i18n

Lines Matching refs:TimeUnitFormat

51 UOBJECT_DEFINE_RTTI_IMPLEMENTATION(TimeUnitFormat)
77 TimeUnitFormat::TimeUnitFormat(UErrorCode& status)
84 TimeUnitFormat::TimeUnitFormat(const Locale& locale, UErrorCode& status)
91 TimeUnitFormat::TimeUnitFormat(const Locale& locale, EStyle style, UErrorCode& status)
98 TimeUnitFormat::TimeUnitFormat(const TimeUnitFormat& other)
113 TimeUnitFormat::~TimeUnitFormat() {
128 TimeUnitFormat::clone(void) const {
129 return new TimeUnitFormat(*this);
133 TimeUnitFormat&
134 TimeUnitFormat::operator=(const TimeUnitFormat& other) {
175 TimeUnitFormat::operator==(const Format& other) const {
177 TimeUnitFormat* fmt = (TimeUnitFormat*)&other;
198 TimeUnitFormat::format(const Formattable& obj, UnicodeString& toAppendTo,
236 TimeUnitFormat::parseObject(const UnicodeString& source,
357 TimeUnitFormat::create(const Locale& locale, EStyle style, UErrorCode& status) {
384 TimeUnitFormat::setup(UErrorCode& err) {
394 TimeUnitFormat::initDataMembers(UErrorCode& err){
415 TimeUnitFormat::readFromCurrentLocale(EStyle style, const char* key, UErrorCode& err) {
535 TimeUnitFormat::checkConsistency(EStyle style, const char* key, UErrorCode& err) {
601 TimeUnitFormat::searchInLocaleChain(EStyle style, const char* key, const char* localeName,
733 TimeUnitFormat::setLocale(const Locale& locale, UErrorCode& status) {
742 TimeUnitFormat::setNumberFormat(const NumberFormat& format, UErrorCode& status){
765 TimeUnitFormat::deleteHash(Hashtable* htable) {
783 TimeUnitFormat::copyHash(const Hashtable* source, Hashtable* target, UErrorCode& status) {
831 TimeUnitFormat::initHash(UErrorCode& status) {
846 TimeUnitFormat::getTimeUnitName(TimeUnit::UTimeUnitFields unitField,