Searched defs:copyFrom (Results 1 – 5 of 5) sorted by relevance
130 SkDisplayString::SkDisplayString(SkString& copyFrom) : value(copyFrom) { in SkDisplayString()199 SkDisplayArray::SkDisplayArray(SkTypedArray& copyFrom) : values(copyFrom) { in SkDisplayArray()
151 void copyFrom(const GregorianDateTime& rhs) in copyFrom() function
992 PatternMap::copyFrom(const PatternMap& other, UErrorCode& status) { in copyFrom() function in PatternMap1347 DateTimeMatcher::copyFrom(const PtnSkeleton& newSkeleton) { in copyFrom() function in DateTimeMatcher1356 DateTimeMatcher::copyFrom() { in copyFrom() function in DateTimeMatcher
419 UnicodeString::copyFrom(const UnicodeString &src, UBool fastCopy) { in copyFrom() function in UnicodeString
1318 def copyFrom(self,source): member in Row