OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:fastCopyFrom
(Results
1 - 12
of
12
) sorted by null
/external/icu/icu4c/source/i18n/
reldatefmt.cpp
451
[absUnit][UDAT_DIRECTION_PLAIN].
fastCopyFrom
(value.getUnicodeString(errorCode));
472
[UDAT_DIRECTION_PLAIN].
fastCopyFrom
(value.getUnicodeString(errorCode));
482
[direction].
fastCopyFrom
(value.getUnicodeString(errorCode));
624
absoluteUnits[style][dayIndex][UDAT_DIRECTION_PLAIN].
fastCopyFrom
(
919
result.
fastCopyFrom
(fCache->getAbsoluteUnitString(fStyle, unit, direction));
[
all
...]
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]);
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
752
unistr.
fastCopyFrom
(UnicodeString(TRUE, id, idLen));
[
all
...]
region.cpp
361
childStr->
fastCopyFrom
(childRegion->idStr);
tznames_impl.cpp
262
// Ok to use
fastCopyFrom
() because we discard the copy when we return.
263
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
703
s2.
fastCopyFrom
(s1);
unistr.cpp
493
UnicodeString::
fastCopyFrom
(const UnicodeString &src) {
[
all
...]
/external/icu/icu4c/source/samples/ustring/
ustring.cpp
469
// copying the readonly-alias object with
fastCopyFrom
() (new in ICU 2.4)
471
two.
fastCopyFrom
(one);
472
printUnicodeString("
fastCopyFrom
(readonly alias of \"writeable\" array): ", two);
473
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 886 milliseconds