HomeSort by relevance Sort by last modified time
    Searched refs:fastCopyFrom (Results 1 - 12 of 12) sorted by null

  /external/icu/icu4c/source/i18n/
dcfmtsym.cpp 157 // fastCopyFrom is safe, see docs on fSymbols
158 fSymbols[(ENumberFormatSymbol)i].fastCopyFrom(rhs.fSymbols[(ENumberFormatSymbol)i]);
161 currencySpcBeforeSym[i].fastCopyFrom(rhs.currencySpcBeforeSym[i]);
162 currencySpcAfterSym[i].fastCopyFrom(rhs.currencySpcAfterSym[i]);
reldatefmt.cpp 414 [absUnit][UDAT_DIRECTION_PLAIN].fastCopyFrom(value.getUnicodeString(errorCode));
435 [UDAT_DIRECTION_PLAIN].fastCopyFrom(value.getUnicodeString(errorCode));
445 [direction].fastCopyFrom(value.getUnicodeString(errorCode));
581 absoluteUnits[style][dayIndex][UDAT_DIRECTION_PLAIN].fastCopyFrom(
871 result.fastCopyFrom(fCache->getAbsoluteUnitString(fStyle, unit, direction));
    [all...]
dtfmtsym.cpp 307 // three ways that all allow to safely use UnicodeString::fastCopyFrom():
315 // a subclass from creating these strings in an "unsafe" way (with respect to fastCopyFrom()).
321 dstArray[i].fastCopyFrom(srcArray[i]);
347 // fastCopyFrom() - see assignArray comments
348 fZoneStrings[row][col].fastCopyFrom(otherStrings[row][col]);
391 fTimeSeparator.fastCopyFrom(other.fTimeSeparator); // fastCopyFrom() - see assignArray comments
441 // fastCopyFrom() - see assignArray comments
442 fLocalPatternChars.fastCopyFrom(other.fLocalPatternChars);
845 // fastCopyFrom() - see assignArray comment
    [all...]
timezone.cpp 753 unistr.fastCopyFrom(UnicodeString(TRUE, id, idLen));
    [all...]
region.cpp 353 childStr->fastCopyFrom(childRegion->idStr);
tznames_impl.cpp 260 // Ok to use fastCopyFrom() because we discard the copy when we return.
261 foldedKey.fastCopyFrom(key).foldCase();
    [all...]
  /external/icu/icu4c/source/test/intltest/
ustrtest.cpp     [all...]
  /external/icu/icu4c/source/common/
ucharstriebuilder.cpp 204 prev.fastCopyFrom(current);
usprep.cpp 705 s2.fastCopyFrom(s1);
unistr.cpp 493 UnicodeString::fastCopyFrom(const UnicodeString &src) {
    [all...]
  /external/icu/icu4c/source/samples/ustring/
ustring.cpp 463 // copying the readonly-alias object with fastCopyFrom() (new in ICU 2.4)
465 two.fastCopyFrom(one);
466 printUnicodeString("fastCopyFrom(readonly alias of \"writeable\" array): ", two);
467 printf("verify that a fastCopyFrom(readonly alias) uses the same buffer pointer: %d (should be 1)\n",
  /external/icu/icu4c/source/common/unicode/
unistr.h     [all...]

Completed in 262 milliseconds