Home | History | Annotate | Download | only in i18n

Lines Matching refs:fastCopyFrom

252     // three ways that all allow to safely use UnicodeString::fastCopyFrom():
260 // a subclass from creating these strings in an "unsafe" way (with respect to fastCopyFrom()).
266 dstArray[i].fastCopyFrom(srcArray[i]);
292 // fastCopyFrom() - see assignArray comments
293 fZoneStrings[row][col].fastCopyFrom(otherStrings[row][col]);
352 // fastCopyFrom() - see assignArray comments
353 fLocalPatternChars.fastCopyFrom(other.fLocalPatternChars);
1132 // fastCopyFrom() - see assignArray comments
1133 return result.fastCopyFrom(fLocalPatternChars);
1426 // fastCopyFrom()/setTo() - see assignArray comments