Searched refs:fastCopyFrom (Results 1 – 12 of 12) 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 =()
451 [absUnit][UDAT_DIRECTION_PLAIN].fastCopyFrom(value.getUnicodeString(errorCode)); in handlePlainDirection()472 [UDAT_DIRECTION_PLAIN].fastCopyFrom(value.getUnicodeString(errorCode)); in consumeTableRelative()482 [direction].fastCopyFrom(value.getUnicodeString(errorCode)); in consumeTableRelative()624 absoluteUnits[style][dayIndex][UDAT_DIRECTION_PLAIN].fastCopyFrom( in loadWeekdayNames()919 result.fastCopyFrom(fCache->getAbsoluteUnitString(fStyle, unit, direction)); in format()
321 dstArray[i].fastCopyFrom(srcArray[i]); in assignArray()348 fZoneStrings[row][col].fastCopyFrom(otherStrings[row][col]); in createZoneStrings()391 fTimeSeparator.fastCopyFrom(other.fTimeSeparator); // fastCopyFrom() - see assignArray comments in copyData()442 fLocalPatternChars.fastCopyFrom(other.fLocalPatternChars); in copyData()846 return result.fastCopyFrom(fTimeSeparator); in getTimeSeparatorString()1435 return result.fastCopyFrom(fLocalPatternChars); in getLocalPatternChars()1925 field[index].fastCopyFrom(*leapMonthPattern); in initLeapMonthPattern()2010 strings[i].fastCopyFrom(*dayPeriod); in loadDayPeriodStrings()
752 unistr.fastCopyFrom(UnicodeString(TRUE, id, idLen)); in getID()1035 result.fastCopyFrom(UnicodeString(TRUE, id2, idLen)); in getEquivalentID()1538 canonicalID.fastCopyFrom(id); in getCanonicalID()
361 childStr->fastCopyFrom(childRegion->idStr); in UOBJECT_DEFINE_RTTI_IMPLEMENTATION()
263 foldedKey.fastCopyFrom(key).foldCase(); in putImpl()
1518 if(!test3.isBogus() || test3.fastCopyFrom(test1).isBogus() || test3!=test1) { in TestBogus()2005 temp.fastCopyFrom(longString.tempSubString()); in TestReadOnlyAlias()2009 temp.fastCopyFrom(longString.tempSubString(-3, 5)); in TestReadOnlyAlias()2013 temp.fastCopyFrom(longString.tempSubString(17)); in TestReadOnlyAlias()2017 temp.fastCopyFrom(longString.tempSubString(99)); in TestReadOnlyAlias()2021 temp.fastCopyFrom(longString.tempSubStringBetween(6)); in TestReadOnlyAlias()2025 temp.fastCopyFrom(longString.tempSubStringBetween(8, 18)); in TestReadOnlyAlias()2031 temp.fastCopyFrom(bogusString.tempSubStringBetween(8, 18)); in TestReadOnlyAlias()
204 prev.fastCopyFrom(current); in buildUChars()
703 s2.fastCopyFrom(s1); in usprep_prepare()
493 UnicodeString::fastCopyFrom(const UnicodeString &src) { in fastCopyFrom() function in UnicodeString
471 two.fastCopyFrom(one); in demoUnicodeStringStorage()
1895 UnicodeString &fastCopyFrom(const UnicodeString &src);