Home
last modified time | relevance | path

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

/external/icu4c/i18n/
Ddcfmtsym.cpp110 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 =()
Ddtfmtsym.cpp268 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()
Dtimezone.cpp666 unistr.fastCopyFrom(UnicodeString(TRUE, id, idLen)); in getID()
1047 result.fastCopyFrom(UnicodeString(TRUE, id, idLen)); in getEquivalentID()
1589 canonicalID.fastCopyFrom(id); in getCanonicalID()
Dsmpdtfmt.cpp2251 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()
Dtznames_impl.cpp188 foldedKey.fastCopyFrom(key).foldCase(); in putImpl()
/external/icu4c/test/intltest/
Dustrtest.cpp1509 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()
/external/icu4c/common/
Ducharstriebuilder.cpp200 prev.fastCopyFrom(current); in buildUChars()
Dunistr.cpp458 UnicodeString::fastCopyFrom(const UnicodeString &src) { in fastCopyFrom() function in UnicodeString
/external/icu4c/samples/ustring/
Dustring.cpp461 two.fastCopyFrom(one); in demoUnicodeStringStorage()
/external/icu4c/common/unicode/
Dunistr.h1781 UnicodeString &fastCopyFrom(const UnicodeString &src);