Searched refs:fastCopyFrom (Results 1 – 13 of 13) sorted by relevance
158 fSymbols[(ENumberFormatSymbol)i].fastCopyFrom(rhs.fSymbols[(ENumberFormatSymbol)i]); in operator =()161 currencySpcBeforeSym[i].fastCopyFrom(rhs.currencySpcBeforeSym[i]); in operator =()162 currencySpcAfterSym[i].fastCopyFrom(rhs.currencySpcAfterSym[i]); in operator =()
322 dstArray[i].fastCopyFrom(srcArray[i]); in assignArray()349 fZoneStrings[row][col].fastCopyFrom(otherStrings[row][col]); in createZoneStrings()392 fTimeSeparator.fastCopyFrom(other.fTimeSeparator); // fastCopyFrom() - see assignArray comments in copyData()443 fLocalPatternChars.fastCopyFrom(other.fLocalPatternChars); in copyData()848 return result.fastCopyFrom(fTimeSeparator); in getTimeSeparatorString()1438 return result.fastCopyFrom(fLocalPatternChars); in getLocalPatternChars()1923 field[index].fastCopyFrom(*leapMonthPattern); in initLeapMonthPattern()2008 strings[i].fastCopyFrom(*dayPeriod); in loadDayPeriodStrings()
467 [absUnit][UDAT_DIRECTION_PLAIN].fastCopyFrom(value.getUnicodeString(errorCode)); in handlePlainDirection()488 [UDAT_DIRECTION_PLAIN].fastCopyFrom(value.getUnicodeString(errorCode)); in consumeTableRelative()498 [direction].fastCopyFrom(value.getUnicodeString(errorCode)); in consumeTableRelative()640 absoluteUnits[style][dayIndex][UDAT_DIRECTION_PLAIN].fastCopyFrom( in loadWeekdayNames()
784 unistr.fastCopyFrom(UnicodeString(TRUE, id, idLen)); in getID()1059 result.fastCopyFrom(UnicodeString(TRUE, id2, idLen)); in getEquivalentID()1561 canonicalID.fastCopyFrom(id); in getCanonicalID()
356 childStr->fastCopyFrom(childRegion->idStr); in UOBJECT_DEFINE_RTTI_IMPLEMENTATION()
265 foldedKey.fastCopyFrom(key).foldCase(); in putImpl()
1521 if(!test3.isBogus() || test3.fastCopyFrom(test1).isBogus() || test3!=test1) { in TestBogus()2008 temp.fastCopyFrom(longString.tempSubString()); in TestReadOnlyAlias()2012 temp.fastCopyFrom(longString.tempSubString(-3, 5)); in TestReadOnlyAlias()2016 temp.fastCopyFrom(longString.tempSubString(17)); in TestReadOnlyAlias()2020 temp.fastCopyFrom(longString.tempSubString(99)); in TestReadOnlyAlias()2024 temp.fastCopyFrom(longString.tempSubStringBetween(6)); in TestReadOnlyAlias()2028 temp.fastCopyFrom(longString.tempSubStringBetween(8, 18)); in TestReadOnlyAlias()2034 temp.fastCopyFrom(bogusString.tempSubStringBetween(8, 18)); in TestReadOnlyAlias()
474 two.fastCopyFrom(one); in demoUnicodeStringStorage()
204 prev.fastCopyFrom(current); in buildUChars()
702 s2.fastCopyFrom(s1); in usprep_prepare()
492 UnicodeString::fastCopyFrom(const UnicodeString &src) { in fastCopyFrom() function in UnicodeString
1898 UnicodeString &fastCopyFrom(const UnicodeString &src);