Home
last modified time | relevance | path

Searched refs:fastCopyFrom (Results 1 – 12 of 12) sorted by relevance

/external/icu/icu4c/source/i18n/
Ddcfmtsym.cpp158 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 =()
Dreldatefmt.cpp451 [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()
Ddtfmtsym.cpp321 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()
Dtimezone.cpp752 unistr.fastCopyFrom(UnicodeString(TRUE, id, idLen)); in getID()
1035 result.fastCopyFrom(UnicodeString(TRUE, id2, idLen)); in getEquivalentID()
1538 canonicalID.fastCopyFrom(id); in getCanonicalID()
Dregion.cpp361 childStr->fastCopyFrom(childRegion->idStr); in UOBJECT_DEFINE_RTTI_IMPLEMENTATION()
Dtznames_impl.cpp263 foldedKey.fastCopyFrom(key).foldCase(); in putImpl()
/external/icu/icu4c/source/test/intltest/
Dustrtest.cpp1518 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()
/external/icu/icu4c/source/common/
Ducharstriebuilder.cpp204 prev.fastCopyFrom(current); in buildUChars()
Dusprep.cpp703 s2.fastCopyFrom(s1); in usprep_prepare()
Dunistr.cpp493 UnicodeString::fastCopyFrom(const UnicodeString &src) { in fastCopyFrom() function in UnicodeString
/external/icu/icu4c/source/samples/ustring/
Dustring.cpp471 two.fastCopyFrom(one); in demoUnicodeStringStorage()
/external/icu/icu4c/source/common/unicode/
Dunistr.h1895 UnicodeString &fastCopyFrom(const UnicodeString &src);