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

  /external/icu4c/i18n/
dcfmtsym.cpp 108 // fastCopyFrom is safe, see docs on fSymbols
109 fSymbols[(ENumberFormatSymbol)i].fastCopyFrom(rhs.fSymbols[(ENumberFormatSymbol)i]);
112 currencySpcBeforeSym[i].fastCopyFrom(rhs.currencySpcBeforeSym[i]);
113 currencySpcAfterSym[i].fastCopyFrom(rhs.currencySpcAfterSym[i]);
dtfmtsym.cpp 252 // three ways that all allow to safely use UnicodeString::fastCopyFrom():
260 // a subclass from creating these strings in an "unsafe" way (with respect to fastCopyFrom()).
266 dstArray[i].fastCopyFrom(srcArray[i]);
292 // fastCopyFrom() - see assignArray comments
293 fZoneStrings[row][col].fastCopyFrom(otherStrings[row][col]);
352 // fastCopyFrom() - see assignArray comments
353 fLocalPatternChars.fastCopyFrom(other.fLocalPatternChars);
    [all...]
smpdtfmt.cpp 500 // use Formattable::adoptString() so that we can use fastCopyFrom()
    [all...]
timezone.cpp 678 unistr.fastCopyFrom(UnicodeString(TRUE, id, idLen));
893 result.fastCopyFrom(UnicodeString(TRUE, id, idLen));
    [all...]
zstrfmt.cpp 274 // Ok to use fastCopyFrom() because we discard the copy when we return.
275 foldedKey.fastCopyFrom(key).foldCase();
    [all...]
  /external/icu4c/test/intltest/
ustrtest.cpp     [all...]
  /external/icu4c/samples/ustring/
ustring.cpp 459 // copying the readonly-alias object with fastCopyFrom() (new in ICU 2.4)
461 two.fastCopyFrom(one);
462 printUnicodeString("fastCopyFrom(readonly alias of \"writeable\" array): ", two);
463 printf("verify that a fastCopyFrom(readonly alias) uses the same buffer pointer: %d (should be 1)\n",
  /external/icu4c/common/
unistr.cpp 457 UnicodeString::fastCopyFrom(const UnicodeString &src) {
    [all...]
  /external/icu4c/common/unicode/
unistr.h     [all...]

Completed in 197 milliseconds