Searched refs:fastCopyFrom (Results 1 – 10 of 10) sorted by relevance
110 fSymbols[(ENumberFormatSymbol)i].fastCopyFrom(rhs.fSymbols[(ENumberFormatSymbol)i]); in operator =()113 currencySpcBeforeSym[i].fastCopyFrom(rhs.currencySpcBeforeSym[i]); in operator =()114 currencySpcAfterSym[i].fastCopyFrom(rhs.currencySpcAfterSym[i]); in operator =()
268 dstArray[i].fastCopyFrom(srcArray[i]); in assignArray()295 fZoneStrings[row][col].fastCopyFrom(otherStrings[row][col]); in createZoneStrings()353 fLocalPatternChars.fastCopyFrom(other.fLocalPatternChars); in copyData()1160 return result.fastCopyFrom(fLocalPatternChars); in getLocalPatternChars()
666 unistr.fastCopyFrom(UnicodeString(TRUE, id, idLen)); in getID()1047 result.fastCopyFrom(UnicodeString(TRUE, id, idLen)); in getEquivalentID()1589 canonicalID.fastCopyFrom(id); in getCanonicalID()
2251 lcase.fastCopyFrom(data[i]).foldCase(); in matchQuarterString()2268 lcase.fastCopyFrom(data[bestMatch]).foldCase(); in matchQuarterString()2458 lcase.fastCopyFrom(data[i]).foldCase(); in matchString()2481 lcase.fastCopyFrom(data[bestMatch]).foldCase(); in matchString()
188 foldedKey.fastCopyFrom(key).foldCase(); in putImpl()
1509 if(!test3.isBogus() || test3.fastCopyFrom(test1).isBogus() || test3!=test1) { in TestBogus()2001 temp.fastCopyFrom(longString.tempSubString()); in TestReadOnlyAlias()2005 temp.fastCopyFrom(longString.tempSubString(-3, 5)); in TestReadOnlyAlias()2009 temp.fastCopyFrom(longString.tempSubString(17)); in TestReadOnlyAlias()2013 temp.fastCopyFrom(longString.tempSubString(99)); in TestReadOnlyAlias()2017 temp.fastCopyFrom(longString.tempSubStringBetween(6)); in TestReadOnlyAlias()2021 temp.fastCopyFrom(longString.tempSubStringBetween(8, 18)); in TestReadOnlyAlias()2027 temp.fastCopyFrom(bogusString.tempSubStringBetween(8, 18)); in TestReadOnlyAlias()
200 prev.fastCopyFrom(current); in buildUChars()
458 UnicodeString::fastCopyFrom(const UnicodeString &src) { in fastCopyFrom() function in UnicodeString
461 two.fastCopyFrom(one); in demoUnicodeStringStorage()
1781 UnicodeString &fastCopyFrom(const UnicodeString &src);