Searched defs:clone (Results 451 - 475 of 842) sorted by path

<<11121314151617181920>>

/external/icu/icu4c/source/i18n/
H A Dselfmt.cpp152 Format* SelectFormat::clone() const function in class:SelectFormat
H A Dsimpletz.cpp192 // Called by TimeZone::createDefault(), then clone() inside a Mutex - be careful.
201 // Called by TimeZone::createDefault(), then clone() inside a Mutex - be careful.
244 SimpleTimeZone::clone() const function in class:SimpleTimeZone
H A Dsmpdtfmt.cpp509 fCapitalizationBrkIter = (other.fCapitalizationBrkIter)->clone();
519 SimpleDateFormat::clone() const function in class:SimpleDateFormat
596 // instead of Formattable::setString()'s unaware, safe, deep string clone
887 calClone = fCalendar->clone();
1749 calClone = fCalendar->clone();
1922 // the fields[] array in Calendar, we clone the entire object. This will
1923 // stop working if Calendar.clone() is ever rewritten to call complete().
1926 copy = cal.clone();
1942 copy = cal.clone();
H A Dstrmatch.cpp59 UnicodeFunctor* StringMatcher::clone() const { function in class:StringMatcher
H A Dstrrepl.cpp88 UnicodeFunctor* StringReplacer::clone() const { function in class:StringReplacer
H A Dstsearch.cpp178 StringSearch::clone() const { function in class:StringSearch
H A Dtaiwncal.cpp54 Calendar* TaiwanCalendar::clone(void) const function in class:TaiwanCalendar
H A Dtimezone.cpp436 result = getUnknown().clone();
523 default_zone = temptz->clone();
540 return (DEFAULT_ZONE != NULL) ? DEFAULT_ZONE->clone() : NULL;
561 adoptDefault(zone.clone());
897 virtual StringEnumeration *clone() const { function in class:TZEnumeration
H A Dtitletrn.cpp61 Transliterator* TitlecaseTransliterator::clone(void) const { function in class:TitlecaseTransliterator
H A Dtmunit.cpp28 * Also, Measure can clone and destruct the "unit" pointer.
33 * 3. clone and destructor need to check upon this flag to distinguish on how
105 TimeUnit::clone() const { function in class:TimeUnit
H A Dtmutamt.cpp52 TimeUnitAmount::clone() const { function in class:TimeUnitAmount
H A Dtmutfmt.cpp136 TimeUnitFormat::clone(void) const { function in class:TimeUnitFormat
682 adoptNumberFormat((NumberFormat *)format.clone(), status);
718 newVal[0] = (MessageFormat*)value[0]->clone();
719 newVal[1] = (MessageFormat*)value[1]->clone();
H A Dtolowtrn.cpp59 Transliterator* LowercaseTransliterator::clone(void) const { function in class:LowercaseTransliterator
H A Dtoupptrn.cpp59 Transliterator* UppercaseTransliterator::clone(void) const { function in class:UppercaseTransliterator
H A Dtranslit.cpp159 filter = (UnicodeFilter*) other.filter->clone();
163 Transliterator* Transliterator::clone() const { function in class:Transliterator
176 adoptFilter((other.filter == 0) ? 0 : (UnicodeFilter*) other.filter->clone());
1241 * implement the <tt>clone()</tt> method. When
1243 * equal to <tt>obj.getID()</tt>, then <tt>obj.clone()</tt> is
1247 * <code>Transliterator</code> that defines <tt>clone()</tt>
H A Dtzfmt.cpp439 fTimeZoneNames = other.fTimeZoneNames->clone();
442 fTimeZoneGenericNames = other.fTimeZoneGenericNames->clone();
491 TimeZoneFormat::clone() const { function in class:TimeZoneFormat
524 fTimeZoneNames = tznames.clone();
H A Dtzgnames.cpp649 TimeZone *tmptz = tz.clone();
1317 TimeZoneGenericNames::clone() const { function in class:TimeZoneGenericNames
H A Dtznames.cpp107 virtual TimeZoneNames* clone() const;
232 TimeZoneNamesDelegate::clone() const { function in class:TimeZoneNamesDelegate
H A Dtznames_impl.cpp982 TimeZoneNamesImpl::clone() const { function in class:TimeZoneNamesImpl
H A Dtztrans.cpp22 : UObject(), fTime(time), fFrom(from.clone()), fTo(to.clone()) {
32 fFrom = source.fFrom->clone();
36 fTo = source.fTo->clone();
50 TimeZoneTransition::clone(void) const { function in class:TimeZoneTransition
100 fFrom = from.clone();
116 fTo = to.clone();
H A Dunesctrn.cpp165 Transliterator* UnescapeTransliterator::clone() const { function in class:UnescapeTransliterator
H A Duni2name.cpp61 Transliterator* UnicodeNameTransliterator::clone(void) const { function in class:UnicodeNameTransliterator
H A Duregex.cpp290 RegularExpression *clone = new RegularExpression; local
291 if (clone == NULL) {
296 clone->fMatcher = source->fPat->matcher(*status);
298 delete clone;
302 clone->fPat = source->fPat;
303 clone->fPatRefCount = source->fPatRefCount;
304 clone->fPatString = source->fPatString;
305 clone->fPatStringLen = source->fPatStringLen;
309 return (URegularExpression*)clone;
395 utext_close(&input); // reset() made a shallow clone, s
[all...]
H A Dvtzone.cpp966 tz = (BasicTimeZone*)source.tz->clone();
975 vtzlines->addElement(line->clone(), status);
1008 tz = (BasicTimeZone*)right.tz->clone();
1020 vtzlines->addElement(line->clone(), status);
1093 vtz->tz = (BasicTimeZone *)basic_time_zone.clone();
1179 VTimeZone::clone(void) const { function in class:VTimeZone
1968 finalDstRule = (AnnualTimeZoneRule*)tzt.getTo()->clone();
2019 finalStdRule = (AnnualTimeZoneRule*)tzt.getTo()->clone();
H A Dwindtfmt.cpp132 // this->fCalendar = other.fCalendar->clone();
141 Format *Win32DateFormat::clone(void) const function in class:Win32DateFormat
219 adoptCalendar(newCalendar.clone());

Completed in 297 milliseconds

<<11121314151617181920>>