Lines Matching refs:copyFrom
366 dtMatcher->copyFrom(other.dtMatcher->skeleton); in operator =()
388 patternMap->copyFrom(*other.patternMap, status); in operator =()
1636 PatternMap::copyFrom(const PatternMap& other, UErrorCode& status) { in copyFrom() function in PatternMap
1904 copyFrom(other.skeleton); in DateTimeMatcher()
1974 copyFrom(skeletonResult); in set()
2018 DateTimeMatcher::copyFrom(const PtnSkeleton& newSkeleton) { in copyFrom() function in DateTimeMatcher
2019 skeleton.copyFrom(newSkeleton); in copyFrom()
2023 DateTimeMatcher::copyFrom() { in copyFrom() function in DateTimeMatcher
2289 matcher->copyFrom(*nodePtr->skeleton); in next()
2292 matcher->copyFrom(); in next()
2308 void SkeletonFields::copyFrom(const SkeletonFields& other) { in copyFrom() function in SkeletonFields
2370 copyFrom(other); in PtnSkeleton()
2373 void PtnSkeleton::copyFrom(const PtnSkeleton& other) { in copyFrom() function in PtnSkeleton
2375 original.copyFrom(other.original); in copyFrom()
2376 baseOriginal.copyFrom(other.baseOriginal); in copyFrom()