Searched refs:fastCopyFrom (Results 1 – 11 of 11) sorted by relevance
120 fSymbols[(ENumberFormatSymbol)i].fastCopyFrom(rhs.fSymbols[(ENumberFormatSymbol)i]); in operator =()123 currencySpcBeforeSym[i].fastCopyFrom(rhs.currencySpcBeforeSym[i]); in operator =()124 currencySpcAfterSym[i].fastCopyFrom(rhs.currencySpcAfterSym[i]); in operator =()
303 dstArray[i].fastCopyFrom(srcArray[i]); in assignArray()330 fZoneStrings[row][col].fastCopyFrom(otherStrings[row][col]); in createZoneStrings()373 fTimeSeparator.fastCopyFrom(other.fTimeSeparator); // fastCopyFrom() - see assignArray comments in copyData()412 fLocalPatternChars.fastCopyFrom(other.fLocalPatternChars); in copyData()795 return result.fastCopyFrom(fTimeSeparator); in getTimeSeparatorString()1378 return result.fastCopyFrom(fLocalPatternChars); in getLocalPatternChars()
749 unistr.fastCopyFrom(UnicodeString(TRUE, id, idLen)); in getID()1032 result.fastCopyFrom(UnicodeString(TRUE, id, idLen)); in getEquivalentID()1535 canonicalID.fastCopyFrom(id); in getCanonicalID()
299 childStr->fastCopyFrom(childRegion->idStr); in UOBJECT_DEFINE_RTTI_IMPLEMENTATION()
219 foldedKey.fastCopyFrom(key).foldCase(); in putImpl()
1519 if(!test3.isBogus() || test3.fastCopyFrom(test1).isBogus() || test3!=test1) { in TestBogus()2007 temp.fastCopyFrom(longString.tempSubString()); in TestReadOnlyAlias()2011 temp.fastCopyFrom(longString.tempSubString(-3, 5)); in TestReadOnlyAlias()2015 temp.fastCopyFrom(longString.tempSubString(17)); in TestReadOnlyAlias()2019 temp.fastCopyFrom(longString.tempSubString(99)); in TestReadOnlyAlias()2023 temp.fastCopyFrom(longString.tempSubStringBetween(6)); in TestReadOnlyAlias()2027 temp.fastCopyFrom(longString.tempSubStringBetween(8, 18)); in TestReadOnlyAlias()2033 temp.fastCopyFrom(bogusString.tempSubStringBetween(8, 18)); in TestReadOnlyAlias()
202 prev.fastCopyFrom(current); in buildUChars()
703 s2.fastCopyFrom(s1); in usprep_prepare()
427 UnicodeString::fastCopyFrom(const UnicodeString &src) { in fastCopyFrom() function in UnicodeString
459 two.fastCopyFrom(one); in demoUnicodeStringStorage()
1841 UnicodeString &fastCopyFrom(const UnicodeString &src);